:root{--ink:#17343d;--muted:#657a80;--primary:#103f4d;--primary2:#185869;--accent:#18a9a1;--accent-soft:#dcf5f2;--bg:#f5f7f5;--card:#fff;--line:#dce6e3;--green:#23885d;--green-bg:#e8f6ee;--amber:#a96508;--amber-bg:#fff4d9;--red:#b75050;--red-bg:#fbecec;--blue-bg:#e9f2f5;--shadow:0 8px 28px rgba(22,55,63,.08);--radius:14px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.skip{position:fixed;top:-60px;left:12px;background:#fff;padding:10px;z-index:100}.skip:focus{top:12px}.app-shell{display:grid;grid-template-columns:248px 1fr;grid-template-rows:72px 1fr;min-height:100vh}.sidebar{grid-row:1/3;background:var(--primary);color:#eaf5f4;padding:18px 12px;position:fixed;inset:0 auto 0 0;width:248px;z-index:20;display:flex;flex-direction:column;transition:.2s}.brand{display:flex;gap:11px;align-items:center;background:none;border:0;color:white;padding:0 10px 22px;text-align:left;width:100%}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--accent);border-radius:12px;font-weight:800;font-size:20px}.brand-copy{display:grid;gap:2px}.brand-copy b{font-size:17px}.brand-copy small{color:#b8d0d3;font-size:10px}.sidebar nav{display:grid;gap:4px}.nav-item{border:0;background:none;color:#c4dadd;padding:11px 12px;border-radius:10px;text-align:left;display:flex;align-items:center;gap:12px;transition:.15s}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.12);color:#fff}.nav-item .ico{width:20px;text-align:center}.nav-item .badge{margin-left:auto;background:#f0a84a;color:#33220c;padding:2px 7px;border-radius:12px;font-size:11px}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.15);padding:17px 10px 4px;display:flex;gap:10px;align-items:center}.sidebar-foot small{display:block;color:#aac5c8;margin-top:3px}.progress-ring{border:3px solid var(--accent);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:11px}.topbar{grid-column:2;position:sticky;top:0;height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:15;display:flex;gap:12px;align-items:center;padding:12px 24px}.icon-btn{border:1px solid var(--line);background:white;border-radius:10px;width:42px;height:42px}.menu-toggle{display:none}.global-search{height:42px;border:1px solid var(--line);background:#f8faf9;border-radius:10px;display:flex;align-items:center;gap:9px;padding:0 12px;flex:1;max-width:490px}.global-search input{border:0;outline:0;background:transparent;width:100%}.global-search kbd{color:#899b9f;font-size:10px;border:1px solid #d8e0de;padding:2px 5px;border-radius:4px}.topbar select,.select,input,textarea{border:1px solid var(--line);background:white;border-radius:9px;padding:10px 12px;outline:none}.primary{border:0;border-radius:10px;padding:12px 16px;background:var(--primary);color:white;font-weight:700;white-space:nowrap}.primary:hover{background:var(--primary2)}.secondary{border:1px solid var(--line);background:white;border-radius:9px;padding:10px 14px;font-weight:600}.danger{color:var(--red);border-color:#efcaca}.notify{position:relative}.notify span{position:absolute;right:-4px;top:-5px;background:var(--red);color:white;font-size:10px;border-radius:20px;padding:2px 6px}.user-menu{border:0;background:none;display:flex;align-items:center;gap:9px;text-align:left;white-space:nowrap}.user-menu small{display:block;color:var(--muted);margin-top:2px}.avatar{display:grid;place-items:center;background:var(--accent-soft);color:#08736d;border-radius:50%;width:39px;height:39px;font-weight:800}main{grid-column:2;padding:26px 28px 50px;min-width:0}.page{animation:fade .22s ease}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:800}.page h1{font-size:25px;margin:5px 0}.page-head p{margin:0;color:var(--muted)}.actions,.filters{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.filters{background:white;border:1px solid var(--line);padding:10px;border-radius:12px;margin-bottom:17px}.filters input{min-width:220px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:25px 0 13px}.section-title h2{font-size:17px;margin:0}.section-title a,.link{color:#087f79;font-weight:700;text-decoration:none;border:0;background:none}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 10px rgba(22,55,63,.035)}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.kpi{padding:17px;position:relative;overflow:hidden}.kpi small{color:var(--muted)}.kpi strong{display:block;font-size:27px;margin:9px 0 6px}.trend{font-size:11px;color:var(--green)}.trend.warn{color:var(--red)}.kpi-icon{position:absolute;right:14px;top:14px;width:35px;height:35px;border-radius:10px;background:var(--blue-bg);display:grid;place-items:center}.attention-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.attention{padding:14px;text-align:left;border:1px solid var(--line);background:white;border-radius:12px;min-height:105px}.attention:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.attention b{font-size:22px;display:block;margin-bottom:8px}.attention span{font-size:12px;color:var(--muted);line-height:1.4}.dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:var(--amber);margin-right:6px}.dash-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:15px}.panel{padding:18px}.funnel{display:flex;align-items:flex-end;gap:7px;height:185px;padding-top:18px}.funnel-col{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;text-align:center}.funnel-col .bar{background:var(--accent-soft);border-radius:8px 8px 2px 2px;min-height:20px}.funnel-col:nth-child(2) .bar{background:#bde8e3}.funnel-col:nth-child(3) .bar{background:#80d1cb}.funnel-col:nth-child(4) .bar{background:#48b9b2}.funnel-col:nth-child(5) .bar{background:var(--accent)}.funnel-col b{margin:6px 0 3px}.funnel-col small{font-size:10px;color:var(--muted)}.agenda-list,.activity-list{display:grid}.agenda-row,.activity-row{display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid #edf1ef;align-items:center}.agenda-row:last-child,.activity-row:last-child{border:0}.agenda-row time{font-weight:700;color:var(--primary2)}.agenda-row small,.activity-row small{display:block;color:var(--muted);margin-top:4px}.pill{font-size:10px;font-weight:700;border-radius:20px;padding:5px 8px;background:var(--blue-bg);white-space:nowrap}.pill.good{background:var(--green-bg);color:var(--green)}.pill.warn{background:var(--amber-bg);color:var(--amber)}.pill.bad{background:var(--red-bg);color:var(--red)}.mini-table{width:100%;border-collapse:collapse}.mini-table th,.mini-table td{text-align:left;padding:12px;border-bottom:1px solid #edf1ef}.mini-table th{color:var(--muted);font-size:11px}.person{display:flex;align-items:center;gap:9px}.person .avatar{width:30px;height:30px;font-size:10px}.kanban-wrap{overflow:auto;padding-bottom:14px}.kanban{display:flex;gap:12px;min-width:max-content;align-items:flex-start}.kanban-col{width:285px;background:#edf2f0;border-radius:13px;padding:11px;min-height:420px}.kanban-col-head{display:flex;justify-content:space-between;padding:5px 4px 12px;font-weight:700}.count{background:white;border-radius:15px;padding:2px 8px;color:var(--muted)}.op-card{background:white;border:1px solid var(--line);border-radius:12px;padding:13px;margin-bottom:9px;box-shadow:0 2px 5px rgba(0,0,0,.03);cursor:grab}.op-card:focus{outline:3px solid rgba(24,169,161,.3)}.op-card.dragging{opacity:.45}.op-top{display:flex;justify-content:space-between;gap:8px}.score{color:#087f79;font-weight:800}.op-card h3{font-size:14px;margin:10px 0 6px}.op-meta{color:var(--muted);font-size:11px;line-height:1.6}.op-next{border-top:1px solid #edf1ef;margin-top:10px;padding-top:10px;display:flex;justify-content:space-between;font-size:11px}.view-toggle button.active{background:var(--primary);color:#fff}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.property-card{overflow:hidden}.property-photo{height:165px;width:100%;object-fit:cover;background:#dce6e3}.property-body{padding:15px}.property-card h3{font-size:15px;margin:7px 0}.price{font-size:18px;font-weight:800}.specs{display:flex;gap:12px;color:var(--muted);font-size:11px;margin:11px 0}.property-foot{border-top:1px solid #edf1ef;padding-top:11px;display:flex;justify-content:space-between;align-items:center}.validation{display:flex;gap:3px}.validation i{width:8px;height:8px;border-radius:50%;background:#cad6d3}.validation i.ok{background:var(--green)}.validation i.warn{background:var(--amber)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table th,.data-table td{text-align:left;padding:14px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table th{font-size:11px;color:var(--muted)}.match-layout{display:grid;grid-template-columns:280px 1fr;gap:16px}.profile-card{padding:18px;position:sticky;top:95px;align-self:start}.profile-card h3{margin:8px 0}.profile-points{padding:0;list-style:none}.profile-points li{padding:9px 0;border-bottom:1px solid #edf1ef;font-size:12px}.match-list{display:grid;gap:13px}.match-card{display:grid;grid-template-columns:170px 1fr auto;overflow:hidden}.match-card img{width:170px;height:100%;object-fit:cover}.match-body{padding:15px}.match-body h3{margin:4px 0}.match-actions{padding:15px;display:flex;flex-direction:column;gap:8px;justify-content:center}.match-score{font-size:23px;font-weight:800;color:#087f79}.reason-list{display:flex;gap:5px;flex-wrap:wrap;margin-top:11px}.reason{font-size:10px;background:var(--green-bg);color:var(--green);padding:5px 7px;border-radius:8px}.reason.risk{background:var(--amber-bg);color:var(--amber)}.compare-bar{position:fixed;bottom:18px;right:24px;background:var(--primary);color:white;border-radius:14px;padding:12px 16px;box-shadow:var(--shadow);z-index:12;display:flex;gap:14px;align-items:center}.calendar{display:grid;grid-template-columns:72px repeat(5,1fr);background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.cal-cell{min-height:72px;border-right:1px solid #e9efed;border-bottom:1px solid #e9efed;padding:7px}.cal-head{min-height:auto;background:#f8faf9;text-align:center;font-weight:700}.cal-time{min-height:72px;color:var(--muted);font-size:11px}.event{border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:6px;padding:6px;font-size:10px}.event.visit{border-color:#5c77b8;background:#edf1fb}.event.alert{border-color:var(--amber);background:var(--amber-bg)}.automation-list{display:grid;gap:10px}.automation{padding:15px;display:grid;grid-template-columns:1fr auto;gap:14px}.automation p{color:var(--muted);margin:6px 0;font-size:12px}.switch{position:relative;width:46px;height:26px}.switch input{opacity:0}.switch span{position:absolute;inset:0;background:#ccd7d4;border-radius:30px}.switch span:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:before{transform:translateX(20px)}.alliance-tabs{display:flex;gap:5px;margin-bottom:13px}.alliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.request-card{padding:17px}.anon{background:#f0f5f3;border-radius:10px;padding:12px;margin:12px 0}.anon small{display:block;color:var(--muted);margin-top:5px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.chart-card{padding:18px}.bar-chart{height:180px;display:flex;align-items:flex-end;gap:15px;padding:15px 8px 0}.chart-bar{flex:1;background:var(--accent);border-radius:6px 6px 0 0;position:relative;min-height:10px}.chart-bar span{position:absolute;bottom:-22px;width:100%;text-align:center;font-size:10px;color:var(--muted)}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.setting-card{padding:18px;border:1px solid var(--line);background:white;border-radius:12px;text-align:left}.setting-card b{display:block;margin:10px 0 5px}.setting-card small{color:var(--muted)}.drawer{position:fixed;right:-620px;top:0;width:min(600px,95vw);height:100vh;background:white;z-index:40;box-shadow:-10px 0 30px rgba(0,0,0,.14);transition:.25s;overflow:auto}.drawer.open{right:0}.drawer-head{position:sticky;top:0;background:white;border-bottom:1px solid var(--line);padding:17px 20px;display:flex;justify-content:space-between;align-items:center;z-index:2}.drawer-body{padding:20px}.detail-hero{border-radius:13px;background:#eef5f3;padding:17px;margin-bottom:15px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-box{border:1px solid var(--line);border-radius:11px;padding:13px}.info-box small{display:block;color:var(--muted);margin-bottom:5px}.timeline{border-left:2px solid #dce7e4;margin:15px 0 0 8px;padding-left:18px}.timeline-item{position:relative;padding:0 0 18px}.timeline-item:before{content:"";position:absolute;left:-24px;top:2px;width:9px;height:9px;border-radius:50%;background:var(--accent)}.timeline-item small{display:block;color:var(--muted);margin-top:4px}.scrim{position:fixed;inset:0;background:rgba(8,30,36,.38);z-index:30;opacity:0;pointer-events:none;transition:.2s}.scrim.show{opacity:1;pointer-events:auto}.modal-wrap{position:fixed;inset:0;background:rgba(8,30,36,.5);z-index:50;display:none;place-items:center;padding:20px}.modal-wrap.open{display:grid}.modal{background:white;border-radius:16px;width:min(820px,96vw);max-height:92vh;overflow:auto;box-shadow:var(--shadow)}.modal-head{padding:19px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0;font-size:19px}.modal-body{padding:22px}.modal-foot{position:sticky;bottom:0;background:white;border-top:1px solid var(--line);padding:15px 22px;display:flex;justify-content:space-between}.steps{display:flex;gap:4px;padding:16px 22px 0}.step{flex:1;font-size:11px;color:var(--muted)}.step:before{content:"";display:block;height:4px;background:#dfe8e5;border-radius:4px;margin-bottom:7px}.step.active{color:var(--primary);font-weight:700}.step.active:before,.step.done:before{background:var(--accent)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field small{color:var(--muted)}.field input,.field select,.field textarea{width:100%}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check{border:1px solid var(--line);border-radius:10px;padding:11px;display:flex;gap:9px;align-items:flex-start}.map{height:220px;border-radius:13px;background:#dcebe7;position:relative;overflow:hidden;background-image:linear-gradient(32deg,transparent 48%,rgba(255,255,255,.7) 49%,rgba(255,255,255,.7) 52%,transparent 53%),linear-gradient(-24deg,transparent 45%,rgba(255,255,255,.55) 46%,rgba(255,255,255,.55) 50%,transparent 51%)}.map:after{content:"⌖";position:absolute;left:54%;top:43%;font-size:34px;color:var(--red);filter:drop-shadow(0 2px 2px #fff)}.zone-chip{display:inline-flex;background:var(--accent-soft);border-radius:15px;padding:6px 10px;margin:4px;font-size:11px}.error{color:var(--red);font-size:11px}.popover{position:fixed;right:20px;top:65px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);z-index:60;padding:7px;width:250px}.popover button{display:block;border:0;background:none;width:100%;padding:10px;text-align:left;border-radius:8px}.popover button:hover{background:#f0f5f3}.toast-stack{position:fixed;right:20px;bottom:20px;z-index:80;display:grid;gap:8px}.toast{background:#17343d;color:white;border-radius:11px;padding:13px 16px;box-shadow:var(--shadow);animation:toast .25s;max-width:360px}.loader{min-height:60vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loader span{width:34px;height:34px;border:3px solid #d5e4e0;border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:auto}.mobile-nav{display:none}.empty{text-align:center;padding:55px 20px;color:var(--muted)}:focus-visible{outline:3px solid rgba(24,169,161,.45);outline-offset:2px}@keyframes fade{from{opacity:0;transform:translateY(4px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toast{from{transform:translateX(20px);opacity:0}}
@media(max-width:1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.attention-grid{grid-template-columns:repeat(3,1fr)}.property-grid{grid-template-columns:repeat(2,1fr)}.topbar .user-menu>span:nth-child(2),.topbar select{display:none}.report-grid{grid-template-columns:1fr 1fr}.match-card{grid-template-columns:140px 1fr}.match-actions{grid-column:1/-1;flex-direction:row}.settings-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.app-shell{display:block}.sidebar{transform:translateX(-100%);width:260px}.sidebar.mobile-open{transform:none}.topbar{position:sticky;padding:10px 12px;height:64px}.menu-toggle{display:block}.global-search kbd,.topbar .notify{display:none}.topbar .primary{font-size:0;padding:0;width:42px;height:42px}.topbar .primary:first-letter{font-size:19px}.user-menu{display:none}main{padding:18px 12px 90px}.page-head{align-items:flex-start}.page-head .actions{justify-content:flex-end}.kpi-grid{grid-template-columns:1fr 1fr}.attention-grid{display:flex;overflow:auto}.attention{min-width:170px}.dash-grid,.match-layout{grid-template-columns:1fr}.profile-card{position:static}.property-grid,.alliance-grid,.report-grid,.settings-grid{grid-template-columns:1fr}.property-photo{height:190px}.match-card{grid-template-columns:110px 1fr}.match-card img{width:110px}.calendar{grid-template-columns:52px repeat(5,135px);overflow:auto}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:67px;background:#fff;border-top:1px solid var(--line);z-index:18;justify-content:space-around}.mobile-nav button{border:0;background:none;color:var(--muted);font-size:10px;display:grid;place-items:center;gap:2px}.mobile-nav .ico{font-size:19px}.mobile-nav .active{color:var(--primary);font-weight:800}.form-grid,.checks,.detail-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.compare-bar{bottom:78px;right:10px;left:10px}.topbar .global-search{min-width:0}.topbar .global-search input{font-size:12px}.page h1{font-size:21px}}
@media(max-width:430px){.kpi-grid{grid-template-columns:1fr}.page-head{display:block}.page-head .actions{margin-top:12px;justify-content:flex-start}.filters{overflow:auto;flex-wrap:nowrap}.filters input{min-width:180px}.match-card{grid-template-columns:1fr}.match-card img{width:100%;height:145px}.topbar .global-search{max-width:calc(100vw - 118px)}}
