:root{--ink:#1d1a2f;--muted:#77738a;--line:#e9e7ef;--violet:#6c4cf1;--paper:#fff;--canvas:#f6f5fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,a{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#211b3a;flex-direction:column;height:100vh;padding:28px 20px 22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 30px;display:flex}.brand-mark{background:linear-gradient(145deg,#8c73ff,#6d4cf2);border-radius:12px;place-items:center;width:38px;height:38px;font:800 22px Georgia,serif;display:grid;box-shadow:0 8px 24px #120a2c80}.brand div,.profile-row div,.sidebar-card div,.conversation-head div{flex-direction:column;display:flex}.brand strong{letter-spacing:-.3px;font-size:17px}.brand span:not(.brand-mark),.profile-row span,.sidebar-card span{color:#a9a3c4;margin-top:2px;font-size:10px}.nav-list{flex-direction:column;gap:6px;display:flex}.nav-item{color:#b9b4cc;border-radius:11px;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:12px 13px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:grid}.nav-item:hover{color:#fff;background:#30284f}.nav-item.active{color:#fff;background:linear-gradient(90deg,#6a4ceb,#5b3dda);box-shadow:0 8px 22px #160e37aa}.nav-item span{text-align:center;font-size:18px}.nav-item b{text-align:center;color:#fff;background:#fb6c7e;border-radius:9px;min-width:20px;padding:3px 6px;font-size:10px}.sidebar-card{background:#2a2346;border:1px solid #3f3760;border-radius:13px;align-items:flex-start;gap:10px;margin-top:auto;padding:14px;display:flex}.sidebar-card strong{font-size:11px}.live-dot{background:#55d9a1;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #55d9a122}.profile-row{border-top:1px solid #373050;grid-template-columns:1fr auto;align-items:center;gap:6px;margin-top:17px;padding:15px 5px 0;display:grid}.profile-identity{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:0;display:grid}.profile-identity:hover strong{color:#fff}.profile-options{cursor:pointer;padding:7px}.avatar,.lead-avatar{border-radius:50%;place-items:center;font-weight:800;display:grid}.avatar{color:#503415;background:#f1b970;width:34px;height:34px;font-size:10px}.profile-row strong{font-size:11px}.profile-row button,.conversation-head button{color:#aaa4be;background:0 0;border:0}.workspace{min-width:0;padding:36px clamp(26px,4vw,58px) 44px}.topbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.eyebrow{color:#9a96a7;letter-spacing:.11em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.topbar h1{letter-spacing:-.9px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,3vw,38px);font-weight:500}.topbar h1 span{color:var(--violet);font-family:inherit}.topbar p:last-child{color:var(--muted);margin:7px 0 0;font-size:13px}.header-actions{align-items:center;gap:10px;display:flex}.icon-button,.primary-button{border:0;border-radius:12px;height:42px}.icon-button{border:1px solid var(--line);background:#fff;width:42px;position:relative}.icon-button i{background:#fb6176;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.primary-button{background:var(--violet);color:#fff;padding:0 18px;font-size:12px;font-weight:700;box-shadow:0 8px 20px #6c4cf133}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0;padding:18px 18px 17px;position:relative;overflow:hidden;box-shadow:0 6px 22px #31265909}.metric-card:after{content:"";opacity:.07;background:currentColor;border-radius:50%;width:70px;height:70px;position:absolute;top:-25px;right:-25px}.metric-card>span{color:var(--muted);margin:14px 0 4px;font-size:11px;display:block}.metric-card>strong{font-family:Georgia,serif;font-size:30px;font-weight:500}.metric-card small{float:right;color:#716c7e;background:#f2f0f6;border-radius:8px;margin-top:10px;padding:4px 7px;font-size:9px;font-weight:800}.metric-icon{color:#fff;border-radius:9px;place-items:center;width:29px;height:29px;font-size:10px;font-weight:800;display:grid}.violet{color:#7454ef}.violet .metric-icon{background:#7454ef}.mint{color:#2db985}.mint .metric-icon{background:#2db985}.amber{color:#eca34e}.amber .metric-icon{background:#eca34e}.blue{color:#4b94e9}.blue .metric-icon{background:#4b94e9}.main-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:stretch;gap:18px;margin-top:18px;display:grid}.content-column{flex-direction:column;gap:18px;min-width:0;display:flex}.panel,.conversation-card{border:1px solid var(--line);background:#fff;border-radius:17px;box-shadow:0 7px 25px #31265909}.panel{padding:21px}.panel-heading{justify-content:space-between;align-items:center;gap:15px;display:flex}.panel-heading h2{margin:0;font-family:Georgia,serif;font-size:20px;font-weight:500}.panel-heading button{color:#777188;background:0 0;border:0;font-size:10px;font-weight:700}.pipeline{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px;display:grid}.pipeline-step{color:#fff;border-radius:13px;flex-direction:column;justify-content:flex-end;min-height:98px;padding:14px;display:flex;position:relative;overflow:hidden}.pipeline-step:after{content:"";border:1px solid #ffffff38;border-radius:50%;width:65px;height:65px;position:absolute;top:-19px;right:-18px}.pipeline-step strong{font-family:Georgia,serif;font-size:24px;font-weight:500}.pipeline-step span{opacity:.82;margin-top:3px;font-size:9px}.step-one{background:#6c4cf1}.step-two{background:#8b72ec}.step-three{background:#b192e4}.step-four{background:#d6acd9}.activity-list{margin-top:11px}.activity-row{border-top:1px solid #f0eef4;grid-template-columns:38px minmax(0,1fr) auto 36px;align-items:center;gap:11px;padding:12px 0;display:grid}.lead-avatar{width:38px;height:38px;font-size:9px}.avatar-0{color:#6941b8;background:#efe2ff}.avatar-1{color:#218363;background:#dcf6ec}.avatar-2{color:#b6642b;background:#ffe8d5}.activity-copy{flex-direction:column;min-width:0;display:flex}.activity-copy strong{font-size:11px}.activity-copy span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9px;overflow:hidden}.status-tag{border-radius:8px;padding:5px 8px;font-size:8px;font-weight:800}.status-0{color:#d94f64;background:#fff0f2}.status-1{color:#278367;background:#eaf8f1}.status-2{color:#655985;background:#f1eff8}.activity-row time{color:#aaa6b3;text-align:right;font-size:8px}.conversation-card{flex-direction:column;min-height:100%;display:flex;overflow:hidden}.conversation-head{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:18px;display:grid}.conversation-head strong{font-size:11px}.conversation-head span{color:#8b8795;margin-top:3px;font-size:9px}.conversation-head span i{background:#43ca92;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.lead-signal{border-bottom:1px solid var(--line);background:#faf9fc;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.lead-signal div{align-items:baseline;gap:6px;display:flex}.lead-signal span{color:#858091;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:700}.lead-signal strong{font-family:Georgia,serif;font-size:22px}.lead-signal small{color:#9a96a4;font:8px Inter,sans-serif}.hot-pill{background:#fff0f2;border-radius:8px;color:#d94f64!important;letter-spacing:0!important;text-transform:none!important;padding:5px 8px!important}.chat-area{background:#f6f4fa radial-gradient(#ddd8e8 .7px,#0000 .7px) 0 0/10px 10px;flex-direction:column;flex:1;align-items:flex-start;gap:10px;padding:16px 15px;display:flex}.chat-date{color:#9b97a6;background:#fff;border-radius:8px;align-self:center;padding:4px 8px;font-size:8px}.bubble{border-radius:13px;max-width:84%;padding:10px 12px;font-size:9px;line-height:1.55;box-shadow:0 3px 10px #2d24480b}.incoming{background:#fff;border-bottom-left-radius:4px}.outgoing{color:#fff;background:#6c4cf1;border-bottom-right-radius:4px;align-self:flex-end}.typing{background:#fff;border-radius:12px;gap:3px;padding:9px 12px;display:flex}.typing i{background:#aaa5b5;border-radius:50%;width:4px;height:4px;animation:1.2s infinite pulse}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes pulse{50%{opacity:.25;transform:translateY(-2px)}}.chat-composer{border-top:1px solid var(--line);grid-template-columns:28px 1fr 30px;align-items:center;gap:7px;padding:11px;display:grid}.chat-composer button{color:#938ea0;background:0 0;border:0}.chat-composer span{color:#aaa6b2;background:#f5f3f8;border-radius:10px;padding:9px 11px;font-size:8px}.chat-composer .send-button{color:#fff;background:#6c4cf1;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.simulate-button{color:#fff;background:#211b3a;border:0;border-radius:10px;height:35px;margin:0 12px 12px;font-size:9px;font-weight:800}@media (max-width:1050px){.app-shell{grid-template-columns:78px 1fr}.sidebar{padding-inline:12px}.brand div,.nav-item:not(.active){font-size:0}.brand{padding-inline:7px}.nav-item{grid-template-columns:1fr;padding:11px}.nav-item span{font-size:19px}.nav-item b,.sidebar-card,.profile-row .profile-identity div,.profile-row .profile-options{display:none}.profile-row{padding:15px 9px 0;display:block}.profile-identity{display:block}.main-grid{grid-template-columns:1fr}.conversation-card{min-height:560px}.brand-mark{flex:none}.brand{justify-content:center}}@media (max-width:720px){.app-shell{display:block}.sidebar{z-index:20;border-radius:18px;flex-direction:row;align-items:center;height:62px;padding:7px 9px;position:fixed;inset:auto 10px 10px;box-shadow:0 12px 35px #1b153b55}.brand,.sidebar-card,.profile-row{display:none}.nav-list{grid-template-columns:repeat(6,1fr);gap:3px;width:100%;display:grid}.nav-item{place-items:center;padding:10px 2px;font-size:0;display:grid}.nav-item span{font-size:18px}.nav-item b{display:none}.workspace{padding:24px 16px 90px}.topbar{align-items:flex-start}.topbar p:last-child{max-width:280px}.primary-button{width:42px;padding:0;font-size:0}.primary-button:after{content:"＋";font-size:18px}.metric-grid,.pipeline{grid-template-columns:repeat(2,1fr)}.activity-row{grid-template-columns:38px minmax(0,1fr) auto}.activity-row time{display:none}.status-tag{font-size:0}.status-tag:after{content:"•";font-size:16px}.conversation-card{min-height:520px}}.brand-button{width:100%;color:inherit;text-align:left;background:0 0;border:0}.nav-item{text-align:left;background:0 0;border:0;width:100%}.search-field{border:1px solid var(--line);color:#9b96a8;background:#fff;border-radius:11px;align-items:center;gap:8px;height:40px;padding:0 12px;display:flex}.search-field input,.inbox-search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.search-field input::placeholder,.inbox-search input::placeholder{color:#aaa6b3}.inbox-layout{grid-template-columns:230px minmax(350px,1fr) 230px;gap:14px;height:calc(100vh - 176px);min-height:650px;display:grid}.inbox-layout .panel{padding:0;overflow:hidden}.inbox-list{flex-direction:column;display:flex}.inbox-search{color:#9994a6;background:#f6f4f9;border-radius:10px;align-items:center;gap:8px;margin:14px 14px 8px;padding:10px 11px;display:flex}.inbox-tabs{border-bottom:1px solid var(--line);gap:5px;padding:0 14px 10px;display:flex}.inbox-tabs button{color:#8e8999;background:0 0;border:0;border-radius:8px;flex:1;padding:7px;font-size:9px;font-weight:700}.inbox-tabs button.selected{color:#6545d7;background:#eee9ff}.contact-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #f0eef4;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:13px 12px;display:grid;position:relative}.contact-row.selected{background:#f5f2ff;box-shadow:inset 3px 0 #6c4cf1}.contact-row>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.contact-row strong{font-size:10px}.contact-row small{color:#8d8998;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:8px;overflow:hidden}.contact-row time{color:#aaa6b3;align-self:start;font-size:7px}.contact-row>b{color:#fff;background:#6c4cf1;border-radius:50%;place-items:center;width:16px;height:16px;font-size:7px;display:grid;position:absolute;bottom:12px;right:12px}.full-chat{flex-direction:column;min-width:0;display:flex}.full-chat-head{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:14px 17px;display:grid}.full-chat-head>div{flex-direction:column;display:flex}.full-chat-head strong{font-size:11px}.full-chat-head span{color:#918c9c;margin-top:3px;font-size:8px}.full-chat-head span i{background:#49ca94;border-radius:50%;width:6px;height:6px;margin-right:3px;display:inline-block}.full-chat-head button{color:#5f5870;background:#fff;border:1px solid #e1dded;border-radius:9px;padding:8px 11px;font-size:8px;font-weight:800}.full-chat-body{background:#f7f5fa radial-gradient(#ded9e8 .65px,#0000 .65px) 0 0/11px 11px;flex-direction:column;flex:1;align-items:flex-start;gap:10px;padding:18px;display:flex;overflow:auto}.full-chat-body .bubble{max-width:68%;font-size:10px}.full-chat-body .bubble small{text-align:right;opacity:.65;margin-top:5px;font-size:6px;display:block}.full-composer{border-top:1px solid var(--line);grid-template-columns:32px 1fr 34px;gap:8px;padding:12px;display:grid}.full-composer input{background:#f4f2f7;border:0;border-radius:10px;outline:0;padding:10px 12px;font-size:10px}.full-composer button{background:0 0;border:0}.full-composer .send-button{color:#fff;background:#6c4cf1;border-radius:10px}.lead-profile{padding:18px!important;overflow:auto!important}.profile-hero{border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding-bottom:18px;display:flex}.profile-hero .lead-avatar{width:52px;height:52px;font-size:11px}.profile-hero h3{margin:10px 0 2px;font:500 17px Georgia,serif}.profile-hero p{color:#8e8999;margin:0 0 9px;font-size:8px}.score-ring{justify-content:center;align-items:baseline;gap:6px;margin:18px auto;display:flex}.score-ring strong{color:#6c4cf1;font:500 32px Georgia,serif}.score-ring span{color:#8b8697;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.lead-profile dl{margin:0}.lead-profile dl div{border-bottom:1px solid #f1eff4;justify-content:space-between;gap:12px;padding:8px 0;display:flex}.lead-profile dt{color:#9691a1;font-size:8px}.lead-profile dd{text-align:right;margin:0;font-size:8px;font-weight:700}.profile-action{color:#fff;background:#211b3a;border:0;border-radius:9px;width:100%;margin-top:16px;padding:10px;font-size:8px;font-weight:800}.toolbar,.catalog-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.toolbar .search-field,.catalog-toolbar .search-field{flex:1;max-width:420px}.toolbar>button,.catalog-toolbar>div>button{border:1px solid var(--line);color:#716c7e;background:#fff;border-radius:10px;height:40px;padding:0 13px;font-size:9px;font-weight:700}.table-panel{padding:18px}.lead-table{border:1px solid var(--line);border-radius:12px;margin-top:17px;overflow:hidden}.table-row{color:#554f61;text-align:left;background:#fff;border:0;border-bottom:1px solid #efedf3;grid-template-columns:1.6fr 1.15fr .8fr 1fr .9fr 18px;align-items:center;gap:12px;width:100%;min-height:66px;padding:9px 14px;font-size:9px;display:grid}.table-row:last-child{border-bottom:0}.table-row:not(.table-head):hover{background:#faf9fc}.table-head{color:#9893a1;letter-spacing:.07em;text-transform:uppercase;background:#f7f5f9;min-height:38px;font-size:7px;font-weight:800}.lead-cell{align-items:center;gap:9px;display:flex}.lead-cell i{flex:none;font-style:normal}.lead-cell b{color:var(--ink);flex-direction:column;font-size:9px;display:flex}.lead-cell small{color:#aaa6b3;margin-top:3px;font-size:7px;font-weight:500}.score-cell{background:#ebe8f1;border-radius:3px;grid-template-columns:1fr 22px;align-items:center;gap:7px;height:5px;display:grid}.score-cell i{background:linear-gradient(90deg,#9b84f4,#6c4cf1);border-radius:3px;height:100%;display:block}.score-cell b{font-size:8px}.temperature{border-radius:7px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:800;display:inline-block}.temp-0{color:#d94f64;background:#fff0f2}.temp-1,.temp-2{color:#c47a29;background:#fff5e8}.temp-3,.temp-4{color:#4b79b5;background:#eef5ff}.catalog-toolbar{margin-bottom:16px}.catalog-toolbar>div{gap:8px;display:flex}.catalog-toolbar .primary-button{color:#fff;border:0}.property-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.property-card{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 6px 22px #31265909}.property-visual{place-items:center;height:142px;display:grid;position:relative;overflow:hidden}.property-visual:before,.property-visual:after{content:"";border-radius:22px;position:absolute;transform:rotate(32deg)}.property-visual:before{background:#ffffff2c;width:130px;height:95px;bottom:-38px;left:-15px}.property-visual:after{border:1px solid #ffffff52;width:95px;height:160px;top:-48px;right:8px}.property-visual>span{color:#ffffff80;font-size:48px}.property-visual em{z-index:1;color:#4e475c;background:#fffd;border-radius:8px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:800;position:absolute;top:10px;right:10px}.property-visual.orchid{background:linear-gradient(135deg,#7251df,#b499ed)}.property-visual.sky{background:linear-gradient(135deg,#438dcc,#83c6db)}.property-visual.sage{background:linear-gradient(135deg,#3e8a76,#98bea0)}.property-visual.sand{background:linear-gradient(135deg,#c58b55,#e7c58a)}.property-visual.rose{background:linear-gradient(135deg,#be6d82,#eab0b1)}.property-visual.slate{background:linear-gradient(135deg,#516579,#9eacb8)}.property-copy{padding:14px}.property-copy>small{color:#8f899b;letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:800}.property-copy h3{margin:5px 0;font:500 16px Georgia,serif}.property-copy p{color:#827d8c;margin:0;font-size:8px}.property-copy>div{border-top:1px solid #f0eef3;justify-content:space-between;align-items:center;margin-top:14px;padding-top:11px;display:flex}.property-copy strong{font-size:11px}.property-copy button{color:#6848d9;background:#f0ecff;border:0;border-radius:8px;width:28px;height:28px}.agenda-layout{grid-template-columns:minmax(0,1fr) 250px;gap:16px;display:grid}.calendar-panel{padding:0;overflow:hidden}.calendar-head{text-align:center;grid-template-columns:36px 1fr 36px;align-items:center;padding:18px;display:grid}.calendar-head h2,.day-summary h2{margin:0;font:500 19px Georgia,serif}.calendar-head button{border:1px solid var(--line);background:#fff;border-radius:9px;width:32px;height:32px}.week-strip{border-bottom:1px solid var(--line);grid-template-columns:repeat(7,1fr);padding:0 15px 14px;display:grid}.week-strip button{color:#8e8998;background:0 0;border:0;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:9px;display:flex;position:relative}.week-strip button.today{color:#fff;background:#6c4cf1;box-shadow:0 7px 18px #6c4cf13b}.week-strip span{text-transform:uppercase;font-size:7px}.week-strip strong{font:500 15px Georgia,serif}.week-strip i{background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.timeline{padding:7px 18px 15px}.appointment-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #f0eef3;grid-template-columns:42px 4px minmax(0,1fr) auto 12px;align-items:center;gap:11px;width:100%;padding:14px 4px;display:grid}.appointment-row time{color:#6f6979;font-size:9px;font-weight:800}.appointment-row>i{border-radius:3px;width:4px;height:36px}.appointment-row>span{flex-direction:column;display:flex}.appointment-row strong{font-size:10px}.appointment-row small{color:#908b99;margin-top:4px;font-size:8px}.appointment-row em{color:#767180;background:#f2f0f6;border-radius:7px;padding:5px 7px;font-size:7px;font-style:normal}.appointment-row b{color:#aaa6b3}.day-summary{padding:21px}.day-summary .summary-number{background:#f2eeff;border-radius:14px;align-items:center;gap:10px;margin:24px 0;padding:19px;display:flex}.summary-number strong{color:#6c4cf1;font:500 38px Georgia,serif}.summary-number span{color:#726b80;font-size:9px}.day-summary ul{flex-direction:column;gap:11px;margin:0 0 24px;padding:0;list-style:none;display:flex}.day-summary li{color:#625c6d;align-items:center;gap:8px;font-size:9px;display:flex}.day-summary li i{border-radius:3px;width:8px;height:8px}.day-summary .primary-button{width:100%}.appointment-row>i.mint,.day-summary i.mint{background:#39bc8b}.appointment-row>i.amber,.day-summary i.amber{background:#eaa04a}.appointment-row>i.violet,.day-summary i.violet{background:#7755e7}.appointment-row>i.blue,.day-summary i.blue{background:#4b94e9}.automation-layout{grid-template-columns:minmax(0,1fr) 260px;gap:16px;display:grid}.automation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.automation-card{padding:20px;position:relative}.automation-icon{color:#6c4cf1;background:#eee9ff;border-radius:11px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.automation-state{color:#278367;background:#eaf8f1;border-radius:8px;align-items:center;gap:5px;padding:5px 7px;font-size:7px;font-weight:800;display:flex;position:absolute;top:17px;right:17px}.automation-state i{background:#37bd89;border-radius:50%;width:5px;height:5px}.automation-card h3{margin:18px 0 7px;font:500 17px Georgia,serif}.automation-card p{color:#817b8b;min-height:34px;margin:0;font-size:9px;line-height:1.6}.automation-card footer{border-top:1px solid #f0eef3;justify-content:space-between;align-items:center;margin-top:17px;padding-top:12px;display:flex}.automation-card footer strong{font-size:8px}.automation-card footer button{color:#6848d9;background:0 0;border:0;font-size:8px;font-weight:800}.health-panel{text-align:center;flex-direction:column;align-items:center;padding:24px;display:flex}.health-orbit{background:conic-gradient(#6c4cf1 0 99.8%,#e9e6f1 99.8% 100%);border-radius:50%;place-items:center;width:126px;height:126px;margin:8px 0 18px;display:grid;box-shadow:0 8px 30px #6c4cf129}.health-orbit:before{content:"";background:#fff;border-radius:50%;width:100px;height:100px;position:absolute}.health-orbit span{z-index:1;font:500 26px Georgia,serif}.health-orbit small{font-size:10px}.health-panel h3{margin:0 0 7px;font:500 17px Georgia,serif}.health-panel>p{color:#8b8696;margin:0;font-size:8px;line-height:1.6}.health-panel dl{width:100%;margin:20px 0 0}.health-panel dl div{border-top:1px solid #efedf3;justify-content:space-between;padding:9px 0;display:flex}.health-panel dt{color:#918c9c;font-size:8px}.health-panel dd{margin:0;font-size:9px;font-weight:800}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#18112d99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #ffffff3d;border-radius:18px;width:min(460px,100%);padding:23px;box-shadow:0 24px 70px #17102666}.modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:17px;display:flex}.modal-head h2{margin:0;font:500 24px Georgia,serif}.modal-head button{color:#746e7e;background:#f1eff5;border:0;border-radius:9px;width:30px;height:30px;font-size:18px}.modal-card label{color:#716b7b;text-transform:uppercase;letter-spacing:.07em;flex-direction:column;gap:6px;margin-bottom:13px;font-size:8px;font-weight:800;display:flex}.modal-card input,.modal-card textarea{border:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;border-radius:10px;outline:0;padding:11px 12px;font:10px Inter,sans-serif}.modal-card input:focus,.modal-card textarea:focus{border-color:#8d74ec;box-shadow:0 0 0 3px #6c4cf111}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modal-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.modal-actions button{border:1px solid var(--line);color:#6f697a;background:#fff;border-radius:10px;height:38px;padding:0 15px;font-size:9px;font-weight:800}.modal-actions .primary-button{color:#fff;background:#6c4cf1;border:0}.toast{z-index:60;color:#fff;background:#211b3a;border:1px solid #ded9ea;border-radius:12px;align-items:center;gap:9px;padding:12px 15px;font-size:9px;font-weight:700;animation:.25s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 35px #1b143b4d}.toast span{background:#44c890;border-radius:7px;place-items:center;width:20px;height:20px;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}@media (max-width:1200px){.inbox-layout{grid-template-columns:210px 1fr}.lead-profile{display:none}.property-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.inbox-layout{grid-template-columns:1fr;height:auto}.inbox-list{display:none}.full-chat{min-height:650px}.toolbar{flex-wrap:wrap;align-items:stretch}.toolbar .search-field{flex-basis:100%;max-width:none}.table-row{grid-template-columns:1.4fr 1fr .8fr .8fr 16px}.table-row>span:nth-child(3){display:none}.agenda-layout,.automation-layout{grid-template-columns:1fr}.day-summary{grid-template-columns:1fr 1fr;gap:10px;display:grid}.day-summary .eyebrow,.day-summary h2,.day-summary .primary-button{grid-column:1/-1}.health-panel{display:none}}@media (max-width:720px){.topbar h1{font-size:28px}.header-actions .icon-button{display:none}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-toolbar .search-field{max-width:none}.catalog-toolbar>div{overflow:auto}.property-grid{grid-template-columns:1fr}.table-panel{padding:10px}.lead-table{overflow:auto}.table-row{min-width:620px}.automation-grid{grid-template-columns:1fr}.week-strip{overflow:auto}.week-strip button{min-width:54px}.day-summary{display:block}.inbox-layout{min-height:0}.full-chat{min-height:610px}.full-chat-body .bubble{max-width:84%}.form-grid{grid-template-columns:1fr}.toast{bottom:86px;left:14px;right:14px}}.landing-shell{color:#1f1b2d;background:#fbfaf7;min-height:100vh;overflow:hidden}.landing-nav{z-index:20;border-bottom:1px solid #e9e4dc;justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);margin:0 auto;padding:23px 0;display:flex;position:relative}.landing-brand{color:#241d39;align-items:center;gap:10px;text-decoration:none;display:flex}.landing-brand>span{color:#fff;background:#6548df;border-radius:10px;place-items:center;width:34px;height:34px;font:800 19px Georgia,serif;display:grid;box-shadow:0 7px 18px #6548df30}.landing-brand strong{letter-spacing:-.5px;font-size:18px}.landing-nav nav{align-items:center;gap:32px;display:flex}.landing-nav nav a{color:#716b7c;font-size:12px;font-weight:650;text-decoration:none}.landing-nav nav a:hover{color:#6548df}.nav-cta{color:#2c2640;background:#fff;border:1px solid #ded8e7;border-radius:11px;align-items:center;gap:10px;padding:11px 15px;font-size:11px;font-weight:800;text-decoration:none;display:flex;box-shadow:0 5px 18px #3329510a}.nav-cta span{color:#6548df}.landing-hero{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:60px;width:min(1180px,100% - 48px);min-height:660px;margin:0 auto;padding:68px 0 84px;display:grid;position:relative}.hero-copy{z-index:2;position:relative}.landing-kicker{color:#6653c9;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 19px;font-size:10px;font-weight:850;display:flex}.landing-kicker i{background:#52c697;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #52c6971c}.hero-copy h1{letter-spacing:-3.3px;max-width:660px;margin:0;font:500 clamp(48px,5.8vw,76px)/.98 Georgia,Times New Roman,serif}.hero-copy h1 em{color:#684ae4;font-style:italic;font-weight:400}.hero-lead{color:#706a7a;max-width:590px;margin:28px 0 0;font-size:16px;line-height:1.75}.hero-actions{align-items:center;gap:13px;margin-top:34px;display:flex}.landing-primary,.landing-secondary{border-radius:12px;justify-content:center;align-items:center;gap:12px;min-height:49px;padding:0 21px;font-size:12px;font-weight:800;text-decoration:none;display:flex}.landing-primary{color:#fff;background:#6548df;box-shadow:0 13px 28px #6548df35}.landing-primary:hover{transform:translateY(-2px)}.landing-secondary{color:#5d5768;background:#fff;border:1px solid #e4dfd8}.landing-secondary span{color:#6548df;background:#f0ecff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:9px;display:grid}.trust-row{align-items:center;gap:13px;margin-top:34px;display:flex}.trust-avatars{padding-left:8px;display:flex}.trust-avatars i{color:#5d3dcf;background:#e7dcff;border:2px solid #fbfaf7;border-radius:50%;place-items:center;width:32px;height:32px;margin-left:-8px;font-size:7px;font-style:normal;font-weight:850;display:grid}.trust-avatars i:nth-child(2){color:#24785c;background:#d8f1e7}.trust-avatars i:nth-child(3){color:#9c622c;background:#ffe7ce}.trust-row p{flex-direction:column;margin:0;display:flex}.trust-row strong{font-size:10px}.trust-row small{color:#99929e;margin-top:3px;font-size:8px}.hero-visual{min-height:510px;position:relative}.hero-visual:before{content:"";background:radial-gradient(circle at 40% 35%,#c8b9ff,#8064e9 58%,#5d43ce);border-radius:50%;width:430px;height:430px;position:absolute;top:10px;right:-55px;box-shadow:0 30px 80px #5638c52d}.violet-orbit{z-index:1;border:1px solid #ffffff59;border-radius:50%;position:absolute}.orbit-one{width:360px;height:360px;top:44px;right:-20px}.orbit-two{width:280px;height:280px;top:83px;right:20px}.phone-card{z-index:3;background:#f7f5fa;border:7px solid #242033;border-radius:35px;width:282px;height:500px;position:absolute;top:6px;right:58px;overflow:hidden;box-shadow:0 35px 70px #31245147}.phone-card:before{content:"";z-index:5;background:#242033;border-radius:0 0 13px 13px;width:84px;height:18px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-head{background:#fff;border-bottom:1px solid #e9e6ef;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:25px 14px 12px;display:grid}.mini-brand{color:#fff;background:#6548df;border-radius:11px;place-items:center;width:34px;height:34px;font:800 17px Georgia,serif;display:grid}.phone-head div{flex-direction:column;display:flex}.phone-head strong{font-size:10px}.phone-head small{color:#38aa7c;margin-top:2px;font-size:7px}.phone-head b{color:#a29dac;font-size:9px}.phone-body{background-color:#f5f2f8;background-image:radial-gradient(#d9d4e3 .65px,#0000 .65px);background-size:10px 10px;flex-direction:column;align-items:flex-start;gap:10px;height:366px;padding:16px 12px;display:flex}.phone-body time{color:#9b96a5;background:#fff;border-radius:6px;align-self:center;padding:4px 7px;font-size:6px}.phone-body p{border-radius:11px;max-width:80%;margin:0;padding:9px 10px;font-size:8px;line-height:1.5;box-shadow:0 3px 10px #2e25450b}.phone-out{background:#fff;border-bottom-left-radius:4px!important}.phone-in{color:#fff;background:#6548df;align-self:flex-end;border-bottom-right-radius:4px!important}.typing-bubble{background:#fff;border-radius:10px;gap:3px;padding:9px 11px;display:flex}.typing-bubble i{background:#9b96a5;border-radius:50%;width:4px;height:4px;animation:1.2s infinite pulse}.typing-bubble i:nth-child(2){animation-delay:.15s}.typing-bubble i:nth-child(3){animation-delay:.3s}.phone-input{color:#aaa5b1;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;margin:10px;padding:9px 8px 9px 11px;font-size:7px;display:flex}.phone-input span{color:#fff;background:#6548df;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.match-card,.visit-card{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffed;border:1px solid #ffffff6b;border-radius:14px;align-items:center;gap:10px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 17px 40px #33245e29}.match-card{top:105px;left:-16px}.visit-card{bottom:65px;right:-18px}.match-card>span,.visit-card>span{color:#6548df;background:#ede8ff;border-radius:10px;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.visit-card>span{color:#288466;background:#dcf5eb}.match-card div,.visit-card div{flex-direction:column;display:flex}.match-card small,.visit-card small{color:#9791a0;font-size:7px}.match-card strong,.visit-card strong{margin-top:3px;font-size:9px}.benefit-strip{color:#fff;background:#242039;grid-template-columns:repeat(3,160px) 1fr;align-items:center;gap:32px;padding:28px max(24px,50% - 590px);display:grid}.benefit-strip div{flex-direction:column;display:flex}.benefit-strip strong{color:#a995ff;font:500 27px Georgia,serif}.benefit-strip span{color:#b8b2c8;margin-top:3px;font-size:8px}.benefit-strip p{color:#c3bed0;text-align:right;justify-self:end;max-width:310px;margin:0;font:italic 16px/1.45 Georgia,serif}.how-section{width:min(1180px,100% - 48px);margin:0 auto;padding:100px 0}.section-intro{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.section-intro h2{letter-spacing:-2px;margin:0;font:500 clamp(36px,4.2vw,54px)/1.04 Georgia,serif}.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px;display:grid}.steps-grid article{background:#fff;border:1px solid #e7e2db;border-radius:18px;padding:26px;position:relative;overflow:hidden;box-shadow:0 10px 30px #3c31520a}.steps-grid article:after{content:"";background:#6548df0b;border-radius:50%;width:85px;height:85px;position:absolute;top:-32px;right:-30px}.steps-grid article>span{color:#765be3;font:italic 18px Georgia,serif}.steps-grid h3{margin:36px 0 9px;font:500 21px Georgia,serif}.steps-grid p{color:#7e7785;margin:0;font-size:11px;line-height:1.7}.lead-section{color:#fff;background:linear-gradient(135deg,#27203f,#1f1935 60%,#332554);grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;padding:95px max(24px,50% - 540px);display:grid}.landing-kicker.light{color:#c7baff}.form-promise h2{letter-spacing:-2px;max-width:500px;margin:0;font:500 clamp(37px,4.6vw,58px)/1.03 Georgia,serif}.form-promise>p:not(.landing-kicker){color:#bdb6cc;max-width:500px;margin:25px 0;font-size:13px;line-height:1.75}.form-promise ul{flex-direction:column;gap:11px;margin:28px 0 0;padding:0;list-style:none;display:flex}.form-promise li{color:#d5d0df;align-items:center;gap:10px;font-size:10px;display:flex}.form-promise li span{color:#63dbaa;background:#4cc8941d;border-radius:7px;place-items:center;width:20px;height:20px;display:grid}.lead-form{color:#282239;background:#fff;border:1px solid #ffffff20;border-radius:22px;padding:29px;box-shadow:0 28px 65px #100b204f}.form-title{border-bottom:1px solid #ece8f0;align-items:center;gap:11px;margin-bottom:22px;padding-bottom:19px;display:flex}.form-title>span{color:#6548df;background:#ede9ff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.form-title div{flex-direction:column;display:flex}.form-title strong{font:500 18px Georgia,serif}.form-title small{color:#9993a1;margin-top:3px;font-size:8px}.lead-form label{color:#6e6878;letter-spacing:.07em;text-transform:uppercase;flex-direction:column;gap:7px;margin-bottom:13px;font-size:8px;font-weight:850;display:flex}.lead-form input,.lead-form select,.lead-form textarea{color:#2e2838;text-transform:none;resize:vertical;background:#fbfafc;border:1px solid #e4e0e8;border-radius:10px;outline:0;width:100%;padding:11px 12px;font:10px Inter,sans-serif}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#7d63e7;box-shadow:0 0 0 3px #6548df12}.landing-form-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.lead-form>button{color:#fff;background:#25b86f;border:0;border-radius:11px;justify-content:center;align-items:center;gap:12px;width:100%;height:47px;font-size:11px;font-weight:850;display:flex;box-shadow:0 12px 24px #25b86f2e}.privacy-note{color:#aaa4b0;text-align:center;margin-top:12px;font-size:7px;line-height:1.55;display:block}.form-success{color:#23805d;text-align:center;background:#eaf8f1;border-radius:9px;margin:12px 0 0;padding:10px;font-size:9px;font-weight:750}.landing-footer{color:#a9a2b5;background:#171326;justify-content:space-between;align-items:center;gap:20px;padding:30px max(24px,50% - 590px);display:flex}.landing-footer .landing-brand strong{color:#fff}.landing-footer p{margin:0;font-size:9px}.landing-footer>a:last-child{color:#bbaeff;font-size:9px;font-weight:800;text-decoration:none}@media (max-width:960px){.landing-nav nav{display:none}.landing-hero{grid-template-columns:1fr;gap:20px;padding-top:60px}.hero-copy{text-align:center}.landing-kicker,.hero-actions,.trust-row{justify-content:center}.hero-lead{margin-inline:auto}.hero-visual{width:min(520px,100%);margin:0 auto}.benefit-strip{grid-template-columns:repeat(3,1fr)}.benefit-strip p{display:none}.lead-section{grid-template-columns:1fr;gap:45px}.form-promise{text-align:center}.form-promise h2,.form-promise>p:not(.landing-kicker){margin-inline:auto}.form-promise ul{align-items:center}}@media (max-width:640px){.landing-nav{width:calc(100% - 30px)}.nav-cta{padding:10px 12px;font-size:0}.nav-cta span{font-size:13px}.landing-hero{width:calc(100% - 30px);padding:45px 0 65px}.hero-copy h1{letter-spacing:-2px;font-size:45px}.hero-lead{font-size:13px}.hero-actions{flex-direction:column}.landing-primary,.landing-secondary{width:100%}.hero-visual{min-height:470px}.hero-visual:before{width:350px;height:350px;right:50%;transform:translate(50%)}.phone-card{width:248px;height:458px;right:50%;transform:translate(50%)}.phone-body{height:324px}.match-card{left:0}.visit-card{bottom:38px;right:0}.benefit-strip{grid-template-columns:repeat(3,1fr);gap:10px;padding:22px 15px}.benefit-strip strong{font-size:21px}.how-section{width:calc(100% - 30px);padding:75px 0}.section-intro{text-align:center;justify-content:center}.steps-grid{grid-template-columns:1fr;margin-top:35px}.lead-section{padding:70px 15px}.lead-form{padding:21px}.landing-form-grid{grid-template-columns:1fr}.landing-footer{text-align:center;flex-direction:column}}.lead-section{background:linear-gradient(145deg,#f0ecff,#faf8ff 48%,#ece6ff);grid-template-columns:.88fr 1.12fr;align-items:stretch;gap:34px;padding:88px max(24px,50% - 560px);position:relative;overflow:hidden}.lead-section:before{content:"";background:#7658e81c;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-220px;left:-160px}.form-promise{background:linear-gradient(145deg,#29213f,#1e1933 60%,#3a2b60);border-radius:28px;flex-direction:column;justify-content:center;padding:48px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 65px #3024512b}.form-promise:before{content:"";border:1px solid #ffffff24;border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-90px;box-shadow:0 0 0 42px #ffffff08}.form-promise h2,.form-promise>p,.form-promise ul{position:relative}.form-quote{border-top:1px solid #ffffff17;gap:11px;margin-top:30px;padding-top:24px;display:flex;position:relative}.form-quote>span{color:#a995ff;font:italic 34px/1 Georgia,serif}.form-quote p{color:#aaa3ba;margin:2px 0 0;font:italic 11px/1.6 Georgia,serif}.lead-form{background:linear-gradient(#fff,#fdfcff);border:1px solid #ddd5fb;border-radius:28px;padding:34px;position:relative;box-shadow:0 28px 65px #4b36742e}.lead-form:before{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #fff}.form-title{border:0;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding:0;display:grid}.form-title>span{background:linear-gradient(145deg,#ede9ff,#ded5ff);border-radius:13px;width:44px;height:44px;box-shadow:0 7px 16px #6548df17}.form-title strong{font-size:20px}.form-title>b{color:#278367;text-transform:uppercase;letter-spacing:.08em;background:#eaf8f1;border-radius:8px;padding:6px 8px;font-size:7px}.form-progress{background:#f8f6fb;border:1px solid #ebe7f1;border-radius:13px;grid-template-columns:repeat(3,1fr);margin:0 0 24px;padding:14px 12px;display:grid}.form-progress span{color:#aaa4b1;justify-content:center;align-items:center;gap:6px;font-size:7px;font-weight:800;display:flex;position:relative}.form-progress span:not(:last-child):after{content:"";background:#ddd8e5;width:16px;height:1px;position:absolute;right:-8px}.form-progress i{color:#8e8798;background:#e8e4ec;border-radius:6px;place-items:center;width:18px;height:18px;font-style:normal;display:grid}.form-progress .active{color:#6548df}.form-progress .active i{color:#fff;background:#6548df}.lead-form label{color:#625b70;gap:8px;margin-bottom:14px}.lead-form input,.lead-form select,.lead-form textarea{background:#faf9fc;border-color:#e2ddea;border-radius:11px;min-height:44px;padding:12px 13px;transition:all .2s}.lead-form input:hover,.lead-form select:hover,.lead-form textarea:hover{background:#fff;border-color:#cfc5ed}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{background:#fff;box-shadow:0 0 0 4px #6548df10}.lead-form>button{background:linear-gradient(135deg,#24b96f,#1fa664);border-radius:13px;height:52px;margin-top:4px;transition:all .2s;box-shadow:0 14px 28px #25b86f30}.lead-form>button:hover{transform:translateY(-2px);box-shadow:0 18px 34px #25b86f3d}.lead-form>button i{background:#ffffff1f;border-radius:8px;place-items:center;width:24px;height:24px;font-style:normal;display:grid}.lead-form>button span{margin-left:auto}.lead-form>button:disabled{cursor:wait;opacity:.72;transform:none}.lead-form label small{color:#aaa4b1;font-size:6px}.form-error{color:#b44747;text-align:center;background:#fff0f0;border-radius:9px;margin:12px 0 0;padding:10px;font-size:9px;font-weight:750}.admin-login{background:radial-gradient(circle at top,#ede7ff,#f8f6fb 48%,#eeeaf5);place-items:center;min-height:100vh;padding:24px;display:grid}.admin-login form{background:#fff;border:1px solid #ded7ea;border-radius:24px;width:min(420px,100%);padding:38px;box-shadow:0 28px 70px #32254c20}.admin-login .landing-brand{margin-bottom:42px}.admin-login h1{margin:4px 0 10px;font:500 37px Georgia,serif}.admin-login>form>p:not(.eyebrow){color:#7c7586;margin:0 0 28px;font-size:12px;line-height:1.6}.admin-login label{color:#645d70;text-transform:uppercase;letter-spacing:.08em;flex-direction:column;gap:8px;font-size:9px;font-weight:800;display:flex}.admin-login input{border:1px solid #ded8e7;border-radius:11px;outline:0;height:47px;padding:0 13px;font:12px Inter,sans-serif}.admin-login input:focus{border-color:#7559e5;box-shadow:0 0 0 4px #6548df12}.admin-login button{color:#fff;background:#6548df;border:0;border-radius:11px;width:100%;height:48px;margin-top:16px;font-size:11px;font-weight:850}.admin-login form>small{color:#b44747;text-align:center;margin-top:12px;display:block}.lead-management{grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);align-items:start;gap:16px;display:grid}.live-leads{color:#6e6878;align-items:center;gap:7px;margin-left:auto;font-size:9px;font-weight:800;display:flex}.live-leads i{background:#42c38e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #42c38e18}.table-row.selected{background:#f5f2ff;box-shadow:inset 3px 0 #6c4cf1}.empty-leads{text-align:center;flex-direction:column;align-items:center;padding:55px 20px;display:flex}.empty-leads>span{color:#6c4cf1;background:#eee9ff;border-radius:16px;place-items:center;width:48px;height:48px;font-size:20px;display:grid}.empty-leads h3{margin:15px 0 6px;font:500 20px Georgia,serif}.empty-leads p{color:#8c8695;margin:0;font-size:9px}.captured-profile{padding:22px;position:sticky;top:18px}.captured-head{border-bottom:1px solid #ece9f0;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding-bottom:17px;display:grid}.captured-head .lead-avatar{width:42px;height:42px}.captured-head h2{margin:1px 0 2px;font:500 21px Georgia,serif}.captured-head div>span{color:#9b95a2;font-size:7px}.profile-explanation{background:linear-gradient(135deg,#eee9ff,#f7f5ff);border-radius:13px;gap:10px;margin:17px 0;padding:14px;display:flex}.profile-explanation>span{color:#6c4cf1}.profile-explanation strong{text-transform:uppercase;letter-spacing:.08em;font-size:8px}.profile-explanation p{color:#655e70;margin:6px 0 0;font-size:9px;line-height:1.55}.captured-profile dl{grid-template-columns:1fr 1fr;gap:0 14px;margin:0;display:grid}.captured-profile dl>div{border-top:1px solid #efedf2;padding:10px 0}.captured-profile dt{color:#9993a1;text-transform:uppercase;letter-spacing:.07em;font-size:7px}.captured-profile dd{color:#352e42;margin:4px 0 0;font-size:9px;font-weight:750;line-height:1.45}.captured-profile .profile-wide{grid-column:1/-1}.captured-score{color:#fff;background:#242039;border-radius:13px;grid-template-columns:1fr auto;align-items:end;margin-top:14px;padding:14px;display:grid}.captured-score>span{color:#bcb6c8;font-size:8px}.captured-score strong{font:500 25px Georgia,serif}.captured-score strong small{color:#aaa4b8;font:8px Inter,sans-serif}.captured-score>i{background:#ffffff1c;border-radius:4px;grid-column:1/-1;height:5px;margin-top:9px;overflow:hidden}.captured-score>i b{border-radius:inherit;background:linear-gradient(90deg,#8d75ef,#5cd3a3);height:100%;display:block}.profile-whatsapp{color:#fff;background:#24b96f;border-radius:11px;justify-content:center;align-items:center;height:43px;margin-top:12px;font-size:9px;font-weight:850;text-decoration:none;display:flex}@media (max-width:1100px){.lead-management{grid-template-columns:1fr}.captured-profile{position:static}}@media (max-width:960px){.form-promise{padding:42px}.lead-section{gap:24px}}@media (max-width:640px){.lead-section{padding:60px 15px}.form-promise{padding:32px 24px}.lead-form{padding:22px 18px}.form-progress span{font-size:0}.form-progress span i{font-size:7px}}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #8d75ef55}button:disabled{cursor:not-allowed;opacity:.45}.profile-wrap,.notification-wrap{position:relative}.period-filter{color:#9993a1;align-items:center;gap:8px;font-size:8px;font-weight:700;display:flex}.period-filter select{border:1px solid var(--line);color:#655f70;background:#fff;border-radius:9px;padding:8px 10px;font-size:9px;font-weight:700}.activity-button{width:100%;color:inherit;text-align:left;background:0 0;border-bottom:0;border-left:0;border-right:0}.activity-button:hover{background:#faf9fc}.chat-composer input{color:#5d5768;background:#f5f3f8;border:0;border-radius:10px;outline:0;min-width:0;padding:9px 11px;font-size:8px}.full-chat-head button.active-action{color:#5b3dda;background:#eee9ff;border-color:#6c4cf1}.catalog-actions select{border:1px solid var(--line);color:#716c7e;background:#fff;border-radius:10px;height:40px;padding:0 30px 0 12px;font-size:9px;font-weight:700}.catalog-actions .filter-active{color:#6042d2;background:#f1edff;border-color:#7658e8}.filter-panel{justify-content:space-between;align-items:center;gap:20px;margin:-6px 0 16px;padding:14px 18px;display:flex}.filter-panel label{color:#756f80;grid-template-columns:auto auto minmax(160px,320px);align-items:center;gap:10px;font-size:9px;display:grid}.filter-panel strong{color:#5f40d0}.filter-panel input{accent-color:#6c4cf1}.filter-panel button,.empty-catalog button{border:1px solid var(--line);color:#686173;background:#fff;border-radius:9px;padding:8px 11px;font-size:8px;font-weight:800}.property-visual{border:0;width:100%}.empty-catalog{text-align:center;grid-column:1/-1;place-items:center;min-height:280px;display:grid}.empty-catalog>span{color:#8d75ef;font-size:30px}.empty-catalog h3{margin:8px 0 0;font:500 21px Georgia,serif}.empty-catalog p{color:#8c8695;margin:0;font-size:9px}.appointment-row.selected{background:#f7f4ff}.appointment-detail{background:#eee9ff;border-radius:11px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;margin:0 18px 17px;padding:13px;display:grid}.appointment-detail div{flex-direction:column;display:flex}.appointment-detail strong{font-size:10px}.appointment-detail span{color:#756f82;margin-top:3px;font-size:8px}.appointment-detail button{color:#625b70;background:#fff;border:0;border-radius:8px;padding:7px 9px;font-size:8px;font-weight:750}.appointment-detail button:last-child{color:#fff;background:#6c4cf1}.inline-form{border-top:1px solid var(--line);flex-direction:column;gap:9px;margin-top:14px;padding-top:14px;display:flex}.inline-form label{color:#807989;text-transform:uppercase;flex-direction:column;gap:5px;font-size:7px;font-weight:800;display:flex}.inline-form input{border:1px solid var(--line);border-radius:8px;height:35px;padding:0 9px;font-size:9px}.inline-form>div{gap:6px;display:flex}.inline-form button{border:1px solid var(--line);color:#686173;background:#fff;border-radius:8px;flex:1;height:33px;font-size:8px;font-weight:800}.inline-form button:last-child{color:#fff;background:#211b3a;border:0}.automation-card.paused{opacity:.65}.automation-card.paused .automation-state{color:#7b7585;background:#f1eff5}.automation-card.paused .automation-state i{background:#aaa4b3}.automation-card footer>div{gap:8px;display:flex}.automation-card footer>div button:last-child{color:#8d8796}.flow-detail .profile-action{margin-top:auto}.modal-card select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:11px 12px;font:10px Inter,sans-serif}.modal-card select:focus{border-color:#8d74ec;box-shadow:0 0 0 3px #6c4cf111}.property-detail-modal{padding:0 23px 23px;overflow:hidden}.property-detail-modal>.property-visual{width:calc(100% + 46px);margin-bottom:20px;margin-left:-23px}.property-detail-modal>p{color:#7e7888;font-size:10px}.detail-price{margin-top:16px;font:500 22px Georgia,serif;display:block}.popover{z-index:40;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;position:absolute;box-shadow:0 16px 40px #20193828}.profile-menu{flex-direction:column;width:180px;padding:10px;display:flex;bottom:50px;right:0}.profile-menu strong{padding:6px 8px 9px;font-size:9px}.profile-menu button{color:#6f6979;text-align:left;background:0 0;border:0;border-radius:8px;padding:9px 8px;font-size:9px}.profile-menu button:hover{background:#f5f2fa}.notification-menu{width:270px;top:50px;right:0;overflow:hidden}.notification-menu>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px;display:flex}.notification-menu>div strong{font-size:10px}.notification-menu>div button{color:#6548df;background:0 0;border:0;font-size:8px;font-weight:800}.notification-menu>button{color:#6d6678;text-align:left;background:#fff;border:0;border-bottom:1px solid #f0eef3;align-items:center;gap:8px;width:100%;padding:11px 12px;font-size:8px;display:flex}.notification-menu>button.unread{color:#332b43;background:#f7f4ff;font-weight:700}.notification-menu>button i{background:#d1ccd9;border-radius:50%;width:6px;height:6px}.notification-menu>button.unread i{background:#6c4cf1}.profile-whatsapp.demo-channel{border:0;width:100%}@media (max-width:720px){.header-actions .icon-button{display:block}.filter-panel{flex-direction:column;align-items:stretch}.filter-panel label{grid-template-columns:auto auto}.filter-panel input{grid-column:1/-1}.appointment-detail{grid-template-columns:1fr 1fr}.appointment-detail div{grid-column:1/-1}.notification-menu{width:auto;position:fixed;top:82px;left:14px;right:14px}.modal-actions .primary-button{width:auto;padding:0 15px;font-size:9px}.modal-actions .primary-button:after{display:none}}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.conversation-head button.conversation-following{color:#278367;background:#eaf8f1;border-radius:8px;place-items:center;width:25px;height:25px;display:grid}.modal-actions .saved-button{color:#bf526e;background:#fff2f5;border-color:#e2c4ce}.setting-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:13px 0;text-transform:none!important;display:flex!important}.setting-row>span{flex-direction:column;gap:3px;display:flex}.setting-row strong{color:#3f384b;font-size:10px}.setting-row small{color:#8e8798;font-size:8px;font-weight:500}.setting-row input{accent-color:#6c4cf1;height:18px;width:18px!important}.compact-mode .workspace{padding-top:22px}.compact-mode .topbar{margin-bottom:18px}.compact-mode .metric-card{padding-block:13px}.compact-mode .panel{padding-top:16px;padding-bottom:16px}.app-shell{--ink:#172033;--muted:#667085;--line:#e1e6ee;--violet:#315fd4;--paper:#fff;--canvas:#f3f5f8;color:#172033;font-variant-numeric:tabular-nums;background:#f3f5f8;grid-template-columns:252px minmax(0,1fr)}.app-shell .sidebar{color:#fff;background:#111827;border-right:1px solid #202b3d;padding:26px 18px 20px}.app-shell .brand{gap:11px;padding:0 7px 27px}.app-shell .brand-mark{width:36px;height:36px;box-shadow:none;background:#315fd4;border-radius:8px;font:700 18px/1 Segoe UI,sans-serif}.app-shell .brand strong{letter-spacing:-.15px;font-size:15px;font-weight:700}.app-shell .brand span:not(.brand-mark){color:#8f9bb0;letter-spacing:.04em;text-transform:uppercase;margin-top:3px;font-size:9px;font-weight:500}.app-shell .nav-list{gap:3px}.app-shell .nav-item{color:#aeb8c8;border-radius:7px;gap:9px;padding:11px 12px;font-size:12px;font-weight:550;transition:background .16s,color .16s}.app-shell .nav-item>span{border:1px solid #334155;border-radius:6px;place-items:center;width:24px;height:24px;font-size:13px;display:grid}.app-shell .nav-item:hover{color:#fff;background:#1b2535}.app-shell .nav-item.active{color:#fff;background:#263348;box-shadow:inset 3px 0 #5f8cff}.app-shell .nav-item.active>span{background:#315fd4;border-color:#5075c8}.app-shell .nav-item b{color:#dce7f9;background:#34445d;border-radius:5px;min-width:19px;padding:3px 5px;font-size:9px}.app-shell .sidebar-card{background:#172131;border-color:#2c394d;border-radius:8px;padding:13px}.app-shell .sidebar-card strong{font-size:10px;font-weight:650}.app-shell .sidebar-card span{color:#8e9bae;font-size:9px}.app-shell .live-dot{background:#2fb67f;width:7px;height:7px;box-shadow:0 0 0 3px #2fb67f20}.app-shell .profile-row{border-color:#293548;padding:15px 4px 0}.app-shell .profile-row strong{font-size:10px}.app-shell .profile-row span{color:#8996a9;font-size:9px}.app-shell .avatar{color:#294d9d;background:#d9e4ff;border-radius:7px}.app-shell .workspace{padding:31px clamp(26px,3vw,46px) 44px}.app-shell .topbar{border-bottom:1px solid #dde3eb;align-items:flex-end;margin-bottom:24px;padding-bottom:22px}.app-shell .eyebrow{color:#758195;letter-spacing:.09em;margin-bottom:6px;font-size:9px;font-weight:700}.app-shell .topbar h1{letter-spacing:-.8px;color:#152033;font-family:Segoe UI,Inter,sans-serif;font-size:clamp(25px,2.7vw,32px);font-weight:650}.app-shell .topbar p:last-child{color:#697586;margin-top:6px;font-size:12px}.app-shell .icon-button,.app-shell .primary-button{border-radius:8px;height:40px}.app-shell .icon-button{color:#455268;background:#fff;border-color:#d8dee8}.app-shell .primary-button{background:#315fd4;padding:0 16px;font-size:11px;font-weight:650;box-shadow:0 1px 2px #132c6826}.app-shell .primary-button:hover{background:#264faf}.app-shell .panel,.app-shell .conversation-card{border-color:#e0e5ec;border-radius:10px;box-shadow:0 1px 2px #1018280a,0 1px 3px #10182810}.app-shell .panel{padding:20px}.app-shell .panel-heading h2{letter-spacing:-.2px;font-family:Segoe UI,Inter,sans-serif;font-size:16px;font-weight:650}.app-shell .panel-heading button{color:#315fd4;font-size:9px;font-weight:650}.app-shell .metric-grid{gap:12px}.app-shell .metric-card{background:#fff;border-color:#e0e5ec;border-radius:10px;padding:18px;box-shadow:0 1px 2px #1018280a}.app-shell .metric-card:after{display:none}.app-shell .metric-card>span{color:#697586;margin:12px 0 5px;font-size:10px;font-weight:550}.app-shell .metric-card>strong{letter-spacing:-1px;color:#162033;font-family:Segoe UI,Inter,sans-serif;font-size:29px;font-weight:650}.app-shell .metric-card small{color:#596579;background:#f2f4f7;border-radius:5px;margin-top:8px;font-size:8px}.app-shell .metric-icon{border-radius:6px;width:27px;height:27px;font-size:9px}.app-shell .metric-card.violet .metric-icon{background:#315fd4}.app-shell .metric-card.mint .metric-icon{background:#16835d}.app-shell .metric-card.amber .metric-icon{background:#b66b12}.app-shell .metric-card.blue .metric-icon{background:#3b556f}.app-shell .main-grid,.app-shell .content-column{gap:14px}.app-shell .main-grid{margin-top:14px}.app-shell .pipeline{gap:7px}.app-shell .pipeline-step{color:#273449;border:1px solid #e2e7ee;border-radius:8px;min-height:92px}.app-shell .pipeline-step:after{display:none}.app-shell .pipeline-step strong{font-family:Segoe UI,Inter,sans-serif;font-size:23px;font-weight:650}.app-shell .pipeline-step span{opacity:.75;font-size:8px;font-weight:550}.app-shell .step-one{background:#f4f7ff;border-top:3px solid #315fd4}.app-shell .step-two{background:#f5f7fa;border-top:3px solid #5e779c}.app-shell .step-three{background:#f4f8f6;border-top:3px solid #728b81}.app-shell .step-four{background:#faf7f3;border-top:3px solid #9a7651}.app-shell .activity-row{border-color:#edf0f4}.app-shell .activity-button:hover{background:#f8fafc}.app-shell .activity-copy strong{font-size:10px;font-weight:650}.app-shell .lead-avatar{border-radius:8px}.app-shell .avatar-0{color:#31559f;background:#e4ebfb}.app-shell .avatar-1{color:#23664e;background:#e3f1eb}.app-shell .avatar-2{color:#8b5426;background:#f6e9dc}.app-shell .status-tag,.app-shell .temperature,.app-shell .hot-pill{border-radius:5px}.app-shell .conversation-card{background:#fff}.app-shell .conversation-head{border-color:#e8ecf1}.app-shell .lead-signal{background:#f8fafc;border-color:#e8ecf1}.app-shell .lead-signal strong{font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .chat-area,.app-shell .full-chat-body{background:#f5f7fa}.app-shell .bubble{box-shadow:none;border:1px solid #e5e9ef;border-radius:8px;font-size:9px}.app-shell .outgoing{background:#315fd4;border-color:#315fd4}.app-shell .chat-date{border:1px solid #e4e8ee;border-radius:5px}.app-shell .chat-composer input,.app-shell .full-composer input,.app-shell .inbox-search{background:#f8fafc;border:1px solid #e1e6ed;border-radius:7px}.app-shell .send-button,.app-shell .full-composer .send-button{background:#315fd4;border-radius:7px}.app-shell .simulate-button{background:#172033;border-radius:7px;font-size:9px;font-weight:650}.app-shell .inbox-tabs button,.app-shell .contact-row,.app-shell .full-chat-head button,.app-shell .profile-action{font-weight:600}.app-shell .inbox-tabs button.selected{color:#284fae;background:#eaf0ff;border-radius:6px}.app-shell .contact-row.selected{background:#f0f4fc;box-shadow:inset 3px 0 #315fd4}.app-shell .full-chat-head button{border-radius:7px}.app-shell .profile-action{background:#172033;border-radius:7px}.app-shell .score-ring strong{color:#315fd4;font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .search-field,.app-shell .catalog-actions select,.app-shell .catalog-toolbar>div>button{border-color:#dce2ea;border-radius:8px}.app-shell .table-panel{padding:16px}.app-shell .lead-table{border-color:#e2e6ec;border-radius:8px}.app-shell .table-head{color:#667085;background:#f6f8fa}.app-shell .table-row{color:#4f5d70;border-color:#e9edf2}.app-shell .table-row.selected{background:#f1f5fd;box-shadow:inset 3px 0 #315fd4}.app-shell .score-cell i{background:#315fd4}.app-shell .captured-profile{padding:20px}.app-shell .captured-head h2,.app-shell .empty-leads h3,.app-shell .empty-catalog h3{font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .profile-explanation{background:#f6f8fc;border:1px solid #dfe6f1;border-radius:8px}.app-shell .profile-explanation>span{color:#315fd4;background:#dfe8fb;border-radius:50%;place-items:center;width:22px;height:22px;font-style:normal;font-weight:700;display:grid}.app-shell .captured-score{background:#172033;border-radius:8px}.app-shell .captured-score strong{font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .captured-score>i b{background:#4f7de7}.app-shell .profile-whatsapp{background:#315fd4;border-radius:8px}.app-shell .profile-whatsapp:hover{background:#264faf}.app-shell .property-card{border-color:#e0e5ec;border-radius:10px;box-shadow:0 1px 3px #10182812}.app-shell .property-visual:before,.app-shell .property-visual:after{display:none}.app-shell .property-visual{height:126px}.app-shell .property-visual.orchid,.app-shell .property-visual.sky,.app-shell .property-visual.sage,.app-shell .property-visual.sand,.app-shell .property-visual.rose,.app-shell .property-visual.slate{background:linear-gradient(145deg,#243248,#43536b)}.app-shell .property-visual>span{color:#ffffff70;font-size:40px}.app-shell .property-visual em{color:#334155;background:#ffffffed;border:1px solid #ffffff50;border-radius:5px}.app-shell .property-copy h3{font-family:Segoe UI,Inter,sans-serif;font-size:14px;font-weight:650}.app-shell .property-copy button{color:#315fd4;background:#edf2fb;border-radius:6px}.app-shell .property-visual.has-image{background:#172033}.app-shell .property-visual>img,.property-detail-modal>.property-visual>img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.app-shell .property-card:hover .property-visual>img{transform:scale(1.025)}.image-count{z-index:2;color:#fff;background:#101828d9;border-radius:5px;padding:5px 8px;font-size:12px;font-weight:700;position:absolute;bottom:10px;right:10px}.property-image-field{background:#f8fafc;border:1px dashed #cfd6e1;border-radius:9px;margin-top:4px;padding:14px}.property-image-field>div:first-child{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.property-image-field>div:first-child strong{color:#344054;font-size:13px}.property-image-field>div:first-child span{color:#667085;font-size:12px}.image-upload-button{color:#344054;background:#fff;border:1px solid #cfd6e1;border-radius:7px;width:100%;height:40px;font-size:13px;font-weight:650}.image-upload-button:hover{color:#315fd4;border-color:#315fd4}.image-upload-button:disabled{cursor:wait;opacity:.6}.property-image-previews{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.property-image-previews>div{aspect-ratio:1;background:#e9edf3;border:1px solid #d9dee7;border-radius:7px;position:relative;overflow:hidden}.property-image-previews img{object-fit:cover;width:100%;height:100%}.property-image-previews button{color:#fff;background:#101828d9;border:0;border-radius:5px;place-items:center;width:21px;height:21px;font-size:15px;display:grid;position:absolute;top:3px;right:3px}.property-image-previews span{color:#344054;background:#fff;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:700;position:absolute;bottom:4px;left:4px}.property-detail-modal>.property-visual.has-image{height:250px}.property-gallery-thumbs{gap:8px;margin:-10px 0 18px;display:flex;overflow:auto}.property-gallery-thumbs button{background:#e9edf3;border:2px solid #0000;border-radius:7px;flex:0 0 62px;height:48px;padding:0;overflow:hidden}.property-gallery-thumbs button.active{border-color:#315fd4}.property-gallery-thumbs img{object-fit:cover;width:100%;height:100%}.app-shell .calendar-head h2,.app-shell .day-summary h2{font-family:Segoe UI,Inter,sans-serif;font-size:17px;font-weight:650}.app-shell .calendar-head button,.app-shell .week-strip button{border-radius:7px}.app-shell .week-strip button.today{box-shadow:none;background:#315fd4}.app-shell .appointment-row.selected{background:#f2f5fb}.app-shell .day-summary .summary-number{background:#f5f7fb;border:1px solid #dee5ef;border-radius:8px}.app-shell .summary-number strong{color:#315fd4;font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .automation-card{padding:18px}.app-shell .automation-icon{color:#315fd4;background:#e8eefb;border-radius:7px}.app-shell .automation-card h3,.app-shell .health-panel h3{font-family:Segoe UI,Inter,sans-serif;font-size:15px;font-weight:650}.app-shell .automation-state{border-radius:5px}.app-shell .health-orbit{background:conic-gradient(#315fd4 0 99.8%,#e6eaf0 99.8% 100%);box-shadow:none}.app-shell .health-orbit span{font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .modal-backdrop{background:#0f172a8c}.app-shell .modal-card,.modal-backdrop .modal-card{border-color:#dfe4eb;border-radius:10px;box-shadow:0 22px 55px #10182835}.app-shell .modal-head h2,.modal-backdrop .modal-head h2{font-family:Segoe UI,Inter,sans-serif;font-weight:650}.app-shell .modal-head button,.modal-backdrop .modal-head button{background:#f2f4f7;border-radius:6px}.app-shell .popover{border-radius:8px;box-shadow:0 12px 28px #1018281f}.app-shell .toast{background:#172033;border-color:#26354a;border-radius:8px;box-shadow:0 12px 28px #1018282e}.admin-login{background:#eef1f5}.admin-login form{border-color:#dce2ea;border-radius:12px;padding:40px;box-shadow:0 12px 35px #10182814}.admin-login h1{letter-spacing:-.7px;font-family:Segoe UI,Inter,sans-serif;font-size:31px;font-weight:650}.admin-login input{border-color:#d7dee8;border-radius:8px}.admin-login button{background:#315fd4;border-radius:8px;font-weight:650}.admin-login .landing-brand>span{box-shadow:none;background:#315fd4;border-radius:7px}@media (max-width:1050px){.app-shell{grid-template-columns:76px 1fr}.app-shell .nav-item{padding:9px}.app-shell .nav-item>span{border:0}.app-shell .nav-item.active{box-shadow:none}}@media (max-width:720px){.app-shell .sidebar{background:#111827}.app-shell .workspace{padding-top:20px}.app-shell .topbar{padding-bottom:17px}.app-shell .panel{border-radius:9px}}.app-shell{font-family:Segoe UI,Inter,Arial,sans-serif;font-size:16px;line-height:1.45}.app-shell button,.app-shell input,.app-shell select,.app-shell textarea{font-family:inherit}.app-shell .brand strong{font-size:16px}.app-shell .brand span:not(.brand-mark){font-size:12px}.app-shell .nav-item{font-size:14px}.app-shell .nav-item b{font-size:12px}.app-shell .sidebar-card strong,.app-shell .profile-row strong{font-size:14px}.app-shell .sidebar-card span,.app-shell .profile-row span{font-size:12px;line-height:1.4}.app-shell .eyebrow{font-size:12px}.app-shell .topbar p:last-child{max-width:720px;font-size:16px;line-height:1.55}.app-shell .primary-button{font-size:14px}.app-shell .panel-heading h2{font-size:18px}.app-shell .panel-heading button,.app-shell .period-filter{font-size:13px}.app-shell .period-filter select,.app-shell .metric-card>span{font-size:14px}.app-shell .metric-card small,.app-shell .metric-icon{font-size:12px}.app-shell .pipeline-step span{font-size:13px}.app-shell .activity-copy strong{font-size:14px}.app-shell .activity-copy span{font-size:13px}.app-shell .activity-row time,.app-shell .status-tag{font-size:12px}.app-shell .conversation-head strong,.app-shell .full-chat-head strong,.app-shell .contact-row strong{font-size:14px}.app-shell .conversation-head span,.app-shell .full-chat-head span,.app-shell .contact-row small,.app-shell .contact-row time,.app-shell .lead-signal span,.app-shell .lead-signal small,.app-shell .chat-date{font-size:12px}.app-shell .bubble,.app-shell .full-chat-body .bubble{font-size:14px;line-height:1.55}.app-shell .full-chat-body .bubble small{font-size:12px}.app-shell .chat-composer input,.app-shell .full-composer input,.app-shell .search-field input,.app-shell .inbox-search input,.app-shell .simulate-button,.app-shell .inbox-tabs button,.app-shell .full-chat-head button,.app-shell .profile-action{font-size:14px}.app-shell .profile-hero h3{font-family:inherit;font-size:18px;font-weight:650}.app-shell .profile-hero p{font-size:13px}.app-shell .score-ring span,.app-shell .lead-profile dt{font-size:12px}.app-shell .lead-profile dd,.app-shell .toolbar>button,.app-shell .catalog-toolbar>div>button,.app-shell .catalog-actions select,.app-shell .filter-panel label{font-size:14px}.app-shell .live-leads{font-size:13px}.app-shell .table-row{font-size:14px}.app-shell .table-head{font-size:12px}.app-shell .lead-cell b{font-size:14px}.app-shell .lead-cell small,.app-shell .score-cell b,.app-shell .temperature{font-size:12px}.app-shell .empty-leads p,.app-shell .empty-catalog p{font-size:14px}.app-shell .captured-head div>span,.app-shell .profile-explanation strong{font-size:12px}.app-shell .profile-explanation p{font-size:14px}.app-shell .captured-profile dt{font-size:12px}.app-shell .captured-profile dd{font-size:14px}.app-shell .captured-score>span,.app-shell .captured-score strong small{font-size:12px}.app-shell .profile-whatsapp{font-size:14px}.app-shell .property-visual em,.app-shell .property-copy>small{font-size:12px}.app-shell .property-copy h3{font-size:16px}.app-shell .property-copy p{font-size:14px;line-height:1.5}.app-shell .property-copy strong{font-size:15px}.app-shell .week-strip span{font-size:12px}.app-shell .appointment-row strong,.app-shell .appointment-detail strong{font-size:14px}.app-shell .appointment-row span,.app-shell .appointment-detail span{font-size:12px}.app-shell .appointment-detail button{font-size:13px}.app-shell .inline-form label{font-size:12px}.app-shell .inline-form input,.app-shell .inline-form button{font-size:14px}.app-shell .automation-card p,.app-shell .health-panel p{font-size:14px;line-height:1.55}.app-shell .automation-meta,.app-shell .automation-state{font-size:12px}.app-shell .automation-card footer button,.app-shell .modal-card label,.modal-backdrop .modal-card label{font-size:13px}.app-shell .modal-card input,.app-shell .modal-card select,.app-shell .modal-card textarea,.modal-backdrop .modal-card input,.modal-backdrop .modal-card select,.modal-backdrop .modal-card textarea,.app-shell .modal-actions button,.modal-backdrop .modal-actions button{font-size:14px}.app-shell .profile-menu strong,.app-shell .profile-menu button,.app-shell .notification-menu>div strong,.app-shell .notification-menu>div button,.app-shell .notification-menu>button{font-size:13px}.app-shell .setting-row strong{font-size:14px}.app-shell .setting-row small{font-size:12px}.admin-login>form>p:not(.eyebrow){font-size:16px}.admin-login label{font-size:14px}.admin-login input{font-size:16px}.admin-login button{font-size:15px}.admin-login form>small{font-size:13px}@media (max-width:1050px){.app-shell .nav-item:not(.active){font-size:0}.app-shell .nav-item>span{font-size:15px}}@media (max-width:720px){.app-shell .nav-item{font-size:0}.app-shell .nav-item>span{font-size:18px}.app-shell .primary-button{font-size:0}.app-shell .primary-button:after{font-size:18px}.app-shell .topbar p:last-child{font-size:15px}.app-shell .table-row{font-size:13px}.app-shell .modal-actions .primary-button{font-size:14px}.property-image-field>div:first-child{flex-direction:column;align-items:flex-start}.property-image-previews{grid-template-columns:repeat(3,minmax(0,1fr))}.property-detail-modal>.property-visual.has-image{height:210px}}.performance-loading{color:#667085;place-items:center;min-height:320px;font-size:15px;display:grid}.performance-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.performance-toolbar>div{align-items:center;gap:10px;display:flex}.performance-toolbar>div:first-child{flex-direction:column;align-items:flex-start;gap:3px}.performance-toolbar strong{color:#344054;text-transform:capitalize;font-size:15px}.performance-live{color:#667085;align-items:center;gap:7px;font-size:12px;display:flex}.performance-live i{background:#16a36a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #16a36a18}.performance-toolbar label{color:#667085;align-items:center;gap:7px;font-size:12px;display:flex}.performance-toolbar input,.performance-toolbar button{color:#344054;background:#fff;border:1px solid #d7dde5;border-radius:7px;height:39px;padding:0 12px;font:600 13px Segoe UI,Inter,sans-serif}.performance-toolbar input{font-weight:500}.performance-toolbar .primary-button{color:#fff;background:#315fd4;border:0}.company-goal-card{color:#fff;background:linear-gradient(120deg,#142033,#223858);border-radius:12px;grid-template-columns:minmax(230px,.8fr) minmax(300px,1.4fr) minmax(190px,.65fr);align-items:center;gap:30px;margin-bottom:16px;padding:24px 26px;display:grid;box-shadow:0 12px 28px #14203325}.company-goal-copy{flex-direction:column;display:flex}.company-goal-copy p{color:#aebdd1;margin:0 0 6px;font-size:13px}.company-goal-copy strong{letter-spacing:-1px;font-size:30px}.company-goal-copy span{color:#aebdd1;margin-top:4px;font-size:13px}.goal-progress>div{background:#ffffff1c;border-radius:999px;height:10px;overflow:hidden}.goal-progress>div span{border-radius:inherit;background:linear-gradient(90deg,#4d7ff2,#63d3a5);height:100%;display:block;box-shadow:0 0 18px #63d3a555}.goal-progress p{color:#aebdd1;justify-content:space-between;margin:9px 0 0;font-size:12px;display:flex}.goal-progress p strong{color:#fff;font-size:14px}.goal-side{border-left:1px solid #fff2;flex-direction:column;padding-left:24px;display:flex}.goal-side span,.goal-side small{color:#aebdd1;font-size:12px}.goal-side strong{margin:5px 0;font-size:20px}.performance-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.performance-kpis article{background:#fff;border:1px solid #dfe4eb;border-radius:10px;flex-direction:column;min-height:116px;padding:17px;display:flex;box-shadow:0 1px 3px #1018280d}.performance-kpis span{color:#667085;font-size:12px}.performance-kpis strong{color:#172033;letter-spacing:-.6px;margin:9px 0 5px;font-size:24px}.performance-kpis small{color:#667085;margin-top:auto;font-size:12px}.performance-kpis article:nth-child(3) small{color:#157a54}.performance-grid{grid-template-columns:minmax(0,1.7fr) minmax(310px,.85fr);gap:16px;margin-bottom:16px;display:grid}.broker-performance,.sales-history,.recent-sales{border-radius:10px}.broker-performance .panel-heading>span{color:#667085;font-size:12px}.broker-table{margin-top:14px}.broker-row{color:#475467;border-top:1px solid #e7ebf0;grid-template-columns:1.6fr .8fr .75fr .55fr 1fr;align-items:center;gap:12px;min-height:62px;padding:9px 4px;font-size:13px;display:grid}.broker-row>strong{color:#172033}.broker-head{color:#98a2b3;text-transform:uppercase;letter-spacing:.04em;border-top:0;min-height:34px;font-size:11px;font-weight:700}.broker-name{align-items:center;gap:10px;display:flex}.broker-name>i{color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:11px;font-style:normal;font-weight:800;display:grid}.broker-name>b{color:#344054;flex-direction:column;font-size:13px;display:flex}.broker-name small{color:#98a2b3;margin-top:2px;font-size:11px;font-weight:500}.broker-progress{align-items:center;gap:8px;display:flex}.broker-progress>i{background:#e8edf3;border-radius:999px;width:76px;height:6px;display:block;overflow:hidden}.broker-progress>i b{border-radius:inherit;background:#315fd4;height:100%;display:block}.broker-progress em{color:#344054;font-size:12px;font-style:normal;font-weight:700}.sales-history .panel-heading{margin-bottom:17px}.history-chart{justify-content:space-between;align-items:flex-end;gap:8px;height:220px;padding-top:22px;display:flex}.history-chart>div{flex:1;grid-template-rows:18px 1fr 18px;place-items:end center;gap:6px;min-width:0;height:100%;display:grid}.history-chart span{color:#667085;font-size:10px;font-weight:650}.history-chart>div>i{background:#f1f4f8;border-radius:5px;align-items:flex-end;width:100%;height:100%;display:flex}.history-chart b{background:linear-gradient(#4d7ff2,#315fd4);border-radius:5px;width:100%;min-height:8px;display:block}.history-chart>div:last-child b{background:linear-gradient(#63d3a5,#22996d)}.history-chart small{color:#667085;text-transform:capitalize;font-size:11px}.recent-sales .panel-heading>strong{color:#344054;font-size:13px}.recent-sales-table{margin-top:14px}.sale-row{color:#475467;border-top:1px solid #e7ebf0;grid-template-columns:.7fr 1fr 1fr 1.35fr .8fr 28px;align-items:center;gap:12px;min-height:49px;padding:8px 4px;font-size:12px;display:grid}.sale-row time{color:#667085}.sale-row strong,.sale-row b{color:#344054}.sale-row button{color:#98a2b3;background:#f5f6f8;border:0;border-radius:5px;width:26px;height:26px;font-size:16px}.sale-row button:hover{color:#b42318;background:#fff0f0}.sale-head{color:#98a2b3;text-transform:uppercase;border-top:0;min-height:30px;font-size:11px;font-weight:700}.performance-empty{color:#667085;text-align:center;margin:20px 0;font-size:13px}.performance-settings-modal{max-height:90vh;overflow:auto}.broker-goal-fields{border-top:1px solid #e4e7ec;gap:8px;margin-top:16px;padding-top:15px;display:grid}.broker-goal-fields>strong{color:#344054;margin-bottom:2px;font-size:13px}.broker-goal-fields label{grid-template-columns:1fr 150px;align-items:center;text-transform:none!important;margin:0!important;display:grid!important}.broker-goal-fields input{height:38px}@media (max-width:1100px){.performance-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.performance-grid{grid-template-columns:1fr}.company-goal-card{grid-template-columns:1fr 1.3fr}.goal-side{border-top:1px solid #fff2;border-left:0;grid-column:1/-1;padding:16px 0 0}.broker-row{grid-template-columns:1.5fr .8fr .75fr .55fr 1fr}}@media (max-width:720px){.performance-toolbar{flex-direction:column;align-items:stretch}.performance-toolbar>div:last-child{grid-template-columns:1fr 1fr;display:grid}.performance-toolbar label{grid-column:1/-1;justify-content:space-between}.performance-toolbar input{flex:1}.performance-toolbar .primary-button{font-size:13px!important}.performance-toolbar .primary-button:after{display:none}.company-goal-card{grid-template-columns:1fr;gap:20px;padding:21px}.goal-side{grid-column:auto}.performance-kpis{grid-template-columns:1fr 1fr}.performance-kpis article:first-child{grid-column:1/-1}.broker-table,.recent-sales-table{overflow:auto}.broker-row{min-width:700px}.sale-row{min-width:760px}.history-chart{height:190px}.broker-goal-fields label{grid-template-columns:1fr}.modal-actions{flex-wrap:wrap}}.broker-profile-backdrop{padding:28px}.broker-profile-modal{width:min(980px,100%);max-height:94vh;padding:0;overflow:auto;border-radius:12px!important}.broker-profile-header{z-index:3;background:#fff;border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex;position:sticky;top:0}.broker-profile-person{align-items:center;gap:13px;display:flex}.broker-profile-person>span{color:#294d9d;background:#d9e4ff;border-radius:10px;place-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:grid}.broker-profile-person p{color:#667085;margin:0 0 2px;font-size:12px}.broker-profile-person h2{color:#172033;margin:0;font:650 21px Segoe UI,Inter,sans-serif}.broker-profile-person small{color:#98a2b3;margin-top:3px;font-size:12px;display:block}.broker-profile-actions{align-items:center;gap:10px;display:flex}.broker-profile-actions label{align-items:center;gap:8px;display:flex;color:#667085!important;letter-spacing:0!important;text-transform:none!important;margin:0!important;font-size:12px!important}.broker-profile-actions input{height:38px;width:150px!important;padding:0 9px!important;font-size:13px!important}.broker-profile-actions>button{color:#667085;background:#f2f4f7;border:0;border-radius:7px;place-items:center;width:34px;height:34px;font-size:20px;display:grid}.broker-profile-loading{color:#667085;place-items:center;min-height:360px;font-size:14px;display:grid}.broker-goal-overview{color:#fff;background:linear-gradient(120deg,#142033,#223858);border-radius:11px;grid-template-columns:1.1fr 150px 1fr;align-items:center;gap:28px;margin:20px 24px 14px;padding:24px;display:grid}.broker-goal-overview>div:first-child{flex-direction:column;display:flex}.broker-goal-overview p{color:#aebdd1;text-transform:capitalize;margin:0 0 7px;font-size:13px}.broker-goal-overview>div:first-child>strong{font-size:27px}.broker-goal-overview>div:first-child>span{color:#aebdd1;margin-top:4px;font-size:12px}.broker-goal-ring{background:conic-gradient(#63d3a5 var(--broker-progress),#ffffff1c 0);border-radius:50%;place-items:center;width:122px;height:122px;margin:auto;display:grid;box-shadow:0 0 30px #63d3a51a}.broker-goal-ring:before{content:"";background:#1a2a42;border-radius:50%;grid-area:1/1;width:94px;height:94px}.broker-goal-ring>span{z-index:1;flex-direction:column;grid-area:1/1;align-items:center;display:flex}.broker-goal-ring strong{font-size:24px}.broker-goal-ring small{color:#aebdd1;font-size:11px}.broker-goal-overview dl{gap:10px;margin:0;display:grid}.broker-goal-overview dl>div{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:15px;padding-bottom:9px;display:flex}.broker-goal-overview dl>div:last-child{border-bottom:0;padding-bottom:0}.broker-goal-overview dt{color:#aebdd1;font-size:12px}.broker-goal-overview dd{margin:0;font-size:13px;font-weight:700}.broker-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:0 24px 14px;display:grid}.broker-stat-grid article{background:#fff;border:1px solid #e1e6ed;border-radius:9px;flex-direction:column;min-height:112px;padding:14px;display:flex}.broker-stat-grid span{color:#667085;font-size:11px}.broker-stat-grid strong{color:#172033;margin:8px 0 3px;font-size:22px}.broker-stat-grid small{color:#98a2b3;margin-top:auto;font-size:11px;line-height:1.35}.broker-profile-content{grid-template-columns:1fr 1.15fr;gap:14px;padding:0 24px 24px;display:grid}.broker-profile-content>article{background:#fff;border:1px solid #e1e6ed;border-radius:10px;padding:18px}.broker-profile-content p{color:#667085;margin:0;font-size:11px}.broker-profile-content h3{color:#172033;margin:3px 0 0;font-size:15px}.broker-history-bars{align-items:flex-end;gap:9px;height:180px;margin-top:18px;display:flex}.broker-history-bars>div{flex:1;grid-template-rows:17px 1fr 17px;place-items:end center;gap:5px;min-width:0;height:100%;display:grid}.broker-history-bars span{color:#667085;font-size:9px;font-weight:650}.broker-history-bars i{background:#f0f3f7;border-radius:5px;align-items:flex-end;width:100%;height:100%;display:flex}.broker-history-bars b{background:linear-gradient(#4d7ff2,#315fd4);border-radius:5px;width:100%;display:block}.broker-history-bars small{color:#667085;text-transform:capitalize;font-size:10px}.broker-sales-list ul{max-height:195px;margin:15px 0 0;padding:0;list-style:none;overflow:auto}.broker-sales-list li{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;padding:11px 0;display:flex}.broker-sales-list li>span{flex-direction:column;min-width:0;display:flex}.broker-sales-list li strong{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.broker-sales-list li small{color:#98a2b3;margin-top:3px;font-size:10px}.broker-sales-list li>b{color:#172033;flex:none;font-size:12px}.broker-empty{text-align:center;background:#f8fafc;border-radius:8px;padding:28px;margin-top:28px!important}@media (max-width:900px){.broker-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.broker-goal-overview{grid-template-columns:1fr 130px}.broker-goal-overview dl{grid-column:1/-1}.broker-profile-content{grid-template-columns:1fr}}@media (max-width:720px){.broker-profile-backdrop{padding:10px}.broker-profile-modal{max-height:96vh}.broker-profile-header{flex-direction:column;align-items:flex-start;padding:18px;position:static}.broker-profile-actions{width:100%}.broker-profile-actions label{flex:1}.broker-profile-actions input{width:100%!important}.broker-goal-overview{text-align:center;grid-template-columns:1fr;margin:12px;padding:18px}.broker-goal-overview>div:first-child{align-items:center}.broker-goal-overview dl{text-align:left;grid-column:auto}.broker-stat-grid{grid-template-columns:1fr 1fr;padding:0 12px 12px}.broker-profile-content{padding:0 12px 18px}.broker-goal-ring{width:110px;height:110px}.broker-goal-ring:before{width:84px;height:84px}}.app-shell .lead-filter-bar{grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:16px 24px;margin-bottom:16px;padding:17px 18px;display:grid;position:relative;overflow:visible}.app-shell .lead-filter-heading .eyebrow{margin-bottom:3px}.app-shell .lead-filter-heading h2{color:#172033;letter-spacing:-.2px;margin:0;font-size:18px;font-weight:650}.app-shell .lead-filter-heading>p:last-child{color:#697586;margin:4px 0 0;font-size:13px}.app-shell .lead-filter-control{position:relative}.app-shell .lead-filter-trigger{color:#273449;text-align:left;background:#fff;border:1px solid #d7dee8;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 12px;transition:border-color .16s,box-shadow .16s;display:grid}.app-shell .lead-filter-trigger:hover,.app-shell .lead-filter-trigger.open{border-color:#315fd4;box-shadow:0 0 0 3px #315fd414}.app-shell .lead-filter-trigger>span{flex-direction:column;display:flex}.app-shell .lead-filter-trigger small{color:#7b8798;font-size:12px;font-weight:500}.app-shell .lead-filter-trigger strong{margin-top:2px;font-size:14px;font-weight:650}.app-shell .lead-filter-trigger>b{color:#315fd4;background:#eaf0ff;border-radius:6px;place-items:center;min-width:25px;height:25px;padding:0 6px;font-size:12px;display:grid}.app-shell .lead-filter-trigger>i{color:#697586;font-size:18px;font-style:normal;transition:transform .16s}.app-shell .lead-filter-trigger.open>i{transform:rotate(180deg)}.app-shell .lead-filter-trigger:focus-visible,.app-shell .lead-filter-menu button:focus-visible,.app-shell .lead-active-filters button:focus-visible{outline-offset:2px;outline:3px solid #315fd42e}.app-shell .lead-filter-menu{z-index:35;background:#fff;border:1px solid #dce2ea;border-radius:10px;width:min(560px,100vw - 120px);padding:16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #10182824}.app-shell .lead-filter-menu-head{border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:13px;display:flex}.app-shell .lead-filter-menu-head>div{flex-direction:column;display:flex}.app-shell .lead-filter-menu-head strong{color:#273449;font-size:15px}.app-shell .lead-filter-menu-head span{color:#7b8798;margin-top:3px;font-size:12px}.app-shell .lead-filter-menu-head>button{color:#315fd4;background:0 0;border:0;font-size:13px;font-weight:650}.app-shell .lead-filter-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:15px 0;display:grid}.app-shell .lead-filter-groups fieldset{border:0;min-width:0;margin:0;padding:0}.app-shell .lead-filter-groups legend{color:#697586;letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:700}.app-shell .lead-filter-groups fieldset>button{color:#536074;text-align:left;background:#f8fafc;border:1px solid #e2e7ee;border-radius:7px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:40px;margin-top:6px;padding:6px 8px;font-size:14px;display:grid}.app-shell .lead-filter-groups fieldset>button:hover{background:#fff;border-color:#b8c5d8}.app-shell .lead-filter-groups fieldset>button.selected{color:#24489c;background:#eef3ff;border-color:#315fd4}.app-shell .lead-filter-groups fieldset>button i{color:#fff;background:#fff;border:1px solid #c5cedb;border-radius:5px;place-items:center;width:20px;height:20px;font-size:12px;font-style:normal;display:grid}.app-shell .lead-filter-groups fieldset>button.selected i{background:#315fd4;border-color:#315fd4}.app-shell .lead-filter-groups fieldset>button b{font-size:12px;font-weight:700}.app-shell .lead-filter-menu-actions{border-top:1px solid #e8ecf1;justify-content:space-between;align-items:center;gap:15px;padding-top:13px;display:flex}.app-shell .lead-filter-menu-actions>span{color:#7b8798;font-size:12px}.app-shell .lead-filter-menu-actions>button{color:#fff;background:#315fd4;border:0;border-radius:7px;min-height:38px;padding:0 14px;font-size:14px;font-weight:650}.app-shell .lead-active-filters{border-top:1px solid #edf0f4;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:7px;padding-top:13px;display:flex}.app-shell .lead-active-filters button{color:#31559f;background:#f2f6fd;border:1px solid #cbd7ec;border-radius:7px;align-items:center;gap:7px;min-height:34px;padding:0 9px;font-size:13px;font-weight:600;display:flex}.app-shell .lead-active-filters button span{font-size:16px;line-height:1}.app-shell .lead-active-filters .clear-all{color:#667085;background:0 0;border-color:#0000}@media (max-width:900px){.app-shell .lead-filter-bar{grid-template-columns:1fr}.app-shell .lead-filter-control{width:100%}.app-shell .lead-filter-menu{width:100%;left:0;right:auto}}@media (max-width:720px){.app-shell .lead-filter-bar{gap:14px;padding:15px}.app-shell .lead-filter-heading h2{font-size:17px}.app-shell .lead-filter-menu{width:100%;margin-top:8px;padding:14px;position:static}.app-shell .lead-filter-groups{grid-template-columns:1fr}.app-shell .lead-filter-menu-actions{flex-direction:column;align-items:stretch}.app-shell .lead-filter-menu-actions>button{width:100%}}.lead-intelligence{margin-bottom:16px}.lead-intelligence-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:13px;display:flex}.lead-intelligence-head h2{color:#172033;letter-spacing:-.3px;margin:0;font-size:20px}.lead-intelligence-head p:last-child{color:#667085;margin:5px 0 0;font-size:13px}.lead-intelligence-head>div:last-child{align-items:center;gap:12px;display:flex}.lead-intelligence-head>div:last-child>span{color:#667085;font-size:12px}.lead-diagnostic-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.lead-diagnostic-card{color:#172033;text-align:left;background:#fff;border:1px solid #dfe4eb;border-radius:10px;flex-direction:column;align-items:flex-start;min-height:137px;padding:17px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #1018280b}.lead-diagnostic-card:before{content:"";background:#315fd4;height:3px;position:absolute;top:0;left:0;right:0}.lead-diagnostic-card.amber:before{background:#d88924}.lead-diagnostic-card.slate:before{background:#718096}.lead-diagnostic-card.green:before{background:#1c9c6c}.lead-diagnostic-card:hover,.lead-diagnostic-card.active{border-color:#93a9d7;transform:translateY(-2px);box-shadow:0 8px 20px #17203312}.lead-diagnostic-card.active{background:#f6f8fd;box-shadow:inset 0 0 0 1px #315fd4}.lead-diagnostic-card>span{color:#667085;font-size:12px;font-weight:600}.lead-diagnostic-card>strong{letter-spacing:-.8px;margin:8px 0 3px;font-size:28px}.lead-diagnostic-card>small{color:#667085;font-size:11px}.lead-diagnostic-card>i{color:#315fd4;margin-top:auto;font-size:12px;font-style:normal;font-weight:650}.lead-diagnosis-note{background:#f7f9fc;border:1px solid #dce4f1;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:11px;padding:12px 14px;display:grid}.lead-diagnosis-note>span{color:#31559f;text-transform:uppercase;background:#e8effc;border-radius:5px;padding:5px 7px;font-size:11px;font-weight:750}.lead-diagnosis-note p{color:#536074;margin:0;font-size:12px;line-height:1.5}.lead-diagnosis-note button{color:#315fd4;background:0 0;border:0;font-size:12px;font-weight:700}.performance-live.demo{color:#9a5a0c}.performance-live.demo i{background:#d88924;box-shadow:0 0 0 4px #d8892418}.app-shell .table-row.intelligence-row{grid-template-columns:1.35fr 1fr .9fr .78fr .78fr .66fr .7fr .68fr 16px;min-width:1130px}.intelligence-row>span:nth-child(3){display:block}.intelligence-row>span>small{color:#98a2b3;margin-top:3px;font-size:11px;display:block}.lead-assigned-to{color:#31559f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.lifecycle-badge,.recovery-badge{color:#475467;background:#f0f3f7;border-radius:5px;align-items:center;min-height:25px;padding:0 7px;font-size:11px;font-style:normal;font-weight:700;display:inline-flex}.recovery-alto{color:#12704c;background:#e6f6ef}.recovery-medio{color:#9a5a0c;background:#fff1dc}.recovery-baixo{color:#667085;background:#f0f2f5}.first-contact-date,.inactive-days{color:#667085;font-size:12px}.inactive-days.alert{color:#b54708;font-weight:700}.conversation-owner-line{color:#31559f!important;margin-top:4px!important;font-size:12px!important;font-weight:650!important;line-height:1.35!important;display:block!important}.contact-row .conversation-owner-line{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-claim-button{color:#fff!important;background:#315fd4!important;border-color:#315fd4!important}.conversation-assigned-state{white-space:nowrap;background:#e7f6ee;border-radius:7px;justify-self:end;padding:6px 9px;color:#18734e!important;margin:0!important;font-size:12px!important;font-weight:700!important}.lead-operational-fields{grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;display:grid}.lead-operational-fields label{color:#667085;flex-direction:column;gap:6px;font-size:11px;font-weight:650;display:flex}.lead-operational-fields select,.lead-operational-fields input{color:#344054;background:#fff;border:1px solid #d7dde5;border-radius:7px;width:100%;height:38px;padding:0 9px;font-size:12px}.score-explanation{color:#fff;background:#172033;border-radius:9px;margin-top:14px;padding:15px}.score-explanation>div{justify-content:space-between;align-items:end;display:flex}.score-explanation span{color:#b3bfd0;font-size:12px}.score-explanation strong{font-size:25px}.score-explanation strong small{color:#91a0b5;font-size:11px}.score-explanation>i{background:#ffffff1a;border-radius:999px;height:6px;margin:10px 0;display:block;overflow:hidden}.score-explanation>i b{border-radius:inherit;background:linear-gradient(90deg,#4d7ff2,#63d3a5);height:100%;display:block}.score-explanation ul{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.score-explanation li{color:#ccd5e2;background:#ffffff0d;border-radius:5px;padding:4px 6px;font-size:10px}.lead-action-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:11px;display:grid}.lead-action-grid button{color:#475467;background:#fff;border:1px solid #d7dde5;border-radius:7px;min-height:39px;padding:5px 8px;font-size:11px;font-weight:650}.lead-action-grid button:hover{color:#315fd4;border-color:#315fd4}.lead-action-grid .selected-recovery{color:#147452;background:#e9f7f1;border-color:#68b796}.automation-boundary{color:#98a2b3;text-align:center;margin:8px 0 0;font-size:10px}.lead-import-modal{width:min(760px,100%);max-height:92vh;overflow:auto}.lead-import-intro{color:#667085;margin:-3px 0 16px;font-size:13px;line-height:1.55}.lead-import-drop{color:#475467;background:#f8fafc;border:1px dashed #aebbd0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:125px;padding:20px;display:flex}.lead-import-drop:hover,.lead-import-drop.ready{background:#f2f6ff;border-color:#315fd4}.lead-import-drop>span{color:#315fd4;background:#e7edfb;border-radius:8px;place-items:center;width:38px;height:38px;margin-bottom:9px;font-size:18px;font-weight:800;display:grid}.lead-import-drop strong{font-size:14px}.lead-import-drop small{color:#7b8798;margin-top:5px;font-size:12px}.lead-import-columns{border:1px solid #e1e6ed;border-radius:9px;margin-top:12px;padding:14px 145px 14px 14px;position:relative}.lead-import-columns strong{color:#344054;font-size:12px}.lead-import-columns p{color:#667085;margin:4px 0 0;font-size:11px;line-height:1.45}.lead-import-columns button{color:#315fd4;background:#fff;border:1px solid #d7dde5;border-radius:6px;padding:7px 9px;font-size:11px;font-weight:650;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.lead-import-error{color:#b42318;background:#fff0f0;border-radius:7px;padding:10px;font-size:12px}.lead-import-preview{border:1px solid #e1e6ed;border-radius:9px;margin-top:13px;overflow:hidden}.lead-import-preview>div{color:#475467;border-top:1px solid #edf0f4;grid-template-columns:1.2fr .9fr .9fr;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:grid}.lead-import-preview>div:first-child{background:#f8fafc;border-top:0;justify-content:space-between;display:flex}.lead-import-preview>div:first-child strong{color:#344054}.lead-import-preview>div:first-child span{color:#667085;font-size:11px}.lead-import-preview>div>span{flex-direction:column;min-width:0;display:flex}.lead-import-preview b{color:#344054;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lead-import-preview small{color:#98a2b3;margin-top:3px;font-size:10px}@media (max-width:1100px){.lead-diagnostic-grid{grid-template-columns:1fr 1fr}.lead-intelligence-head{flex-direction:column;align-items:flex-start}.lead-intelligence-head>div:last-child{justify-content:space-between;width:100%}}@media (max-width:720px){.lead-diagnostic-grid{grid-template-columns:1fr 1fr}.lead-diagnostic-card{min-height:126px;padding:14px}.lead-diagnosis-note{grid-template-columns:1fr}.lead-diagnosis-note>span{width:max-content}.lead-intelligence-head>div:last-child{flex-direction:column;align-items:stretch}.lead-intelligence-head .primary-button{font-size:13px!important}.lead-intelligence-head .primary-button:after{display:none}.lead-operational-fields,.lead-action-grid{grid-template-columns:1fr}.lead-import-columns{padding-right:14px}.lead-import-columns button{margin-top:10px;position:static;transform:none}.lead-import-preview{overflow:auto}.lead-import-preview>div{min-width:600px}}html,body{max-width:100%;overflow-x:clip}.app-shell{width:100%;max-width:100vw;overflow-x:clip}.app-shell .workspace{width:100%;max-width:1600px;margin-inline:auto}.app-shell .workspace>*,.app-shell .panel,.app-shell .performance-grid,.app-shell .performance-grid>*,.app-shell .lead-management,.app-shell .lead-management>*,.app-shell .inbox-layout,.app-shell .inbox-layout>*,.app-shell .agenda-layout,.app-shell .agenda-layout>*,.app-shell .automation-layout,.app-shell .automation-layout>*{min-width:0;max-width:100%}.app-shell .panel{overflow-wrap:anywhere}.app-shell .search-field,.app-shell input,.app-shell select,.app-shell textarea,.modal-backdrop input,.modal-backdrop select,.modal-backdrop textarea{max-width:100%}.app-shell .property-grid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.app-shell .property-visual{aspect-ratio:16/9;height:auto;min-height:150px}.modal-backdrop{overflow:hidden}.modal-backdrop .modal-card{overscroll-behavior:contain;max-width:100%;max-height:calc(100dvh - 40px);overflow-y:auto}.modal-backdrop .property-detail-modal{width:min(520px,100%)}.modal-backdrop .modal-actions{flex-wrap:wrap;align-items:center}.app-shell .broker-performance,.app-shell .recent-sales,.app-shell .sales-history{min-width:0;overflow:hidden}.app-shell .broker-table,.app-shell .recent-sales-table,.app-shell .lead-table,.app-shell .lead-import-preview{overscroll-behavior-x:contain;max-width:100%}@media (max-width:1100px){.app-shell .workspace{padding:30px 24px 40px}.app-shell .performance-grid{grid-template-columns:minmax(0,1fr)}.app-shell .broker-table,.app-shell .recent-sales-table{overflow-x:auto}}@media (max-width:720px){.app-shell .workspace{padding:20px 14px 94px}.app-shell .topbar{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;margin-bottom:22px;display:grid}.app-shell .topbar h1{font-size:clamp(25px,7vw,30px);line-height:1.08}.app-shell .topbar p:last-child{max-width:34rem;margin-top:6px;line-height:1.45}.app-shell .header-actions{gap:7px}.app-shell .icon-button,.app-shell .primary-button{border-radius:9px;width:40px;height:40px}.app-shell .panel{border-radius:12px;padding:16px}.app-shell .panel-heading{flex-wrap:wrap;align-items:flex-start}.app-shell .panel-heading h2{font-size:18px;line-height:1.25}.app-shell .company-goal-card{border-radius:10px;padding:20px}.app-shell .company-goal-copy strong{font-size:27px}.app-shell .performance-kpis{gap:10px}.app-shell .performance-kpis article{min-height:108px;padding:15px}.app-shell .performance-kpis strong{font-size:22px}.app-shell .performance-toolbar .primary-button,.app-shell .lead-intelligence-head .primary-button{width:auto;padding-inline:14px;font-size:13px}.app-shell .performance-toolbar .primary-button:after,.app-shell .lead-intelligence-head .primary-button:after{display:none}.app-shell .performance-grid{grid-template-columns:minmax(0,1fr)}.app-shell .broker-table,.app-shell .recent-sales-table,.app-shell .lead-table{width:100%;overflow-x:auto}.app-shell .broker-row{min-width:660px}.app-shell .sale-row{min-width:700px}.app-shell .catalog-actions{grid-template-columns:minmax(110px,1fr) minmax(110px,1fr) 42px;width:100%;display:grid;overflow:visible}.app-shell .catalog-actions select,.app-shell .catalog-actions button{width:100%}.app-shell .catalog-actions .primary-button{width:42px;padding:0;font-size:0}.app-shell .catalog-actions .primary-button:after{content:"＋";font-size:18px;display:block}.app-shell .filter-panel{margin-top:0;padding:15px}.app-shell .property-grid{gap:12px}.app-shell .property-card{border-radius:12px}.app-shell .property-copy{padding:15px}.app-shell .property-visual{min-height:180px}.modal-backdrop{place-items:center;padding:8px}.modal-backdrop .modal-card{border-radius:13px;width:100%;max-height:calc(100dvh - 16px);padding:18px}.modal-backdrop .property-detail-modal{padding:0 18px 18px}.modal-backdrop .property-detail-modal>.property-visual{width:calc(100% + 36px);margin-left:-18px}.modal-backdrop .modal-head h2{font-size:22px;line-height:1.2}.modal-backdrop .modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.modal-backdrop .modal-actions button{width:100%;min-width:0;padding-inline:10px}.broker-profile-backdrop .broker-profile-modal{padding:0}.app-shell .lead-filter-trigger{min-height:48px}.app-shell .lead-diagnostic-grid{gap:9px}.app-shell .lead-diagnostic-card{min-width:0}.app-shell .agenda-layout,.app-shell .automation-layout,.app-shell .lead-management{grid-template-columns:minmax(0,1fr)}}@media (max-width:440px){.app-shell .workspace{padding-inline:12px}.app-shell .topbar h1{font-size:24px}.app-shell .metric-grid,.app-shell .performance-kpis,.app-shell .lead-diagnostic-grid,.broker-profile-modal .broker-stat-grid{grid-template-columns:minmax(0,1fr)}.app-shell .performance-kpis article:first-child{grid-column:auto}.app-shell .catalog-actions{grid-template-columns:1fr 1fr}.app-shell .catalog-actions .primary-button{grid-column:1/-1;width:100%;font-size:13px}.app-shell .catalog-actions .primary-button:after{display:none}.app-shell .property-visual{min-height:160px}.modal-backdrop .modal-actions{grid-template-columns:minmax(0,1fr)}.modal-backdrop .property-image-previews{grid-template-columns:repeat(2,minmax(0,1fr))}.broker-profile-modal .broker-profile-header{padding:15px}.broker-profile-modal .broker-profile-person>span{width:42px;height:42px}.broker-profile-modal .broker-profile-person h2{font-size:19px}}.app-shell .theme-toggle{font-size:19px;line-height:1}.app-shell.dark-mode{--ink:#edf2f7;--muted:#a4afbf;--line:#2b3748;--paper:#141c28;--canvas:#0b111a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#dbe3ee;background:#0b111a}.app-shell.dark-mode .sidebar{background:#080e17;border-color:#263246}.app-shell.dark-mode .workspace{background:#0b111a}.app-shell.dark-mode .topbar{border-color:#273344}.app-shell.dark-mode .topbar h1,.app-shell.dark-mode .panel-heading h2,.app-shell.dark-mode .property-copy h3,.app-shell.dark-mode .property-copy strong,.app-shell.dark-mode .captured-head h2,.app-shell.dark-mode .empty-leads h3,.app-shell.dark-mode .empty-catalog h3,.app-shell.dark-mode .lead-filter-heading h2,.app-shell.dark-mode .lead-intelligence-head h2,.app-shell.dark-mode .broker-name>b,.app-shell.dark-mode .sale-row strong,.app-shell.dark-mode .sale-row b,.app-shell.dark-mode .modal-head h2,.app-shell.dark-mode .setting-row strong{color:#f2f5f9}.app-shell.dark-mode .topbar p:last-child,.app-shell.dark-mode .eyebrow,.app-shell.dark-mode .property-copy p,.app-shell.dark-mode .panel-heading>span,.app-shell.dark-mode .performance-live,.app-shell.dark-mode .performance-kpis span,.app-shell.dark-mode .performance-kpis small,.app-shell.dark-mode .broker-row,.app-shell.dark-mode .sale-row,.app-shell.dark-mode .lead-diagnostic-card>span,.app-shell.dark-mode .lead-diagnostic-card>small,.app-shell.dark-mode .lead-diagnosis-note p,.app-shell.dark-mode .lead-filter-heading>p:last-child,.app-shell.dark-mode .setting-row small{color:#9da9ba}.app-shell.dark-mode .performance-toolbar strong{color:#dbe3ee}.app-shell.dark-mode .performance-toolbar label{color:#9da9ba}.app-shell.dark-mode .panel,.app-shell.dark-mode .metric-card,.app-shell.dark-mode .conversation-card,.app-shell.dark-mode .property-card,.app-shell.dark-mode .popover,.app-shell.dark-mode .modal-card,.app-shell.dark-mode .performance-kpis article,.app-shell.dark-mode .broker-stat-grid article,.app-shell.dark-mode .broker-profile-content>article,.app-shell.dark-mode .lead-diagnostic-card,.app-shell.dark-mode .lead-filter-menu,.app-shell.dark-mode .filter-panel{background:#141c28;border-color:#2b3748;box-shadow:0 1px 2px #0005}.app-shell.dark-mode .icon-button,.app-shell.dark-mode .search-field,.app-shell.dark-mode input,.app-shell.dark-mode select,.app-shell.dark-mode textarea,.app-shell.dark-mode .toolbar>button,.app-shell.dark-mode .catalog-toolbar>div>button,.app-shell.dark-mode .catalog-actions select,.app-shell.dark-mode .modal-actions button,.app-shell.dark-mode .full-chat-head button,.app-shell.dark-mode .appointment-detail button,.app-shell.dark-mode .inline-form button,.app-shell.dark-mode .image-upload-button,.app-shell.dark-mode .lead-filter-groups fieldset>button,.app-shell.dark-mode .performance-toolbar input,.app-shell.dark-mode .performance-toolbar button,.app-shell.dark-mode .lead-filter-trigger,.app-shell.dark-mode .lead-action-grid button{color:#dbe3ee;background:#101823;border-color:#334155}.app-shell.dark-mode input::placeholder,.app-shell.dark-mode textarea::placeholder{color:#718096}.app-shell.dark-mode .primary-button,.app-shell.dark-mode .performance-toolbar .primary-button,.app-shell.dark-mode .modal-actions .primary-button,.app-shell.dark-mode .appointment-detail button:last-child{color:#fff;background:#3867d6;border-color:#3f6fe0}.app-shell.dark-mode .table-row,.app-shell.dark-mode .contact-row,.app-shell.dark-mode .appointment-row,.app-shell.dark-mode .notification-menu>button{color:#c5cfdd;background:#141c28;border-color:#263244}.app-shell.dark-mode .table-head,.app-shell.dark-mode .sale-head,.app-shell.dark-mode .broker-head{color:#8794a6;background:#101823}.app-shell.dark-mode .table-row:not(.table-head):hover,.app-shell.dark-mode .activity-button:hover,.app-shell.dark-mode .profile-menu button:hover{background:#1a2534}.app-shell.dark-mode .sale-row button{color:#aab6c6;background:#202b3a}.app-shell.dark-mode .table-row.selected,.app-shell.dark-mode .contact-row.selected,.app-shell.dark-mode .appointment-row.selected,.app-shell.dark-mode .lead-diagnostic-card.active{background:#17243b;box-shadow:inset 3px 0 #5f8cff}.app-shell.dark-mode .chat-area,.app-shell.dark-mode .full-chat-body,.app-shell.dark-mode .lead-signal,.app-shell.dark-mode .inbox-search,.app-shell.dark-mode .profile-explanation,.app-shell.dark-mode .property-image-field,.app-shell.dark-mode .lead-import-drop,.app-shell.dark-mode .lead-import-preview>div:first-child,.app-shell.dark-mode .appointment-detail,.app-shell.dark-mode .day-summary .summary-number,.app-shell.dark-mode .broker-empty{background:#0f1722;border-color:#2b3748}.app-shell.dark-mode .incoming,.app-shell.dark-mode .chat-date{color:#dbe3ee;background:#1a2534;border-color:#334155}.app-shell.dark-mode .outgoing{color:#fff;background:#3867d6;border-color:#3867d6}.app-shell.dark-mode .score-cell,.app-shell.dark-mode .history-chart>div>i,.app-shell.dark-mode .broker-history-bars i{background:#283548}.app-shell.dark-mode .property-copy>div,.app-shell.dark-mode .activity-row,.app-shell.dark-mode .broker-row,.app-shell.dark-mode .sale-row,.app-shell.dark-mode .captured-head,.app-shell.dark-mode .captured-profile dl>div,.app-shell.dark-mode .setting-row,.app-shell.dark-mode .lead-filter-menu-head,.app-shell.dark-mode .lead-filter-menu-actions,.app-shell.dark-mode .lead-active-filters{border-color:#293548}.app-shell.dark-mode .step-one,.app-shell.dark-mode .step-two,.app-shell.dark-mode .step-three,.app-shell.dark-mode .step-four{color:#dbe3ee;background:#172131}.app-shell.dark-mode .property-copy button,.app-shell.dark-mode .profile-explanation>span,.app-shell.dark-mode .automation-icon{color:#86a9ff;background:#203257}.app-shell.dark-mode .lead-filter-groups fieldset>button.selected,.app-shell.dark-mode .lead-active-filters button{color:#a9c2ff;background:#1b2c4b;border-color:#4f78d7}.app-shell.dark-mode .lead-action-grid .selected-recovery{color:#79d6ad;background:#143226;border-color:#2f8f6a}.app-shell.dark-mode .modal-head button,.app-shell.dark-mode .broker-profile-actions>button{color:#c2ccda;background:#202b3a}.app-shell.dark-mode .broker-profile-header{background:#141c28;border-color:#2b3748}.app-shell.dark-mode .broker-profile-person h2,.app-shell.dark-mode .broker-stat-grid strong,.app-shell.dark-mode .broker-profile-content h3,.app-shell.dark-mode .broker-sales-list li strong,.app-shell.dark-mode .broker-sales-list li>b{color:#f2f5f9}.app-shell.dark-mode .broker-profile-person p,.app-shell.dark-mode .broker-profile-person small,.app-shell.dark-mode .broker-stat-grid span,.app-shell.dark-mode .broker-stat-grid small,.app-shell.dark-mode .broker-profile-content p,.app-shell.dark-mode .broker-sales-list li small{color:#9da9ba}.app-shell.dark-mode .property-image-previews>div,.app-shell.dark-mode .property-gallery-thumbs button{background:#202b3a;border-color:#334155}.app-shell.dark-mode .modal-backdrop{background:#030712b8}.app-shell.dark-mode .toast{color:#fff;background:#101823;border-color:#3a475b}
