@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--primary:#1d4ed8;--primary-hover:#1e40af;--primary-light:#dbeafe;--primary-dark:#1e3a8a;--sidebar-bg:#0f172a;--sidebar-hover:#1e293b;--sidebar-active:#1d4ed8;--sidebar-text:#94a3b8;--sidebar-active-text:#fff;--sidebar-border:#ffffff0f;--sidebar-width:260px;--bg:#f0f4f8;--card-bg:#fff;--border:#e8edf5;--border-strong:#cbd5e1;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--success:#10b981;--success-light:#ecfdf5;--warning:#f59e0b;--warning-light:#fffbeb;--danger:#ef4444;--danger-light:#fef2f2;--info:#3b82f6;--info-light:#eff6ff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #00000014,0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000f,0 2px 4px #0000000a;--shadow-lg:0 10px 15px #00000014,0 4px 6px #0000000a;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--topbar-height:62px;--card-radius:16px;--card-shadow:0 1px 4px #0f172a0d,0 4px 12px #0f172a08;--card-shadow-hover:0 8px 28px #0f172a1a,0 2px 8px #0f172a0f}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f4f8;background:var(--bg);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.badge{align-items:center;border-radius:20px;display:inline-flex;font-weight:600;letter-spacing:.3px;padding:2px 8px}.btn{border-radius:var(--radius-sm);font-family:inherit;font-size:13px;padding:8px 16px;transition:all .15s ease}.btn-primary{background:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{border:1px solid #e8edf5;border:1px solid var(--border);color:#0f172a;color:var(--text-primary)}.btn-outline:hover{background:#f0f4f8;background:var(--bg)}.btn-danger{background:#fef2f2;background:var(--danger-light);color:#ef4444;color:var(--danger)}.btn-danger:hover{background:#fee2e2}.btn-sm{font-size:12px;padding:5px 12px}.btn-lg{font-size:15px;padding:11px 24px}.card{background:#fff;background:var(--card-bg);border:1px solid #e8edf5;border:1px solid var(--border);border-radius:16px;border-radius:var(--card-radius);box-shadow:0 1px 4px #0f172a0d,0 4px 12px #0f172a08;box-shadow:var(--card-shadow);padding:20px 22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card-hover:hover{border-color:#d0defa;box-shadow:0 8px 28px #0f172a1a,0 2px 8px #0f172a0f;box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.badge-sm{font-size:10.5px;padding:2px 6px}.badge-md{font-size:11.5px;padding:4px 10px}.badge-lg{font-size:13px;padding:6px 14px}.badge-success{background:#ecfdf5;background:var(--success-light);color:#065f46}.badge-warning{background:#fffbeb;background:var(--warning-light);color:#92400e}.badge-danger{background:#fef2f2;background:var(--danger-light);color:#991b1b}.badge-info{background:#eff6ff;background:var(--info-light);color:#1e40af}.badge-muted{background:#f1f5f9;color:#475569}.grid-2,.grid-3,.grid-4{grid-gap:16px;display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.auto-grid-sm{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.auto-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.auto-grid-lg{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.flex-between{gap:12px;justify-content:space-between}.flex-between,.flex-start{align-items:center;display:flex}.flex-start{gap:8px}.flex-col{display:flex;flex-direction:column;gap:8px}.icon-btn-md,.icon-btn-sm{align-items:center;background:none;border:1px solid #0000;border-radius:6px;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:inline-flex;justify-content:center;transition:all .15s}.icon-btn-sm{height:26px;width:26px}.icon-btn-md{height:32px;width:32px}.icon-btn-md:hover,.icon-btn-sm:hover{background:#f1f5f9;border-color:#e8edf5;border-color:var(--border);color:#1d4ed8;color:var(--primary)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.truncate-2{-webkit-line-clamp:2}.truncate-2,.truncate-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate-3{-webkit-line-clamp:3}:root{--transition-fast:0.1s ease;--transition-normal:0.2s ease;--transition-slow:0.4s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-fade{animation:fadeIn .25s ease}.animate-slide{animation:slideUp .3s ease}.animate-spin{animation:spin .8s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.App{min-height:100vh}.login-wrapper{font-family:Inter,sans-serif;height:100vh}.login-left,.login-wrapper{display:flex;overflow:hidden}.login-left{background:linear-gradient(160deg,#0f172a,#1e3a8a 60%,#1d4ed8);flex-direction:column;justify-content:space-between;padding:48px 52px;position:relative;width:45%}.login-left:before{background:#60a5fa14;height:320px;right:-80px;top:-80px;width:320px}.login-left:after,.login-left:before{border-radius:50%;content:"";position:absolute}.login-left:after{background:#60a5fa0f;bottom:-60px;height:240px;left:-60px;width:240px}.login-brand{position:relative;z-index:1}.login-brand-logo{filter:brightness(0) invert(1);height:auto;margin-bottom:52px;opacity:.95;width:180px}.login-brand h1{color:#fff;font-size:36px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 16px}.login-brand p{color:#93c5fd;font-size:15px;line-height:1.6;margin:0;max-width:340px}.login-features{display:flex;flex-direction:column;gap:18px;position:relative;z-index:1}.login-feature-item{align-items:center;display:flex;gap:14px}.login-feature-icon{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;color:#bfdbfe;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.login-feature-item span{color:#cbd5e1;font-size:13.5px;font-weight:500}.login-left-footer{color:#475569;font-size:12px;position:relative;z-index:1}.login-right{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;overflow-y:auto;padding:48px 40px}.login-form{max-width:380px;width:100%}.login-form-header{margin-bottom:36px}.welcome-text{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.subtitle{font-size:14px;line-height:1.5}.input-field{margin-bottom:18px;text-align:left}.input-field label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.input-field input{background-color:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#111827;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.input-field input:focus{background:#fff;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed814}.input-field input::placeholder{color:#9ca3af}.error-text{color:#ef4444;font-size:12px;margin-top:4px}.form-options{display:flex;justify-content:flex-end;margin-bottom:22px;margin-top:-8px}.form-options a{color:#1d4ed8;font-size:13px;font-weight:500;text-decoration:none}.form-options a:hover{text-decoration:underline}.signIn-btn{background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.2px;padding:12px;transition:background .15s ease,box-shadow .15s ease;width:100%}.signIn-btn:hover{background:#1e40af;box-shadow:0 4px 12px #1d4ed84d}.signIn-btn:active{transform:translateY(1px)}.footer-text{color:#64748b;font-size:13px;margin-top:24px;text-align:center}.footer-text a{color:#1d4ed8;font-weight:600;margin-left:6px;text-decoration:none}.footer-text a:hover{text-decoration:underline}@media (max-width:900px){.login-left{display:none}.login-right{padding:40px 24px}.login-form{max-width:100%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-form-wide{max-width:440px}.auth-grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@media (max-width:480px){.auth-grid-2{grid-template-columns:1fr}}.password-strength{display:flex;flex-direction:column;gap:6px;margin-top:8px}.strength-bar{display:flex;gap:4px;height:4px}.strength-bar div{background:#e2e8f0;border-radius:999px;flex:1 1;transition:background .2s ease}.strength-bar.weak div:nth-child(-n+1){background:#ef4444}.strength-bar.fair div:nth-child(-n+2){background:#f59e0b}.strength-bar.good div:nth-child(-n+3),.strength-bar.strong div{background:#10b981}.strength-label{font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.strength-label.weak{color:#ef4444}.strength-label.fair{color:#f59e0b}.strength-label.good{color:#10b981}.strength-label.strong{color:#059669}.password-rules{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:5px;margin-top:8px;padding:10px 12px}.password-rule{align-items:center;color:#94a3b8;display:flex;font-size:11.5px;gap:6px}.password-rule.satisfied{color:#059669}.password-rule svg{flex-shrink:0}.otp-row{display:flex;gap:10px;justify-content:center;margin:8px 0 6px}.otp-box{background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;color:#0f172a;font-family:Courier New,monospace;font-size:22px;font-weight:700;height:56px;outline:none;text-align:center;transition:all .15s ease;width:48px}.otp-box:focus{background:#fff;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed814}.otp-box.filled{background:#eff6ff;border-color:#1d4ed8}@media (max-width:480px){.otp-row{gap:6px}.otp-box{font-size:20px;height:50px;width:42px}}.otp-timer{color:#64748b;font-size:13px;margin:14px 0 4px;text-align:center}.otp-timer strong{color:#1d4ed8;font-family:Courier New,monospace}.otp-timer.expired,.otp-timer.expired strong{color:#ef4444}.resend-btn{background:none;border:none;color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:600;padding:0;text-decoration:underline}.resend-btn:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.resend-btn:hover:not(:disabled){color:#1e40af}.step-indicator{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:24px}.step-indicator .dot{background:#e2e8f0;border-radius:999px;height:4px;transition:background .3s ease;width:30px}.step-indicator .dot.active{background:#1d4ed8}.step-indicator .dot.complete{background:#10b981}.auth-banner{align-items:flex-start;border-radius:10px;display:flex;font-size:13px;gap:10px;line-height:1.5;margin-bottom:20px;padding:12px 14px}.auth-banner.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.auth-banner.warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.auth-banner.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.auth-banner.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.auth-banner svg{flex-shrink:0;margin-top:1px}.verify-status{border-radius:14px;margin:16px 0 24px;padding:24px;text-align:center}.verify-status.pending{background:#fffbeb;border:1px solid #fcd34d}.verify-status.success{background:#ecfdf5;border:1px solid #a7f3d0}.verify-status.error{background:#fef2f2;border:1px solid #fecaca}.verify-status.idle{background:#f8fafc;border:1px solid #e2e8f0}.verify-status-icon{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 14px;width:60px}.verify-status.pending .verify-status-icon{background:#fef3c7;color:#b45309}.verify-status.success .verify-status-icon{background:#d1fae5;color:#047857}.verify-status.error .verify-status-icon{background:#fee2e2;color:#b91c1c}.verify-status.idle .verify-status-icon{background:#e0e7ff;color:#3730a3}.verify-status h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 6px}.verify-status p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.auth-btn-outline{background:#0000;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-top:12px;padding:11px 14px;transition:all .15s ease;width:100%}.auth-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.auth-btn-outline:disabled{cursor:not-allowed;opacity:.5}.auth-back-link{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;margin-bottom:24px;padding:0;text-decoration:none}.auth-back-link:hover{color:#1d4ed8}.input-with-icon{position:relative}.input-icon-btn{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.input-icon-btn:hover{color:#1d4ed8}.stats-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;cursor:pointer;overflow:hidden;padding:20px 22px;position:relative;transition:transform .18s ease,box-shadow .18s ease}.stats-card:before{border-radius:12px 0 0 12px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.stats-card:hover{box-shadow:0 8px 20px #00000017,0 2px 6px #0000000d;transform:translateY(-3px)}.stats-card-content{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.stats-text{flex:1 1;min-width:0}.stats-title{color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.8px;margin:0 0 6px;text-transform:uppercase}.stats-value{color:#0f172a;font-size:30px;font-weight:700;letter-spacing:-.5px;line-height:1;margin:0 0 4px}.stats-subtitle{color:#94a3b8;font-size:12px;font-weight:500;margin:0}.stats-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.stats-card.blue:before{background:#1d4ed8}.stats-icon.blue{background:#eff6ff;color:#1d4ed8}.stats-card.emerald:before{background:#10b981}.stats-icon.emerald{background:#ecfdf5;color:#059669}.stats-card.amber:before{background:#f59e0b}.stats-icon.amber{background:#fffbeb;color:#d97706}.stats-card.purple:before{background:#8b5cf6}.stats-icon.purple{background:#f5f3ff;color:#7c3aed}.stats-card.rose:before{background:#f43f5e}.stats-icon.rose{background:#fff1f2;color:#e11d48}.stats-card.slate:before{background:#475569}.stats-icon.slate{background:#f8fafc;color:#475569}.stats-card.teal:before{background:#0d9488}.stats-icon.teal{background:#f0fdfa;color:#0d9488}.stats-card.orange:before{background:#f97316}.stats-icon.orange{background:#fff7ed;color:#ea580c}.stats-card.sage:before{background:#1d4ed8}.stats-icon.sage{background:#eff6ff;color:#1d4ed8}.stats-card.zero-alert{background:#fff5f5;border-color:#fca5a5;box-shadow:0 1px 3px #ef44441f,0 1px 2px #ef444414}.stats-card.zero-alert:before{background:#ef4444}.stats-card.zero-alert:hover{box-shadow:0 8px 20px #ef44442e,0 2px 6px #ef44441a}.stats-card.zero-alert .stats-value{color:#dc2626}.stats-card.zero-alert .stats-title{color:#ef4444}.stats-icon.zero-alert-icon{background:#fee2e2;color:#dc2626}.rl-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 1px 3px #0f172a0a;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:380px;padding:22px 24px}.rl-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.rl-header h3{color:#0f172a;font-size:16px;font-weight:700;letter-spacing:-.2px;margin:0 0 3px}.rl-header p{color:#94a3b8;font-size:12.5px;margin:0}.rl-header-actions{display:flex;flex-shrink:0;gap:8px}.rl-filter{appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%2394A3B8%27 stroke-width=%272%27><polyline points=%276 9 12 15 18 9%27/></svg>") right 8px center /12px no-repeat;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-family:inherit;font-size:12px;outline:none;padding:6px 28px 6px 12px}.rl-filter:focus{border-color:#1d4ed8}.rl-grid{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:1fr}@media (min-width:1024px){.rl-grid{grid-template-columns:repeat(2,1fr)}}.rl-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:14px;transition:all .15s ease}.rl-item:hover{border-color:#1d4ed8;box-shadow:0 4px 12px #1d4ed814;transform:translateY(-1px)}.rl-item-top{gap:10px}.rl-avatar,.rl-item-top{align-items:center;display:flex}.rl-avatar{background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:10px;color:#fff;flex-shrink:0;font-size:13px;font-weight:700;height:38px;justify-content:center;width:38px}.rl-item-info{flex:1 1;min-width:0}.rl-item-info h4{color:#0f172a;font-size:13.5px;font-weight:600;margin:0 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rl-interest{align-items:center;display:inline-flex;font-size:11px;font-weight:600;gap:3px}.rl-status-badge{border-radius:999px;flex-shrink:0;font-size:10.5px;font-weight:700;letter-spacing:.4px;padding:3px 10px;text-transform:uppercase;white-space:nowrap}.rl-contact{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding-top:10px}.rl-contact-item{align-items:center;color:#475569;display:flex;font-size:12px;gap:6px;overflow:hidden;text-decoration:none}.rl-contact-item:hover{color:#1d4ed8}.rl-contact-item svg{color:#94a3b8;flex-shrink:0}.rl-contact-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rl-empty{flex:1 1;flex-direction:column;gap:6px;padding:32px 16px;text-align:center}.rl-empty,.rl-empty-icon{align-items:center;display:flex;justify-content:center}.rl-empty-icon{background:#eff6ff;border-radius:50%;color:#1d4ed8;height:60px;margin-bottom:8px;width:60px}.rl-empty h4{color:#0f172a;font-size:14px;font-weight:700;margin:0}.rl-empty p{color:#64748b;font-size:13px;margin:0}.rl-card--alert{background:#fff5f5;border-color:#fca5a5;box-shadow:0 1px 3px #ef44441a,0 1px 2px #ef44440f}.rl-card--alert .rl-header h3{color:#dc2626}.rl-empty--alert{background:#fef2f2;border:1px dashed #fca5a5;border-radius:10px;box-sizing:border-box;padding:28px 16px;width:100%}.rl-empty-icon--alert{background:#fee2e2;color:#dc2626}.rl-empty-cta{align-items:center;background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;margin-top:12px;padding:9px 18px;transition:background .15s}.rl-empty-cta:hover{background:#1e40af}.rl-footer{border-top:1px solid #f1f5f9;display:flex;justify-content:center;padding-top:4px}.rl-view-all{align-items:center;color:#1d4ed8;display:inline-flex;font-size:13px;font-weight:600;gap:5px;padding:10px 0;text-decoration:none}.rl-view-all:hover{color:#1e40af}.recent-leads-card{background:#fff;border-radius:14px}.deals-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 3px #0f172a0d;margin-top:18px;overflow:hidden}.deals-header{align-items:center;border-bottom:1px solid #f1f5f9;gap:12px;padding:18px 22px}.deals-header-left{align-items:center;display:flex;gap:12px}.deals-header-icon{align-items:center;background:#eff6ff;border-radius:10px;color:#1d4ed8;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.deals-header h2{color:#0f172a;font-size:15px;font-weight:700;letter-spacing:-.2px;margin:0 0 2px}.deals-header-sub{color:#64748b;font-size:12px;margin:0}.deals-view-all{align-items:center;background:#eff6ff;border-radius:8px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:5px 10px;text-decoration:none;transition:background .15s;white-space:nowrap}.deals-view-all:hover{background:#dbeafe}.deals-body{padding:14px 18px 16px}.deals-empty{flex-direction:column;gap:8px;padding:36px 20px;text-align:center}.deals-empty,.deals-empty-icon{align-items:center;display:flex;justify-content:center}.deals-empty-icon{background:#eff6ff;border-radius:50%;color:#1d4ed8;height:52px;margin-bottom:4px;width:52px}.deals-empty p{color:#64748b;font-size:13px;margin:0}.deals-empty-link{color:#1d4ed8;font-size:13px;font-weight:600;margin-top:4px;text-decoration:none}.deal-row{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px;padding:12px 14px;transition:background .2s,border-color .2s,box-shadow .2s}.deal-row:last-child{margin-bottom:0}.deal-row:hover{background:#f1f5f9;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000d}.deal-name{color:#0f172a;font-size:14px;font-weight:600;margin:0 0 6px}.deal-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.deal-probability{color:#64748b;font-size:12px}.deal-right{flex-shrink:0;text-align:right}.deal-value{color:#0f172a;font-size:15px;font-weight:700;margin:0}.deal-commission{color:#64748b;font-size:11.5px;margin:3px 0 0}.stage-badge{border-radius:999px;font-size:11px;font-weight:600;padding:3px 10px;white-space:nowrap}.stage-negotiation{background:#dbeafe}.stage-documentation{background:#ede9fe}.stage-payment{background:#ffedd5}.stage-won{background:#dcfce7;color:#15803d}.stage-lost{background:#f3f4f6;color:#374151}.visits-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 3px #0f172a0d;overflow:hidden;transition:border-color .2s,box-shadow .2s}.visits-card--alert{background:#fff5f5;border-color:#fca5a5;box-shadow:0 1px 3px #ef44441a}.visits-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;justify-content:space-between;padding:16px 20px}.visits-card--alert .visits-header{border-bottom-color:#fecaca}.visits-header-left{align-items:center;display:flex;gap:10px}.visits-header-icon{align-items:center;background:#ecfdf5;border-radius:9px;color:#059669;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.visits-header-icon--alert{background:#fee2e2;color:#dc2626}.visits-header h2{color:#0f172a;font-size:14px;font-weight:700;margin:0 0 2px}.visits-card--alert .visits-header h2{color:#dc2626}.visits-header-sub{color:#64748b;font-size:11.5px;margin:0}.visits-header-sub--alert{color:#dc2626;font-weight:600}.visits-body{padding:14px 18px 16px}.visits-empty{align-items:center;display:flex;flex-direction:column;gap:6px;padding:28px 16px;text-align:center}.visits-empty--alert{background:#fef2f2;border:1px dashed #fca5a5;border-radius:10px}.visits-empty-icon--alert{align-items:center;background:#fee2e2;border-radius:50%;color:#dc2626;display:flex;height:48px;justify-content:center;margin-bottom:6px;width:48px}.visits-empty-title{color:#dc2626;font-size:13px;font-weight:700;margin:0}.visits-empty-sub{color:#64748b;font-size:12px;margin:0}.visit-row{align-items:flex-start;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;display:flex;gap:12px;margin-bottom:8px;padding:11px 12px;transition:background .2s,border-color .2s}.visit-row:last-child{margin-bottom:0}.visit-row:hover{background:#f1f5f9;border-color:#e2e8f0}.visit-icon{align-items:center;background:#ecfdf5;border-radius:8px;color:#059669;display:flex;flex-shrink:0;justify-content:center;padding:7px}.visit-info{flex:1 1;min-width:0}.visit-date{color:#0f172a;font-size:13px;font-weight:600;margin:0 0 3px}.visit-property{color:#64748b;font-size:12px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:1rem}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.calendar-header button{background:none;border:none;border-radius:8px;cursor:pointer;padding:.25rem}.calendar-header button:hover{background:#f3f4f6}.calendar-weekdays{color:#6b7280;font-size:.8rem;font-weight:600;margin-bottom:.5rem;text-align:center}.calendar-grid,.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-grid{grid-gap:4px;align-content:start;gap:4px}.calendar-day{align-items:center;border-radius:8px;display:flex;flex-direction:column;font-size:.85rem;justify-content:flex-start;line-height:1.2;min-height:40px;padding:.4rem .25rem .3rem;position:relative}.calendar-day.other-month .day-num{color:#cbd5e1}.calendar-day.today .day-num{background:#6366f1;color:#fff;font-weight:700}.day-num{align-items:center;border-radius:50%;color:#1e293b;font-size:.85rem;height:28px;width:28px}.calendar-dots,.day-num{display:flex;justify-content:center}.calendar-dots{gap:3px;margin-top:3px}.dot{border-radius:50%;display:inline-block;height:5px;width:5px}.dot-visit{background-color:#0ea5e9}.dot-meeting{background-color:#f59e0b}.calendar-legend{border-top:1px solid #f1f5f9;color:#6b7280;display:flex;font-size:11px;gap:16px;justify-content:center;margin-top:8px;padding:10px 0 2px}.legend-item{align-items:center;display:flex;gap:5px}.calendar-day.has-events{cursor:pointer}.calendar-day.has-events:hover{background:#eff6ff}.calendar-day.selected{background:#eff6ff;outline:2px solid #1d4ed8;outline-offset:-1px}.calendar-day.selected .day-num{background:#1d4ed8;color:#fff}.cal-popup-backdrop{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a59;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.cal-popup{animation:popupIn .18s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a2e;max-width:380px;overflow:hidden;width:100%}@keyframes popupIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cal-popup-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.cal-popup-title{color:#0f172a;font-size:14px;font-weight:700}.cal-popup-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:28px;justify-content:center;transition:background .15s;width:28px}.cal-popup-close:hover{background:#e2e8f0}.cal-popup-body{max-height:60vh;overflow-y:auto;padding:16px 20px 20px}.cal-popup-empty{color:#64748b;font-size:13px;padding:12px 0;text-align:center}.cal-popup-section{margin-bottom:16px}.cal-popup-section:last-child{margin-bottom:0}.cal-popup-section-title{align-items:center;color:#64748b;display:flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.6px;margin-bottom:10px;text-transform:uppercase}.cal-popup-event{align-items:flex-start;border:1px solid #0000;border-radius:10px;display:flex;gap:10px;margin-bottom:8px;padding:10px 12px}.cal-popup-event:last-child{margin-bottom:0}.cal-popup-event--visit{background:#f0f9ff;border-color:#bae6fd;color:#0369a1}.cal-popup-event--meeting{background:#fffbeb;border-color:#fde68a;color:#92400e}.cal-event-time{font-size:12px;font-weight:700;margin:0 0 2px}.cal-event-name{color:#0f172a;font-size:13px;font-weight:600;margin:0 0 2px}.cal-event-sub{color:#64748b;font-size:11.5px;margin:0}.dashboard-container{font-family:Inter,sans-serif;min-height:100%}.dashboard-header{margin-bottom:24px}.dashboard-header h1{color:#0f172a;font-size:24px;font-weight:800;letter-spacing:-.3px;margin:0 0 4px}.dashboard-header p{color:#64748b;font-size:14px;font-weight:400;margin:0}.stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-bottom:18px}.stats-grid.first-row{grid-template-columns:repeat(3,1fr)}.stats-grid.second-row{grid-template-columns:repeat(4,1fr)}.stats-grid.third-row{grid-template-columns:repeat(3,1fr);margin-bottom:6px}.call-log-status-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;margin-bottom:18px;padding:18px 24px 20px;transition:box-shadow .18s ease}.call-log-status-card:hover{box-shadow:0 6px 20px #00000014}.call-log-status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.call-log-status-badge{border-left:3px solid #6366f1;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;padding-left:10px;text-transform:uppercase}.call-log-status-total{color:#94a3b8;font-size:11px;font-weight:500}.call-log-status-item,.call-log-status-row{align-items:center;display:flex}.call-log-status-item{border-radius:10px;cursor:pointer;flex:1 1;flex-direction:column;gap:7px;padding:10px 6px;transition:background .18s ease,transform .15s ease}.call-log-status-item:hover{background:#f8fafc;transform:translateY(-2px)}.call-log-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.call-log-count{font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1}.call-log-label{color:#64748b;font-size:10.5px;font-weight:600;letter-spacing:.4px;text-align:center;text-transform:uppercase;white-space:nowrap}.call-log-divider{background:#f1f5f9;flex-shrink:0;height:56px;width:1px}.dashboard-content{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:2fr 1fr}.left-panel,.right-panel{display:flex;flex-direction:column;gap:20px;min-height:0}.dashboard-section{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 4px #0f172a0a,0 4px 12px #0f172a05;padding:22px 24px;transition:box-shadow .22s ease,border-color .22s ease}.dashboard-section:hover{border-color:#d0defa;box-shadow:0 6px 24px #0f172a12}.dashboard-section-title{align-items:center;border-bottom:1px solid #f1f5f9;color:#0a1628;display:flex;font-size:14px;font-weight:700;justify-content:space-between;letter-spacing:-.1px;margin:0 0 18px;padding-bottom:14px}@media (max-width:1200px){.stats-grid,.stats-grid.first-row,.stats-grid.second-row,.stats-grid.third-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.dashboard-content{grid-template-columns:1fr}.call-log-label{font-size:10px}}@media (max-width:768px){.call-log-status-row{flex-wrap:wrap;gap:4px}.call-log-divider{display:none}.call-log-status-item{flex-basis:calc(33.33% - 8px);flex-grow:0;flex-shrink:0}}@media (max-width:640px){.stats-grid,.stats-grid.first-row,.stats-grid.second-row,.stats-grid.third-row{grid-template-columns:1fr}.call-log-status-item{flex-basis:calc(50% - 8px);flex-grow:0;flex-shrink:0}}.sidebar{background:#0b1426;background-image:radial-gradient(ellipse at 50% 0,#1d4ed824 0,#0000 70%);border-right:1px solid #ffffff0a;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:260px;width:var(--sidebar-width,260px)}.sidebar,.sidebar-header{display:flex;flex-shrink:0}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff0d;padding:22px 20px 18px}.sidebar-logo{height:auto;width:148px}.menu{flex:1 1;overflow-y:auto;padding:8px 10px;scrollbar-width:none}.menu::-webkit-scrollbar{display:none}.menu-group-label{color:#334155;font-size:9.5px;font-weight:700;letter-spacing:1.3px;padding:18px 12px 6px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.nav-item{align-items:center;border-radius:9px;color:#64748b;display:flex;font-size:13.5px;font-weight:500;gap:11px;margin-bottom:2px;padding:9px 12px;position:relative;text-decoration:none;transition:background .14s ease,color .14s ease;white-space:nowrap}.nav-item:hover{background:#ffffff0d;color:#cbd5e1}.nav-item.active{background:linear-gradient(90deg,#1d4ed838,#1d4ed81a);color:#fff;font-weight:600}.nav-item.active:before{background:#3b82f6;border-radius:0 2px 2px 0;bottom:20%;content:"";left:0;position:absolute;top:20%;width:3px}.nav-item.active .nav-icon{color:#93c5fd}.nav-icon{flex-shrink:0;opacity:.75;transition:opacity .14s ease}.nav-item.active .nav-icon,.nav-item:hover .nav-icon{opacity:1}.sidebar-footer{background:#00000026;border-top:1px solid #ffffff0d;flex-shrink:0;padding:14px}.sidebar-footer,.user-info{align-items:center;display:flex;gap:10px}.user-info{flex:1 1;min-width:0}.avatar{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;box-shadow:0 2px 8px #1d4ed84d;font-size:13px;height:36px;width:36px}.user-meta{flex:1 1;min-width:0}.username{color:#cbd5e1;font-size:13px;font-weight:600;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role-badge{border-radius:4px;display:inline-block;font-size:9px;font-weight:700;letter-spacing:.6px;margin-top:3px;padding:2px 7px;text-transform:uppercase}.user-role-badge.superadmin{background:#f59e0b26;border:1px solid #f59e0b33;color:#fcd34d}.user-role-badge.admin{background:#3b82f626;border:1px solid #3b82f633;color:#93c5fd}.user-role-badge.agent{background:#10b9811f;border:1px solid #10b9812e;color:#6ee7b7}.logout-btn{align-items:center;background:#ffffff0a;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:8px;transition:all .15s ease}.logout-btn:hover{background:#ef44441f;color:#ef4444}.overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;inset:0;position:fixed;z-index:99}.nav-item.disabled{cursor:not-allowed;opacity:.3}.nav-item.disabled:hover{background:none;color:#64748b}@media (max-width:768px){.sidebar{box-shadow:6px 0 32px #00000059;left:-270px;position:fixed;top:0;transition:left .26s cubic-bezier(.4,0,.2,1);z-index:100}.sidebar.open{left:0}}.layout{background:#f0f4f8;background:var(--bg,#f0f4f8);overflow:hidden}.content-wrapper,.layout{display:flex;height:100vh}.content-wrapper{flex:1 1;flex-direction:column;min-width:0}.topbar{background:#fff;border-bottom:1px solid #e8edf5;box-shadow:0 1px 0 #e8edf5,0 2px 8px #0f172a0a;flex-shrink:0;gap:16px;height:62px;height:var(--topbar-height,62px);padding:0 24px;z-index:10}.topbar,.topbar-left{align-items:center;display:flex}.topbar-left{flex:1 1;gap:14px}.topbar-page-title{color:#0a1628;font-size:16px;font-weight:700;letter-spacing:-.2px;line-height:1;margin:0}.topbar-divider{background:#e2e8f0;flex-shrink:0;height:18px;width:1px}.topbar-breadcrumb{color:#94a3b8;font-size:12.5px;font-weight:400;margin:0}.topbar-right{align-items:center;display:flex;gap:10px}.topbar-date-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;font-size:12px;font-weight:500;letter-spacing:-.1px;padding:5px 12px;white-space:nowrap}.topbar-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:9px;box-shadow:0 2px 6px #1d4ed833;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:34px;justify-content:center;transition:box-shadow .15s ease,transform .15s ease;width:34px}.topbar-avatar:hover{box-shadow:0 4px 12px #1d4ed84d;transform:translateY(-1px)}.mobile-header{align-items:center;background:#fff;border-bottom:1px solid #e8edf5;box-shadow:0 1px 0 #e8edf5;display:none;flex-shrink:0;gap:12px;padding:13px 16px}.mobile-header h2{color:#0a1628;flex:1 1;font-size:16px;font-weight:700;letter-spacing:-.2px;margin:0}.menu-btn{align-items:center;background:none;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:background .14s ease,color .14s ease;width:36px}.menu-btn:hover{background:#f1f5f9;color:#0a1628}.page-content{background:#f0f4f8;flex:1 1;overflow-y:auto;padding:26px 28px;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.page-content::-webkit-scrollbar{width:5px}.page-content::-webkit-scrollbar-track{background:#0000}.page-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.page-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.mobile-header{display:flex}.topbar{display:none}.page-content{padding:16px}}.lead-card{border:1px solid #e8edf5;box-shadow:0 1px 4px #0f172a0a,0 4px 12px #0f172a05;padding:16px 18px;transition:all .22s ease}.lead-card:hover{border-color:#d0defa;box-shadow:0 8px 26px #0f172a17;transform:translateY(-2px)}.lead-card.selected{outline:2px solid #4f9f8a}.lead-header-left{align-items:flex-start;display:flex;gap:10px}.lead-info h3{font-size:16px;margin:0}.badge{border-radius:8px;padding:4px 8px}.status-new{background:#e3f2fd;color:#1976d2}.status-contacted{background:#ede7f6;color:#5e35b1}.status-qualified{background:#e8f5e9;color:#2e7d32}.status-viewing{background:#fff3e0;color:#ef6c00}.status-negotiating{background:#fffde7;color:#f9a825}.status-won{background:#e0f2f1;color:#00695c}.status-lost{background:#eee;color:#424242}.badge-secondary{background:#f4f4f4;color:#333}.interest-cold{background:#e3f2fd;color:#1976d2}.interest-warm{background:#fff3e0;color:#ef6c00}.interest-hot{background:#ffebee;color:#c62828}.lead-card-body{display:flex;flex-direction:column;gap:8px;margin-top:12px}.info-row{color:#555;font-size:13px;text-decoration:none}.border-top{border-top:1px solid #eee;padding-top:8px}.footer{align-items:center;margin-top:8px}.source{color:#777;font-size:12px}.lead-card{background:#fff;border-radius:14px;box-shadow:0 10px 20px #0f172a0f;padding:18px;transition:transform .2s ease}.lead-card:hover{transform:translateY(-3px)}.lead-card-header{align-items:flex-start;display:flex;justify-content:space-between}.badge{font-size:12px;font-weight:500;padding:4px 10px}.info-row{color:#334155;font-size:14px;gap:8px;margin-top:10px}.footer{color:#64748b;display:flex;font-size:13px;justify-content:space-between;margin-top:16px}.created-by{align-items:center;color:#555;display:flex;font-size:12px;gap:6px}.lead-card-actions{display:flex;flex-shrink:0;gap:4px;margin-left:6px}.lead-card-actions .icon-btn{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.lead-card-actions .icon-btn:hover{background:#f1f5f9;color:#1d4ed8}.unassigned-label{color:#94a3b8;font-style:italic}.avatar{background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:50%;color:#fff;flex-shrink:0;font-size:15px;font-weight:700;height:38px;width:38px}.avatar,.form-overlay{align-items:center;display:flex;justify-content:center}.form-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a162880;inset:0;padding:16px;position:fixed;z-index:999}.form-card{background:#fff;border-radius:18px;box-shadow:0 24px 64px #0a16282e,0 4px 16px #0a162814;max-height:90vh;max-width:700px;overflow-y:auto;padding:24px 28px;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin;width:100%}.form-card::-webkit-scrollbar{width:4px}.form-card::-webkit-scrollbar-track{background:#0000}.form-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.form-header{border-bottom:1px solid #f1f5f9;margin-bottom:22px;padding-bottom:16px}.form-header h2{color:#0a1628;font-size:18px;font-weight:700;letter-spacing:-.3px;margin:0}.icon-btn{border-radius:7px;color:#94a3b8;height:30px;transition:all .14s ease;width:30px}.icon-btn:hover{color:#0a1628}.form-group label{color:#475569;font-size:12.5px;font-weight:600;letter-spacing:.1px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;color:#0a1628;font-family:inherit;font-size:13.5px;outline:none;padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{line-height:1.5;min-height:88px}@media (max-width:600px){.grid-2,.grid-3{grid-template-columns:1fr}}.form-footer{border-top:1px solid #f1f5f9;gap:10px;margin-top:24px;padding-top:16px}.btn-outline{align-items:center;border:1.5px solid #e2e8f0;border-radius:9px;color:#475569;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;padding:9px 18px;transition:all .15s ease}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1;color:#0a1628}.btn-primary{background:#1d4ed8;border-radius:9px;box-shadow:0 2px 8px #1d4ed833;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;padding:9px 20px;transition:all .18s ease}.btn-primary:hover{background:#1e40af;box-shadow:0 4px 14px #1d4ed84d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.ss-trigger{border:1.5px solid #e2e8f0;border-radius:9px;color:#0a1628;font-family:inherit;font-size:13.5px;min-height:40px;padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease}.ss-trigger:hover{border-color:#cbd5e1}.ss-trigger.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ss-value{color:#0a1628;font-size:13.5px}.ss-chevron,.ss-placeholder{color:#94a3b8}.ss-dropdown{border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 28px #0f172a1f,0 2px 8px #0f172a0f}.ss-search{background:#fafbfc;border-bottom:1px solid #f1f5f9}.ss-search svg{color:#94a3b8}.ss-search input{color:#0a1628;font-family:inherit}.ss-list{scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.ss-item{border-radius:6px;color:#334155;font-family:inherit;font-size:13px;transition:background .1s ease}.ss-item:hover{background:#f1f5f9;color:#0a1628}.ss-item.selected{background:#eff6ff;color:#1d4ed8;font-weight:600}.ss-empty{color:#94a3b8;padding:14px}.ss-add-section{border-top:1px solid #f1f5f9;padding:8px}.ss-add-btn{align-items:center;background:#0000;border:1.5px dashed #cbd5e1;border-radius:7px;color:#1d4ed8;cursor:pointer;display:flex;font-family:inherit;font-size:13px;gap:6px;padding:7px 10px;transition:all .15s ease;width:100%}.ss-add-btn:hover{background:#eff6ff;border-color:#3b82f6}.ss-add-input{align-items:center;display:flex;gap:6px}.ss-add-input input{border:1.5px solid #e2e8f0;border-radius:7px;flex:1 1;font-family:inherit;font-size:13px;outline:none;padding:6px 10px;transition:border-color .15s ease}.ss-add-input input:focus{border-color:#3b82f6}.ss-add-confirm{background:#1d4ed8;border:none;border-radius:7px;color:#fff;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;padding:6px 12px;transition:background .15s ease;white-space:nowrap}.ss-add-confirm:hover{background:#1e40af}.ss-add-cancel{align-items:center;background:#0000;border:1.5px solid #e2e8f0;border-radius:7px;color:#64748b;cursor:pointer;display:flex;padding:6px;transition:all .15s ease}.ss-add-cancel:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}.budget-input-group{border:1.5px solid #e2e8f0;border-radius:9px;transition:border-color .15s ease,box-shadow .15s ease}.budget-input-group:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.budget-number{background:#fff;color:#0a1628;font-size:13.5px}.budget-number,.budget-unit{font-family:inherit;padding:9px 12px}.budget-unit{background:#f8fafc;border-left:1.5px solid #e2e8f0!important;color:#475569;transition:background .15s ease}.budget-unit:focus{background:#eff6ff;color:#1d4ed8}.budget-preview{color:#1d4ed8}.lead-filters{display:flex;flex-wrap:wrap;gap:12px}.filter-select:focus{border-color:#4f9f8a;box-shadow:0 0 0 2px #4f9f8a33}.modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal{background:#fff;border-radius:10px;max-width:600px;overflow:hidden;width:100%}.modal-footer,.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px}.modal-footer{border-top:1px solid #eee}.modal-header h2{align-items:center;display:flex;gap:8px}.close-btn{background:none;border:none;cursor:pointer;font-size:18px}.modal-body{display:flex;flex-direction:column;gap:10px;padding:16px}.modal-body input,.modal-body textarea{border:1px solid #ccc;border-radius:6px;padding:10px}.info-box{background:#f4f6f8}.info-box,.preview{border-radius:6px;font-size:14px;padding:10px}.preview{background:#eef6ff}.btn{border-radius:6px}.btn.primary{background:#4f9f8a}.btn.secondary{background:#e5e7eb}.leads-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.leads-header h1{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.5px;margin:0 0 5px}.leads-header p{color:#64748b;font-size:13px;margin:0}.actions{flex-shrink:0;gap:10px}.actions button{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:7px;padding:9px 16px;transition:all .15s ease;white-space:nowrap}.actions button:hover{background:#f8fafc;border-color:#cbd5e1}.actions button:last-child{background:#1d4ed8;border-color:#0000;box-shadow:0 2px 8px #1d4ed833;color:#fff}.actions button:last-child:hover{background:#1e40af;box-shadow:0 4px 16px #1d4ed84d;transform:translateY(-1px)}.leads-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.search-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;flex:1 1;font-family:inherit;font-size:13.5px;max-width:320px;min-width:200px;outline:none;padding:9px 14px;transition:border-color .15s}.search-input:focus{border-color:#1d4ed8}.filter-select{background:#fff;border:1.5px solid #e2e8f0;color:#0f172a;font-family:inherit;font-size:13.5px;padding:9px 14px}.filter-select:focus{border-color:#1d4ed8}.leads-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.leads-empty,.leads-loading{color:#94a3b8;font-size:14px;grid-column:1/-1;padding:60px;text-align:center}.assign-modal{background:#fff;border-radius:16px;box-shadow:0 24px 40px #0000002e;max-width:95%;overflow:hidden;width:440px}.assign-modal-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:20px 24px 16px}.assign-modal-header h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 3px}.assign-modal-header p{color:#64748b;font-size:13px;margin:0}.assign-close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:all .15s;width:30px}.assign-close-btn:hover{background:#f1f5f9;color:#0f172a}.assign-modal-body{display:flex;flex-direction:column;gap:10px;padding:20px 24px}.assign-modal-body label{color:#374151;font-size:13px;font-weight:600}.assign-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:13.5px;outline:none;padding:10px 12px;width:100%}.assign-select:focus{border-color:#1d4ed8}.current-assignee{background:#f0f9ff;border:1px solid #bae6fd;border-radius:7px;color:#64748b;font-size:12.5px;margin:0;padding:8px 12px}.current-assignee strong{color:#0369a1}.assign-modal-footer{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px 20px}@media (max-width:768px){.leads-grid{grid-template-columns:1fr}.leads-toolbar{flex-direction:column}.search-input{max-width:100%}}.property-card-wrapper{width:100%}.property-card{background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.property-card:hover{box-shadow:0 12px 28px #0000001f}.property-image{height:200px}.property-image img{height:100%;object-fit:cover;width:100%}.status-badge{border-radius:20px;font-size:15px;padding:10px;right:10px;text-transform:capitalize;top:10px}.status-available{background:#e6f7ec;color:#1e7f43}.status-sold{background:#e0ecff;color:#1d4ed8}.status-rented{background:#f3e8ff;color:#6b21a8}.listing-badge{background:#fff;border-radius:12px;font-size:12px;left:10px;padding:4px 10px;position:absolute;top:10px}.property-header{justify-content:space-between;padding:14px 16px}.property-header h3{font-size:18px;margin:0}.location{align-items:center;color:#666;display:flex;font-size:13px;gap:4px}.property-content{display:flex;flex-direction:column;flex-grow:1;padding:0 16px 16px}.price{align-items:center;font-size:20px;gap:4px}.features,.price{display:flex;margin-bottom:10px}.features{color:#666;font-size:13px;gap:12px}.property-type{background:#f3f3f3;border-radius:6px;display:inline-block;font-size:13px;margin-bottom:8px;padding:4px 8px}.image-badge{position:absolute;right:10px;top:10px;z-index:2}.description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:14px;overflow:hidden}.status-dropdown{border:none;border-radius:12px;cursor:pointer;font-size:12px;font-weight:500;outline:none;padding:5px}.status-dropdown option{color:#000}.status-pill{align-items:center;border-radius:12px;display:inline-flex;font-size:15px;font-weight:500;padding:10px;position:static;text-transform:capitalize;white-space:nowrap}.other-reason-box{margin-top:8px}.other-reason-box input{border:1px solid #ddd;border-radius:6px;font-size:13px;padding:6px 8px;width:90%}.status-reason{color:#555;font-size:12px;margin-top:6px}.category-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;bottom:8px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;left:8px;letter-spacing:.3px;padding:3px 9px;pointer-events:none;position:absolute}.badge-residential{background:#22c55ee0;color:#fff}.badge-commercial{background:#6366f1e0;color:#fff}.filter-search-wrapper{align-items:center;display:flex;position:relative}.filter-search-icon{color:#9ca3af;left:10px;pointer-events:none;position:absolute}.filter-search{border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:220px;outline:none;padding:8px 12px 8px 32px;transition:border-color .15s,box-shadow .15s}.filter-search:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.budget-input-group{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden;transition:border-color .15s,box-shadow .15s}.budget-input-group:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.budget-number{border:none!important;box-shadow:none!important;flex:1 1;font-size:14px;min-width:0;outline:none!important;padding:8px 12px}.budget-number::-webkit-inner-spin-button,.budget-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.budget-unit{background:#f9fafb;border:none!important;border-left:1px solid #e5e7eb!important;color:#374151;cursor:pointer;flex-shrink:0;font-size:13px;outline:none;padding:8px 10px}.budget-preview{color:#6366f1;display:block;font-size:12px;font-weight:500;margin-top:4px}.field-hint{color:#6b7280;font-size:12px;margin:2px 0 6px}.field-error{color:#ef4444;font-size:12px;margin-top:4px}.property-form-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.property-form-card{background:#fff;border-radius:14px;box-shadow:0 15px 35px #00000026;max-height:90vh;max-width:700px;overflow-y:auto;padding:20px 24px;width:100%}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.form-header h2{color:#0f172a;font-size:20px;font-weight:600}.icon-btn{color:#475569}.icon-btn:hover{color:#ef4444}.form-group{margin-bottom:14px}.form-group label{color:#334155;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e1;border-radius:8px}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3fafc8}.grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.inline-input{display:flex;gap:10px}.inline-input input{flex:1 1}.inline-input button{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 14px}.inline-input button:hover{background:#e2e8f0}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{align-items:center;background:#f1f5f9;border-radius:999px;cursor:default;display:flex;font-size:13px;gap:6px;padding:6px 10px}.tag svg{color:#ef4444;cursor:pointer}.image-preview{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));margin-top:10px}.image-box{position:relative}.image-box img{border-radius:8px;height:70px;object-fit:cover;width:100%}.image-box button{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:4px;top:4px;width:20px}.form-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:14px}.btn-outline{background:#0000;border:1px solid #cbd5e1;border-radius:8px;padding:10px 18px}.btn-outline:hover{background:#f1f5f9}.btn-primary{background:linear-gradient(135deg,#3fafc8,#2da4c2);border-radius:8px;gap:8px;padding:10px 18px}.properties-page{background:#f9f9f9;min-height:100vh;padding:24px}.properties-header{align-items:center;display:flex;justify-content:space-between}.add-btn{background:#2dbbb1;border-radius:6px;padding:10px 14px}.properties-toolbar{display:flex;gap:12px;margin:20px 0}.search-box{border-radius:6px;padding:8px}.search-box input{margin-left:6px}.properties-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.modal-overlay{background:#e8ecec73}.modal-content{border-radius:10px;padding:20px;width:600px}.properties-page .properties-header h1{color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.3px;margin:0 0 4px}.properties-page .properties-header p{color:#64748b;font-size:13px;margin:0}.properties-page .add-btn{align-items:center;background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:7px;padding:9px 18px;transition:background .15s,box-shadow .15s}.properties-page .add-btn:hover{background:#1e40af;box-shadow:0 4px 12px #1d4ed840}.properties-toolbar{display:flex!important;flex-wrap:wrap;gap:12px!important;margin:16px 0 22px!important}.properties-filters-row{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin:0!important;width:100%!important}.properties-filters-row .filter-search-wrapper{align-items:center;display:flex;flex:1 1 240px;max-width:320px;min-width:200px;position:relative}.properties-filters-row .filter-search-icon{color:#94a3b8;left:12px;pointer-events:none;position:absolute;z-index:1}.properties-filters-row .filter-search{background:#fff;border:1.5px solid #e2e8f0!important;border-radius:8px!important;box-sizing:border-box;font-family:inherit;font-size:13px!important;height:38px;min-width:0!important;outline:none;padding:8px 12px 8px 36px!important;transition:border-color .15s,box-shadow .15s;width:100%!important}.properties-filters-row .filter-search:focus{border-color:#1d4ed8!important;box-shadow:0 0 0 3px #1d4ed814!important}.properties-filters-row .filter-select{appearance:none!important;-webkit-appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%2394A3B8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>") right 10px center /14px no-repeat!important;border:1.5px solid #e2e8f0!important;border-radius:8px!important;box-sizing:border-box;color:#0f172a;cursor:pointer;flex:0 0 auto;font-family:inherit;font-size:13px!important;height:38px;min-width:150px!important;outline:none;padding:0 32px 0 12px!important;transition:border-color .15s,box-shadow .15s;width:auto!important}.properties-filters-row .filter-select:focus{border-color:#1d4ed8!important;box-shadow:0 0 0 3px #1d4ed814!important}@media (max-width:768px){.properties-filters-row .filter-search-wrapper{flex:1 1 100%;max-width:100%}.properties-filters-row .filter-select{flex-basis:calc(50% - 6px);flex-grow:1;flex-shrink:1}}.property-card{border:1px solid #f1f5f9;border-radius:14px!important;box-shadow:0 1px 3px #0f172a0d!important;overflow:hidden;transition:all .25s ease!important}.property-card:hover{border-color:#bfdbfe;box-shadow:0 12px 24px #1d4ed81a,0 4px 8px #0f172a0d!important;transform:translateY(-4px)}.property-image{background:#f1f5f9;display:block;flex-shrink:0;height:200px!important;overflow:hidden;position:relative}.property-image img{border:none!important;border-radius:0!important;display:block!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;padding:0!important;transition:transform .5s ease;width:100%!important}.property-card:hover .property-image img{transform:scale(1.06)}.property-image .listing-badge{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ad9!important;border-radius:999px!important;box-shadow:0 2px 6px #00000026;color:#fff!important;display:inline-flex;font-size:10.5px!important;font-weight:700!important;height:auto!important;left:12px!important;letter-spacing:.3px;padding:4px 10px!important;position:absolute!important;text-transform:uppercase;top:12px!important;width:auto!important;z-index:2}.property-image .category-badge{z-index:2}.property-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:6px;padding:14px 16px 8px!important}.property-header h3{color:#0f172a!important;font-size:15px!important;font-weight:700!important;letter-spacing:-.2px;margin:0 0 4px}.property-header .location{align-items:center;color:#64748b;display:flex;font-size:12.5px;gap:5px}.property-header .icon-btn{align-items:center;background:none;border:none;border-radius:7px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:all .15s;width:30px}.property-header .icon-btn:hover{background:#f1f5f9;color:#1d4ed8}.property-content{padding:14px 16px 16px!important}.property-content .price{align-items:baseline;color:#0f172a!important;display:flex;font-size:20px!important;font-weight:800!important;gap:6px;letter-spacing:-.4px;margin-bottom:10px}.property-content .price strong{font-weight:800}.property-content .price span{color:#64748b;font-size:12px;font-weight:500}.property-content .amount-per-hour{align-items:center;background:#fff7ed;border-radius:6px;color:#c2410c;display:flex;font-size:12.5px;gap:5px;margin-bottom:10px;padding:4px 10px;width:fit-content}.property-content .features{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px;padding-top:10px}.property-content .features span{align-items:center;color:#475569;display:inline-flex;font-size:12px;font-weight:500;gap:4px}.property-content .features svg{color:#94a3b8}.property-content .property-type{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;display:inline-block;font-size:11.5px;font-weight:500;margin-bottom:12px;padding:4px 10px}.property-content .status-dropdown,.property-content .status-pills{border:1.5px solid;border-radius:8px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.3px;outline:none;padding:8px 12px;text-transform:capitalize;width:100%}.status-available{background:#ecfdf5;color:#065f46}.status-under-offer{background:#fffbeb}.status-sold{background:#f0f9ff;color:#075985}.status-rented{background:#f5f3ff;color:#6d28d9}.status-unavailable{background:#f1f5f9;color:#475569}.status-construction{background:#fffbeb;color:#b45309}.status-other{background:#fef2f2;color:#991b1b}.property-content .description{-webkit-line-clamp:2;-webkit-box-orient:vertical;border-top:1px solid #f1f5f9;color:#64748b;display:-webkit-box;font-size:12.5px;line-height:1.5;margin:12px 0 0;overflow:hidden;padding-top:12px}.property-content .created-by{align-items:center;border-top:1px solid #f1f5f9;color:#94a3b8;display:flex;font-size:11.5px;gap:5px;margin-top:10px;padding-top:10px}.property-content .created-by strong{color:#475569}.properties-grid{grid-gap:18px!important;align-items:stretch;display:grid;gap:18px!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}@media (max-width:768px){.properties-grid{grid-template-columns:1fr!important}}.site-visit-wrapper{margin-bottom:16px}.site-visit-card{background:#ffffffd9;border-radius:14px;box-shadow:0 8px 20px #00000014;transition:box-shadow .3s ease}.site-visit-card:hover{box-shadow:0 12px 30px #0000001f}.card-header{padding:16px}.card-header,.header-left{align-items:center}.icon-circle{background:linear-gradient(135deg,#4fa3a5,#9dc9b8)}.icon-button{background:#0000;border:none;border-radius:6px;cursor:pointer;padding:6px}.icon-button:hover{background:#f5f3ef}.card-content{padding:0 16px 16px}.row{color:#2f2f2f;margin-bottom:8px}.muted{color:#6b6b6b;font-size:14px}.section{border-top:1px solid #eee;margin-top:8px;padding-top:8px}.feedback{color:#6b6b6b;font-size:14px}.clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.status{border:1px solid #0000;border-radius:999px;padding:4px 10px;text-transform:capitalize}.status.scheduled{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.status.completed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.status.cancelled{background:#fee2e2;border-color:#fecaca;color:#991b1b}.status.rescheduled{background:#fef3c7;border-color:#fde68a;color:#92400e}.jade{color:#4fa3a5}.star{fill:#facc15;color:#facc15}.status.clickable{cursor:pointer;transition:transform .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.status.clickable:hover{opacity:.85;transform:scale(1.05)}.site-visit-card{background:#fff;border-radius:18px;box-shadow:0 12px 30px #00000014;margin-bottom:18px;padding:18px}.card-header{display:flex;justify-content:space-between}.icon-circle{background:#39c6a4;display:grid;height:44px;place-items:center;width:44px}.row{align-items:center;display:flex;gap:8px;margin-top:8px}.status-wrapper{display:flex;justify-content:flex-start;margin:12px 0}.info-block{background:#f7f8fa;border-radius:10px;font-size:13px;margin-top:10px;padding:10px 12px;text-align:left}.status-pill{background:#fff3cd;border-radius:20px;color:#8a6d3b;font-size:13px;padding:6px 16px}.action-row{display:flex;gap:10px;justify-content:flex-start;margin-top:14px}.action-row button{background:#fff;border:1px solid #ddd;border-radius:10px;cursor:pointer;padding:10px}.created-by{border-top:1px solid #eee;color:#666;font-size:13px;margin-top:14px;padding-top:10px}.modal-overlay{background:#0006;display:grid;place-items:center;z-index:99}.modal-box{background:#fff;border-radius:14px;max-width:420px;padding:20px;width:90%}.modal-box select,.modal-box textarea{border:1px solid #ccc;border-radius:8px;margin-top:12px;padding:10px;width:100%}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:14px}.modal-actions .save{background:#39c6a4;border:none;border-radius:8px;color:#fff;padding:8px 14px}.visit-type-toggle{display:flex;gap:8px}.toggle-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:9px 14px;transition:all .15s ease}.toggle-btn.active,.toggle-btn:hover{border-color:#6366f1;color:#6366f1}.toggle-btn.active{background:#eef2ff}.visit-type-badge{align-items:center;border-radius:20px;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:600;gap:4px;letter-spacing:.2px;margin-left:auto;padding:3px 9px}.badge-agent{background:#ede9fe;color:#7c3aed}.badge-direct{background:#dcfce7;color:#16a34a}.searchable-select{position:relative;width:100%}.ss-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;min-height:38px;padding:8px 12px;transition:border-color .15s,box-shadow .15s;-webkit-user-select:none;user-select:none}.ss-trigger.open,.ss-trigger:hover{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ss-value{color:#111827}.ss-placeholder{color:#9ca3af}.ss-chevron{color:#6b7280;flex-shrink:0;transition:transform .2s ease}.ss-chevron.rotated{transform:rotate(180deg)}.ss-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:9999}.ss-search{align-items:center;background:#fafafa;border-bottom:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.ss-search svg{color:#9ca3af;flex-shrink:0}.ss-search input{background:#0000;border:none;color:#111827;font-size:13px;outline:none;width:100%}.ss-list{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:4px}.ss-item{border-radius:5px;color:#374151;cursor:pointer;font-size:14px;padding:8px 12px;transition:background .1s}.ss-item:hover{background:#f3f4f6}.ss-item.selected{background:#eef2ff;color:#6366f1;font-weight:500}.ss-empty{color:#9ca3af;font-size:13px;padding:12px;text-align:center}.sitevisit-filters{display:flex;flex-wrap:wrap;gap:12px}.filter-group{display:flex;flex-direction:column}.filter-group select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;font-size:14px;min-width:160px;padding:10px 12px}.filter-group select:focus{border-color:#3fafc8;box-shadow:0 0 0 2px #3fafc826;outline:none}.filter-group select:hover{background:#f8fafc}.sitevisits-page{background:linear-gradient(135deg,#f8fafc,#fff);min-height:100vh;padding:24px}.sitevisits-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.sitevisits-header h1{color:#0f172a;font-size:26px;font-weight:600}.sitevisits-header p{color:#64748b;margin-top:4px}.sitevisits-toolbar{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}.search-box{border:1px solid #cbd5e1;border-radius:8px;min-width:240px;padding:10px 12px}.sitevisits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.empty-text,.loading-text{color:#64748b;grid-column:1/-1;padding:40px 0;text-align:center}.btn-primary{background:#2dbbb1}.sitevisits-actions{align-items:center;display:flex;gap:10px}.btn-secondary{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:9px 16px}.btn-secondary:hover{background:#f1f5f9}.sitevisits-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:6px;margin-bottom:20px}.sitevisits-tab{background:none;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-1px;padding:10px 18px}.sitevisits-tab.active{border-bottom-color:#2dbbb1;color:#2dbbb1}.sitevisits-toolbar input[type=date],.sitevisits-toolbar select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;outline:none;padding:9px 12px}.deal-card,.deal-motion{height:100%}.deal-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0f172a0d,0 4px 12px #0f172a08;display:flex;flex-direction:column;padding:18px 20px;transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}.deal-card:hover{border-color:#d0defa;box-shadow:0 8px 28px #0f172a1a,0 2px 8px #0f172a0f;transform:translateY(-3px)}.deal-card:before{content:"";display:none}.deal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;margin-bottom:14px;padding-bottom:14px}.deal-header,.deal-title{align-items:flex-start;display:flex}.deal-title{flex:1 1;gap:12px;min-width:0}.deal-icon{align-items:center;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.deal-title h3{color:#0f172a;font-size:14px;font-weight:700;line-height:1.3;margin:0 0 5px;word-break:break-word}.deal-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.2px;padding:2px 9px;text-transform:capitalize}.stage-negotiation{background:#eff6ff;color:#1d4ed8}.stage-documentation{background:#f5f3ff;color:#6d28d9}.stage-payment{background:#fff7ed;color:#c2410c}.stage-won{background:#ecfdf5;color:#065f46}.stage-lost{background:#fef2f2;color:#991b1b}.deal-actions{display:flex;flex-shrink:0;gap:4px;margin-left:8px}.icon-btn{align-items:center;border-radius:6px;color:#64748b;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.icon-btn:hover{background:#f1f5f9;color:#0f172a}.icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.deal-content{flex:1 1;gap:10px}.deal-content,.deal-value{display:flex;flex-direction:column}.deal-value{gap:2px}.amount{color:#0f172a;font-size:24px;line-height:1;margin:0}.subtext{color:#64748b;font-size:12px;font-weight:500}.probability{align-items:center;display:flex;gap:10px}.progress-bar{background:#e2e8f0;border-radius:999px;flex:1 1;height:5px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#1d4ed8,#60a5fa);border-radius:999px;height:100%;transition:width .4s ease}.probability span{color:#1d4ed8;font-size:12px;font-weight:700;min-width:32px;text-align:right}.deal-info{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding-top:10px}.info-row{align-items:center;color:#475569;display:flex;font-size:12.5px;gap:7px}.info-row svg{color:#94a3b8;flex-shrink:0}.deal-notes{background:#f8fafc;border-radius:7px;color:#64748b;font-size:12.5px;line-height:1.5;margin-top:auto;padding:8px 10px}.deal-footer{align-items:center;display:flex;gap:8px;justify-content:space-between;padding-top:10px}.created-by,.deal-footer{border-top:1px solid #f1f5f9;margin-top:auto}.created-by{color:#94a3b8;font-size:11.5px;padding-top:8px}.created-by strong{color:#475569}.assigned-row{color:#94a3b8;font-size:11.5px}.assigned-row strong{color:#1d4ed8}.stage-dropdown-wrapper{display:inline-block;position:relative}.stage-dropdown-trigger{align-items:center;background:inherit!important;border:none;cursor:pointer!important;display:inline-flex!important;gap:5px;padding:2px 9px!important;transition:all .15s ease}.stage-dropdown-trigger:hover{filter:brightness(.95);transform:translateY(-1px)}.stage-dropdown-trigger:disabled{cursor:not-allowed!important;opacity:.6}.stage-dropdown-trigger svg{height:12px;transition:transform .2s ease;width:12px}.stage-dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:6px;min-width:160px;overflow:hidden;position:absolute;top:100%;z-index:100}.stage-option{background:none;border:none;color:#475569;cursor:pointer;display:block;font-size:12.5px;font-weight:500;padding:10px 12px;text-align:left;transition:all .1s ease;width:100%}.stage-option:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.stage-option.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.stage-option:disabled{cursor:not-allowed;opacity:.5}.deal-filters{display:flex;flex-wrap:wrap;gap:12px}.deal-filter-select{background:#ffffffe6;border:1px solid #d1d5db;font-size:14px;padding:8px 12px;width:160px}.deal-filter-select:focus{border-color:#6b9080;box-shadow:0 0 0 2px #6b908033;outline:none}.deals-container{max-width:1280px}.deals-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.deals-header h1{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.5px;margin:0 0 5px}.deals-header p{color:#64748b;font-size:13px;margin:0 0 6px}.pipeline-value{color:#1d4ed8;font-size:13.5px;font-weight:700;margin:0}.add-btn{align-items:center;background:#1d4ed8;border:none;border-radius:10px;box-shadow:0 2px 8px #1d4ed833;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .18s ease;white-space:nowrap}.add-btn:hover{background:#1e40af;box-shadow:0 4px 16px #1d4ed84d;transform:translateY(-1px)}.deals-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.search-box{border:1.5px solid #e2e8f0;border-radius:9px;max-width:320px;min-width:200px;padding:9px 12px;transition:border-color .15s ease}.search-box input{color:#0a1628;font-family:inherit;font-size:13.5px;width:100%}.search-box input::placeholder{color:#94a3b8}.deal-filter-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:13.5px;outline:none;padding:9px 14px}.deal-filter-select:focus{border-color:#1d4ed8}.deals-grid{grid-gap:18px;align-items:stretch;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.empty,.loading{color:#94a3b8;font-size:14px;grid-column:1/-1;padding:60px;text-align:center}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 24px 40px #0000002e;max-height:90vh;max-width:95%;overflow-y:auto;padding:24px;width:640px}@media (max-width:768px){.deals-grid{grid-template-columns:1fr}}.pending-approvals-banner{align-items:center;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fcd34d;border-radius:12px;box-shadow:0 2px 8px #f59e0b14;display:flex;gap:16px;margin-bottom:20px;padding:16px 20px}.pending-banner-icon{align-items:center;background:#f59e0b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.pending-banner-text{flex:1 1;min-width:0}.pending-banner-text h3{color:#92400e;font-size:15px;font-weight:700;margin:0 0 2px}.pending-banner-text p{color:#b45309;font-size:13px;margin:0}.pending-banner-btn{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:background .15s;white-space:nowrap}.pending-banner-btn:hover{background:#d97706}.approval-modal{background:#fff;border-radius:16px;box-shadow:0 24px 40px #0000002e;display:flex;flex-direction:column;max-height:90vh;max-width:95%;overflow:hidden;width:560px}.approval-modal-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:20px 24px 16px}.approval-icon{align-items:center;background:#fffbeb;border-radius:10px;color:#f59e0b;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.approval-modal-header h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 3px}.approval-modal-header p{color:#64748b;font-size:13px;margin:0}.approval-close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.approval-close-btn:hover{background:#f1f5f9;color:#0f172a}.approval-modal-body{flex:1 1;overflow-y:auto;padding:20px 24px}.approval-section{margin-bottom:18px}.approval-section h4{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.approval-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:8px;padding:12px 14px}.approval-row{align-items:center;display:flex;font-size:13px;gap:10px;justify-content:space-between}.approval-row span{color:#64748b}.approval-row strong{color:#0f172a;font-weight:600}.approval-notes{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;line-height:1.5;margin:0;padding:10px 14px}.approval-section label{color:#64748b;display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.approval-reason-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;outline:none;padding:10px 12px;resize:vertical;width:100%}.approval-reason-input:focus{border-color:#1d4ed8}.approval-modal-footer{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px 20px}.approval-btn-approve,.approval-btn-reject{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:6px;padding:10px 20px;transition:all .15s}.approval-btn-approve{background:#10b981;color:#fff}.approval-btn-approve:hover{background:#059669}.approval-btn-reject{background:#fff;border:1.5px solid #fecaca;color:#b91c1c}.approval-btn-reject:hover{background:#fef2f2;border-color:#ef4444}.approval-btn-approve:disabled,.approval-btn-reject:disabled{cursor:not-allowed;opacity:.5}.approval-banner{align-items:center;border-radius:8px;display:flex;font-size:12px;gap:8px;line-height:1.4;margin-bottom:12px;padding:8px 12px}.approval-banner.pending{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.approval-banner.rejected{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.approval-banner svg{flex-shrink:0}.approval-banner strong{font-weight:700}.icon-btn.approval-icon-btn{background:#fffbeb;border:1px solid #fcd34d;color:#b45309}.icon-btn.approval-icon-btn:hover{background:#fde68a;color:#92400e}.deal-badge.stage-approval{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.icon-btn:disabled{cursor:not-allowed;opacity:.4}.admin-content{overflow:hidden;padding:2px;width:100%}.admin-table-container{background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;padding:16px}.table-scroll{overflow-x:auto;width:100%}.admin-table{border-collapse:collapse}.admin-table td,.admin-table th{border-bottom:1px solid #eee;font-size:14px;padding:10px 14px;white-space:nowrap}.admin-table{min-width:1600px;width:100%}.payments-page{background:#f0f4f8;min-height:100vh;padding:28px 32px 48px}@media (max-width:768px){.payments-page{padding:18px 16px 36px}}.payments-container{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:1400px}.payments-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.payments-header h1{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.5px;margin:0 0 4px}.subtitle{color:#64748b;font-size:13.5px;font-weight:400;margin:0}.totals{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:16px}@media (max-width:768px){.totals{grid-template-columns:1fr}}.totals span{align-items:center;border-radius:10px;display:flex;font-size:15px;font-weight:700;gap:8px;padding:12px 16px}.totals .received{background:#f0fdf4;border:1.5px solid #bbf7d0;color:#166534}.totals .pending{background:#fef3c7;border:1.5px solid #fde68a;color:#92400e}.payments-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.search-box{border:1.5px solid #e5e7eb;border-radius:12px;gap:10px;min-width:260px;padding:12px 16px;transition:all .2s ease}.search-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box svg{color:#9ca3af;flex-shrink:0}.search-box input{background:#0000;color:#111827}.search-box input::placeholder{color:#9ca3af}.section-title{color:#0a1628;display:flex;font-size:15px;gap:10px;letter-spacing:-.2px;margin:0 0 16px}.section-count,.section-title{align-items:center;font-weight:700}.section-count{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:50%;box-shadow:0 2px 4px #4f46e51a;color:#4f46e5;display:inline-flex;font-size:13px;height:28px;justify-content:center;min-width:28px;padding:0 8px}.payments-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@media (max-width:1024px){.payments-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.payments-grid{gap:12px;grid-template-columns:1fr}}.pending-deals-section{margin-bottom:8px}.recorded-section{margin-top:20px}.state-msg{background:#fff;border:1.5px dashed #cbd5e1;border-radius:14px;color:#94a3b8;font-size:14px;font-weight:500;grid-column:1/-1;padding:60px 40px;text-align:center}.payment-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:999}.payment-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.deal-info-banner{align-items:flex-start;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border:1.5px solid #c4b5fd;border-radius:10px;color:#111827;display:flex;font-size:14px;gap:12px;margin-bottom:16px;padding:14px 16px}.deal-info-banner svg{color:#4f46e5;flex-shrink:0;height:18px;margin-top:3px;width:18px}.deal-info-text{display:flex;flex-direction:column;gap:4px}.deal-info-name{color:#111827;font-size:14px;font-weight:600}.incomplete-warning{align-items:flex-start;background:#fffbeb;border:1.5px solid #fde68a;border-radius:10px;color:#92400e;display:flex;font-size:13px;gap:10px;margin-bottom:16px;padding:12px 14px}.incomplete-warning svg{color:#f59e0b;flex-shrink:0;height:18px;margin-top:2px;width:18px}.btn{display:inline-flex;font-weight:600;transition:all .2s ease}.btn.primary{background:#1d4ed8;box-shadow:0 2px 8px #1d4ed84d}.btn.primary:hover{background:#1e40af;box-shadow:0 4px 12px #1d4ed866;transform:translateY(-1px)}@media (max-width:768px){.payments-header h1{font-size:20px}.section-title{font-size:14px;margin:0 0 12px}}.payment-filters{display:flex;gap:12px}.filter-select{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:140px;padding:10px 14px}.filter-select:focus{border-color:#1abc9c;outline:none}@media (max-width:600px){.filter-select{width:100%}}.payment-form-wrapper{margin:auto;max-width:720px}.payment-form-card{background:#fff;border-radius:18px;box-shadow:0 12px 30px #0000001f;overflow:hidden}.payment-form-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:18px 20px}.payment-form-header h2{font-size:20px;font-weight:500}.icon-btn{color:#666}.icon-btn:hover{color:#000}.payment-form-body{display:flex;flex-direction:column;gap:16px;padding:20px}.form-group{gap:6px}.form-group label{color:#444;font-size:13px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:10px;padding:10px 12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1abc9c;outline:none}.form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.payment-form-footer{border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.btn{border-radius:10px;font-size:14px;padding:10px 16px}.btn.outline{background:#0000;border:1px solid #ccc}.btn.primary{background:linear-gradient(135deg,#1abc9c,#7bed9f);border:none;color:#fff}.btn.primary:disabled{cursor:not-allowed;opacity:.7}.payment-card-wrapper{width:100%}.payment-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 12px #0f172a05;padding:20px;transition:all .22s ease}.payment-card:hover{border-color:#d0defa;box-shadow:0 8px 26px #0f172a17;transform:translateY(-3px)}.payment-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.header-left{align-items:flex-start;flex:1 1}.icon-circle{align-items:center;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:50%;box-shadow:0 4px 12px #1d4ed84d;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.badges{flex-wrap:wrap;gap:8px}.status,.type{border:1.5px solid #0000;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.3px;padding:6px 12px;text-transform:capitalize}.type.token{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.type.booking{background:#ede9fe;border-color:#ddd6fe;color:#4f46e5}.type.installment{background:#e0e7ff;border-color:#c7d2fe;color:#3730a3}.type.final{background:#dcfce7;border-color:#86efac;color:#166534}.type.commission{background:#fef3c7;border-color:#fde68a;color:#92400e}.type.other{background:#f3f4f6;border-color:#d1d5db;color:#374151}.status.pending{background:#fef3c7;border-color:#fde68a;color:#92400e}.status.received{background:#dcfce7;border-color:#86efac;color:#166534}.status.overdue{background:#fee2e2;border-color:#fecaca;color:#991b1b}.edit-btn{background:#0000;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;padding:4px;transition:all .2s ease}.edit-btn:hover{background:#eff6ff;color:#1d4ed8}.payment-card-content{display:flex;flex-direction:column;gap:12px;margin-top:16px}.amount{align-items:baseline;color:#1d4ed8;display:flex;font-size:26px;font-weight:800;gap:6px;letter-spacing:-.5px}.deal-info{border-top:1.5px solid #f3f4f6;color:#111827;font-size:14px;font-weight:600;padding-top:12px}.meta{color:#6b7280;display:flex;flex-direction:column;font-size:13px;gap:8px}.meta-row{align-items:center;display:flex;font-weight:500;gap:6px}.transaction-ref{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.3px;word-break:break-all}.notes,.transaction-ref{border-top:1.5px solid #f3f4f6;padding-top:12px}.notes{font-style:italic;line-height:1.6}.status-update{border-top:1.5px solid #f3f4f6;display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:12px}.status-update label{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.status-update select{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#111827;cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px;transition:all .2s ease}.status-update select:hover{border-color:#d1d5db}.status-update select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.pending-deal-card-wrapper{width:100%}.pending-deal-card{background:#fff;background:var(--card-bg,#fff);border:1px solid #e5e7eb;border:1px solid var(--border,#e5e7eb);border-radius:12px;padding:16px;transition:box-shadow .2s,border-color .2s}.pending-deal-card:hover{border-color:#6366f1;border-color:var(--primary,#6366f1);box-shadow:0 4px 16px #00000014}.pending-deal-card.is-incomplete{border-left:3px solid #f59e0b}.pdc-header{align-items:flex-start;display:flex;gap:10px;margin-bottom:12px}.pdc-icon{align-items:center;background:#ede9fe;background:var(--primary-light,#ede9fe);border-radius:8px;color:#6366f1;color:var(--primary,#6366f1);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.pdc-title{flex:1 1;min-width:0}.pdc-title h3{color:#111827;color:var(--text,#111827);font-size:14px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdc-stage-badge{border-radius:20px;font-weight:500;padding:2px 8px}.pdc-incomplete-tag,.pdc-stage-badge{background:#fef3c7;color:#92400e;font-size:11px}.pdc-incomplete-tag{align-items:center;border:1px solid #f59e0b;border-radius:6px;display:flex;flex-shrink:0;font-weight:600;gap:4px;padding:3px 8px;white-space:nowrap}.pdc-body{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.pdc-row{align-items:center;color:#6b7280;color:var(--text-secondary,#6b7280);display:flex;font-size:13px;gap:7px}.pdc-row svg{color:#9ca3af;color:var(--text-muted,#9ca3af);flex-shrink:0}.pdc-missing{color:#f59e0b;font-size:12px;font-style:italic}.pdc-missing-list{align-items:center;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;display:flex;font-size:11px;gap:5px;margin-top:4px;padding:5px 10px}.pdc-missing-list svg{color:#f59e0b;flex-shrink:0}.pdc-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border,#e5e7eb);padding-top:12px}.pdc-record-btn{align-items:center;background:#6366f1;background:var(--primary,#6366f1);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:8px 16px;transition:background .18s,opacity .18s;width:100%}.pdc-record-btn:hover{background:#4f46e5;background:var(--primary-dark,#4f46e5)}.document-card-wrapper{width:100%}.document-card{background:#ffffffd9;border-radius:14px;box-shadow:0 4px 14px #00000014;padding:16px;transition:box-shadow .3s ease}.document-card:hover{box-shadow:0 8px 22px #0000001f}.document-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.header-left{display:flex;gap:12px}.doc-icon{align-items:center;background:linear-gradient(135deg,#c46b4b,#d27c5b);border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.doc-info{max-width:220px}.doc-title{color:#111827;font-size:15px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badges{display:flex;gap:6px;margin-top:6px}.badge{border:1px solid;border-radius:999px;font-size:11px;padding:3px 8px;text-transform:capitalize}.type-kyc{background:#dbeafe;border-color:#bfdbfe;color:#1e40af}.type-property{background:#dcfce7;border-color:#bbf7d0;color:#166534}.type-agreement{background:#ede9fe;border-color:#ddd6fe;color:#5b21b6}.type-offer{background:#ffedd5;border-color:#fed7aa;color:#9a3412}.type-invoice{background:#fef9c3;border-color:#fde68a;color:#854d0e}.type-other{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.status-pending{background:#fef9c3;border-color:#fde68a;color:#854d0e}.status-verified{background:#dcfce7;border-color:#bbf7d0;color:#166534}.status-rejected{background:#fee2e2;border-color:#fecaca;color:#991b1b}.document-card-content{color:#374151;font-size:13px}.meta{margin-bottom:6px}.meta.muted{color:#6b7280}.meta.small{font-size:12px}.label{font-weight:500}.sub-id{color:#9ca3af;font-size:11px;margin-left:4px}.notes{border-top:1px solid #e5e7eb;color:#6b7280;font-size:13px;line-height:1.4;margin-top:8px;padding-top:8px}.actions{display:flex;gap:8px;margin-top:12px}.btn{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:12px;gap:6px;padding:6px 10px}.btn.outline{border:1px solid #e5e7eb;color:#374151}.btn.outline:hover{background:#dce5ef}.icon-btn{background:#0000;border-radius:8px;padding:6px}.icon-btn:hover{background:#f3f4f6}.doc-wrapper{margin:20px auto;max-width:720px}.doc-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000014;overflow:hidden}.doc-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 20px}.doc-header h2{font-size:18px;font-weight:500}.icon-btn{background:none;border:none;cursor:pointer}.doc-body{padding:20px}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group label{font-size:14px;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:10px}.grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.info-text{color:#777}.info-text,.success-text{font-size:12px;margin-top:4px}.success-text{color:green}.doc-footer{border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.btn-outline{background:#fff;border:1px solid #ccc;border-radius:6px}.btn-outline,.btn-primary{cursor:pointer;padding:8px 14px}.btn-primary{align-items:center;background:#d96b5f;border:none;border-radius:6px;color:#fff;display:flex;gap:6px}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.document-filters{display:flex;flex-wrap:wrap;gap:12px}.filter-select{background:#ffffffe6;border:1px solid #ccc;border-radius:8px;cursor:pointer;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s,box-shadow .2s;width:160px}.filter-select:focus{border-color:#d96b5f;box-shadow:0 0 0 2px #d96b5f26}.documents-page{background:linear-gradient(135deg,#fdfcfb,#fff);min-height:100vh;padding:24px}.documents-container{margin:0 auto;max-width:1200px}.documents-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.documents-header h1{font-size:28px;font-weight:400}.documents-header p{color:#777;margin-top:4px}.documents-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.search-box{align-items:center;background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex:1 1;gap:8px;padding:10px 14px}.search-box input{border:none;flex:1 1;font-size:14px;outline:none}.primary-btn{align-items:center;background:#9ee5ec;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;gap:6px;padding:10px 16px}.primary-btn:hover{opacity:.9}.documents-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.loader{animation:spin 1s linear infinite;border:3px solid #ddd;border-radius:50%;border-top-color:#d96b5f;height:40px;margin:60px auto;width:40px}.empty-text{color:#777;grid-column:1/-1;text-align:center}.document-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#b7b2b273;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.document-modal-content{border-radius:14px;overflow-y:auto;padding:0;width:1200px}.pd-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:60vh}.pd-spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.pd-page-modern{background:#fff;margin:0;min-height:100vh;padding:0;position:relative;width:100%}.pd-back-btn-modern{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;left:32px;position:absolute;top:24px;transition:all .2s ease;width:40px;z-index:15}.pd-back-btn-modern:hover{background:#fff;border-color:#d1d5db;box-shadow:0 4px 12px #00000026;color:#111827}.pd-back-btn-modern:active{transform:scale(.95)}@media (max-width:768px){.pd-back-btn-modern{left:16px;top:16px}}.pd-hero{grid-gap:48px;align-items:start;background:linear-gradient(135deg,#fff,#f9fafb);border-bottom:1px solid #e5e7eb;display:grid;gap:48px;grid-template-columns:2.2fr 1.3fr;padding:32px 40px;position:relative}@media (max-width:1200px){.pd-hero{gap:36px;grid-template-columns:2fr 1fr}}@media (max-width:1024px){.pd-hero{gap:28px;grid-template-columns:1.8fr 1fr;padding:28px 32px}}@media (max-width:768px){.pd-hero{gap:24px;grid-template-columns:1fr;padding:24px 16px}}.pd-image-container{aspect-ratio:16/10;background:#f3f4f6;border-radius:16px;box-shadow:0 8px 24px #0000001f;height:auto;max-height:480px;overflow:hidden;position:relative;width:100%}@media (max-width:768px){.pd-image-container{max-height:350px}}.pd-hero-image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.pd-image-container:hover .pd-hero-image{transform:scale(1.02)}.pd-badges-top{display:flex;flex-wrap:wrap;gap:10px;left:16px;position:absolute;top:16px;z-index:10}.pd-listing-badge-modern{background:#1d4ed8;box-shadow:0 4px 12px #1d4ed859;color:#fff}.pd-category-badge-modern,.pd-listing-badge-modern{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.6px;padding:7px 14px}.pd-category-badge-modern{box-shadow:0 4px 12px #00000026}.pd-category-badge-modern.residential{background:#dcfce7;color:#166534}.pd-category-badge-modern.commercial{background:#fef9c3;color:#854d0e}.pd-image-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border-radius:50px;bottom:16px;gap:12px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}.pd-image-nav,.pd-nav-btn{align-items:center;display:flex}.pd-nav-btn{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;height:32px;justify-content:center;transition:all .2s ease;width:32px}.pd-nav-btn:hover{background:#fff6;transform:scale(1.05)}.pd-nav-btn:active{transform:scale(.95)}.pd-image-counter{color:#fff;font-size:12px;font-weight:600;letter-spacing:.3px;min-width:40px;text-align:center}.pd-quick-info{display:flex;flex-direction:column;gap:18px;padding:8px}.pd-title-modern{color:#111827;font-size:32px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0;word-break:break-word}@media (max-width:1024px){.pd-title-modern{font-size:28px}}@media (max-width:768px){.pd-title-modern{font-size:24px}}.pd-location-modern{align-items:center;color:#6b7280;display:flex;font-size:15px;font-weight:500;gap:10px}.pd-location-modern svg{color:#3b82f6;flex-shrink:0;height:20px;width:20px}.pd-price-section{align-items:baseline;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:5px solid #1d4ed8;border-radius:12px;box-shadow:0 2px 8px #1d4ed81a;display:flex;gap:10px;padding:16px 18px}.pd-price-modern{color:#1d4ed8;font-size:34px;font-weight:800;letter-spacing:-.5px;line-height:1}.pd-price-suffix-modern{color:#6b7280;font-size:15px;font-weight:600}.pd-hourly-rate{align-items:center;background:#f3f4f6;border-radius:6px;color:#374151;display:flex;font-size:13px;gap:8px;padding:8px 12px;width:fit-content}.pd-hourly-rate svg{color:#ef4444;flex-shrink:0}.pd-content-modern{background:#fff;display:flex;flex-direction:column;gap:24px;max-width:100%;padding:40px}@media (max-width:1024px){.pd-content-modern{gap:20px;padding:32px 28px}}@media (max-width:768px){.pd-content-modern{gap:16px;padding:24px 16px}}.pd-section-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;box-shadow:0 1px 4px #00000008;padding:28px;transition:all .2s ease}.pd-section-card:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #0000000f}@media (max-width:768px){.pd-section-card{padding:20px}}.pd-section-title-modern{border-bottom:2.5px solid #f3f4f6;color:#111827;font-size:19px;font-weight:700;letter-spacing:-.3px;margin:0 0 20px;padding-bottom:14px}.pd-features-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.pd-features-grid{gap:14px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.pd-features-grid{grid-template-columns:1fr}}.pd-feature-item{align-items:flex-start;background:#fff;border:1.5px solid #f3f4f6;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:18px;transition:all .2s ease}.pd-feature-item:hover{background:#f9fafb;border-color:#e5e7eb;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.pd-feature-item svg{color:#1d4ed8;flex-shrink:0;height:24px;width:24px}.pd-feature-value{color:#111827;font-size:24px;font-weight:700;line-height:1.2;margin:0}.pd-feature-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.4px;margin:0;text-transform:uppercase}.pd-details-grid{display:flex;flex-direction:column;gap:0}.pd-detail-row{grid-gap:20px;align-items:center;border-bottom:1px solid #f3f4f6;display:grid;gap:20px;grid-template-columns:200px 1fr;padding:16px 0}@media (max-width:768px){.pd-detail-row{gap:6px;grid-template-columns:1fr;padding:14px 0}}.pd-detail-row:last-child{border-bottom:none}.pd-detail-row.pd-detail-full{gap:8px;grid-template-columns:1fr}.pd-detail-label{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.pd-detail-value{color:#111827;font-size:16px;font-weight:600}.pd-status-badge-modern{border-radius:6px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.3px;padding:6px 12px;text-transform:capitalize;width:fit-content}.status-available{background:#dcfce7;color:#166534}.status-under-offer{background:#fef3c7;color:#92400e}.status-sold{background:#fee2e2;color:#991b1b}.status-rented{background:#dbeafe;color:#1e40af}.status-unavailable{background:#f3f4f6;color:#6b7280}.status-construction{background:#ffedd5;color:#9a3412}.status-other{background:#f3e8ff;color:#6b21a8}.pd-owner-item svg{color:#1d4ed8;flex-shrink:0;height:20px;margin-top:2px;width:20px}.pd-owner-label{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.4px;margin:0;text-transform:uppercase}.pd-owner-value{color:#111827;font-size:16px;font-weight:600;margin:4px 0 0}.pd-description-text{color:#4b5563;font-size:15px;letter-spacing:.2px;line-height:1.9;margin:0;white-space:pre-line}.pd-owner-section{display:flex;flex-direction:column;gap:12px}.pd-owner-item{align-items:flex-start;background:#f9fafb;border:1.5px solid #f3f4f6;border-radius:10px;display:flex;gap:14px;padding:14px 16px;transition:all .2s ease}.pd-owner-item:hover{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px #0000000d}.pd-amenities-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media (max-width:768px){.pd-amenities-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.pd-amenity-item{align-items:center;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:8px;color:#1d4ed8;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 14px;transition:all .2s ease}.pd-amenity-item:hover{background:#dbeafe;border-color:#60a5fa;box-shadow:0 4px 12px #1d4ed81a;transform:translateY(-3px)}.pd-amenity-item svg{flex-shrink:0;height:18px;width:18px}@media (max-width:1024px){.pd-quick-info{gap:12px}.pd-section-card{padding:20px}}@media (max-width:768px){.pd-page-modern{padding-top:60px}.pd-back-btn-modern{left:16px;top:16px}.pd-detail-row{grid-template-columns:1fr}.pd-features-grid{grid-template-columns:repeat(2,1fr)}.pd-content-modern{gap:16px}}@media (prefers-reduced-motion:no-preference){.pd-amenity-item,.pd-feature-item,.pd-nav-btn,.pd-section-card{transition:all .2s cubic-bezier(.4,0,.2,1)}}.site-visit-details-page{margin:auto;max-width:900px;padding:24px}.details-header{gap:16px;margin-bottom:20px}.back-btn,.details-header{align-items:center;display:flex}.back-btn{background:none;border:none;cursor:pointer;font-weight:500;gap:6px}.details-card{background:#fff;border-radius:14px;box-shadow:0 8px 30px #0000000f;padding:24px}.details-section{margin-bottom:24px}.details-section h3{align-items:center;display:flex;gap:8px;margin-bottom:10px}.title{font-size:16px;font-weight:600}.grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.info-box{align-items:flex-start;display:flex;gap:10px}.status{border-radius:20px;font-size:12px;font-weight:600;padding:6px 12px}.feedback{background:#f8f8f8;border-radius:10px;padding:14px}.muted{color:#777}.small{font-size:13px}.analytics-page{background:#f8f7ff;background:var(--page-bg,#f8f7ff);padding:28px 24px 48px}.analytics-container{max-width:1280px}.analytics-header h1{color:#111827;color:var(--text,#111827);font-size:26px;font-weight:700;letter-spacing:-.5px;margin:0 0 4px}.analytics-sub{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:14px}.refresh-btn{background:#fff;background:var(--card-bg,#fff);border:1px solid #e5e7eb;border:1px solid var(--border,#e5e7eb);color:#111827;color:var(--text,#111827);display:flex;font-weight:500;gap:7px;padding:9px 16px;transition:border-color .18s,box-shadow .18s}.refresh-btn:hover{border-color:#7c5cfc;box-shadow:0 0 0 3px #7c5cfc1a}.refresh-time{font-weight:400}.analytics-loading,.refresh-time{color:#6b7280;color:var(--text-secondary,#6b7280)}.analytics-loading{gap:14px}.spin{animation:spin 1s linear infinite}.section-label{border-left:3px solid #7c5cfc;color:#6b7280;color:var(--text-secondary,#6b7280);font-size:11px;letter-spacing:.1em;margin:32px 0 14px;padding-left:10px}.kpi-grid{grid-gap:14px;gap:14px;margin-bottom:6px}.kpi-card{background:var(--card-bg,#fff);border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:10px;padding:18px 16px 14px;transition:box-shadow .2s,transform .2s}.kpi-card:hover{box-shadow:0 6px 20px #00000012;transform:translateY(-1px)}.kpi-icon{border-radius:10px;height:38px;width:38px}.kpi-label{color:#6b7280;color:var(--text-secondary,#6b7280);font-weight:600;letter-spacing:.5px;line-height:1.4;overflow-wrap:anywhere;white-space:normal;word-break:normal}.kpi-value{color:#111827;color:var(--text,#111827);font-size:22px;font-weight:700;letter-spacing:-.5px;line-height:1.15}.kpi-sub{color:#9ca3af;color:var(--text-secondary,#9ca3af);font-size:11px}.charts-row{grid-gap:14px;gap:14px;margin-bottom:14px}.charts-row-2{grid-template-columns:1fr 1fr}.charts-row-3{grid-template-columns:1fr 1fr 1fr}.chart-card{background:var(--card-bg,#fff);border:1px solid #e5e7eb;border-radius:14px;padding:18px 18px 12px;transition:box-shadow .2s}.chart-card:hover{box-shadow:0 4px 16px #0000000f}.chart-card:focus,.chart-card:focus-within{border-color:#e5e7eb;outline:none}.chart-title{color:#111827;color:var(--text,#111827);font-size:13px;font-weight:600;margin:0 0 4px}.chart-description{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:11.5px;line-height:1.45;margin:0 0 12px}.chart-tooltip{background:#fff;background:var(--card-bg,#fff);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#111827;color:var(--text,#111827);font-size:12px;padding:8px 12px}.chart-tooltip .tt-label{color:#111827;color:var(--text,#111827);margin-bottom:4px}.chart-tooltip p{margin:2px 0}@media (max-width:1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.charts-row-3{grid-template-columns:1fr 1fr}.span-2{grid-column:span 2}}@media (max-width:768px){.analytics-page{padding:18px 14px 36px}.charts-row-2,.charts-row-3{grid-template-columns:1fr}.span-2{grid-column:span 1}.kpi-grid{grid-template-columns:1fr 1fr}}.analytics-page{background:#f0f4f8;min-height:100vh}.analytics-container{margin:0 auto;max-width:1440px;padding:28px 32px 48px}.analytics-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:28px}.analytics-header h1,.analytics-header>div>h1{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.6px;line-height:1.2;margin:0 0 5px}.analytics-sub{color:#64748b;font-size:13.5px;font-weight:400;margin:0}.refresh-btn{align-items:center;background:#1d4ed8;border:none;border-radius:10px;box-shadow:0 2px 8px #1d4ed833;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .18s ease;white-space:nowrap}.refresh-btn:hover{background:#1e40af;box-shadow:0 4px 16px #1d4ed84d;transform:translateY(-1px)}.refresh-time{color:#ffffffa6;font-size:11px;font-weight:500}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:32px}.kpi-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 4px #0f172a0d,0 4px 12px #0f172a08;display:flex;gap:16px;overflow:hidden;padding:20px 22px;position:relative;transition:all .22s ease}.kpi-card:after{background:currentColor;border-radius:0 0 16px 16px;bottom:0;content:"";height:3px;left:0;opacity:.12;position:absolute;right:0}.kpi-card:hover{border-color:#d0defa;box-shadow:0 8px 28px #0f172a1a,0 2px 8px #0f172a0f;transform:translateY(-4px)}.kpi-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.kpi-body{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.kpi-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.7px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.kpi-value{color:#0a1628;font-size:28px;font-weight:800;letter-spacing:-1px;line-height:1}.kpi-sub{color:#94a3b8;font-size:12px;font-weight:500}.section-label{align-items:center;color:#475569;display:flex;font-size:11.5px;font-weight:700;gap:10px;letter-spacing:.8px;margin:32px 0 16px;text-transform:uppercase}.section-label:after{background:#e2e8f0;content:"";flex:1 1;height:1px}.charts-row{grid-gap:16px;display:grid;gap:16px;margin-bottom:16px}.charts-row-1{grid-template-columns:1fr}.charts-row-2{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.charts-row-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.span-2{grid-column:span 2}@media (max-width:1200px){.charts-row-3{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.span-2{grid-column:span 1}.charts-row-2{grid-template-columns:1fr}}@media (max-width:768px){.charts-row-3{grid-template-columns:1fr}.analytics-container{padding:18px 16px 36px}.kpi-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.analytics-header h1,.analytics-header>div>h1{font-size:20px}}@media (max-width:480px){.kpi-grid{grid-template-columns:1fr}}.chart-card{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 4px #0f172a0a,0 4px 12px #0f172a05;outline:none;padding:22px 24px 18px;transition:box-shadow .22s ease,border-color .22s ease}.chart-card:hover{border-color:#d0defa;box-shadow:0 6px 24px #0f172a14}.chart-title{align-items:center;color:#0a1628;display:flex;font-size:14px;font-weight:700;gap:8px;letter-spacing:-.2px;margin:0 0 16px}.chart-title:before{background:#1d4ed8;border-radius:2px;content:"";flex-shrink:0;height:16px;width:4px}.chart-tooltip{background:#0f172a;border:none;border-radius:10px;box-shadow:0 8px 24px #00000040;font-family:Inter,sans-serif;padding:10px 14px}.chart-tooltip .tt-label{color:#94a3b8;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0 0 5px;text-transform:uppercase}.chart-tooltip p{color:#fff;font-size:13px;font-weight:600;margin:3px 0}.analytics-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:15px;font-weight:500;gap:16px;justify-content:center;min-height:60vh}.spin{animation:spin-anim .8s linear infinite;color:#1d4ed8}@keyframes spin-anim{to{transform:rotate(1turn)}}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#f1f5f9;stroke-dasharray:none}.recharts-xAxis .recharts-cartesian-axis-line,.recharts-xAxis .recharts-cartesian-axis-tick-line,.recharts-yAxis .recharts-cartesian-axis-line,.recharts-yAxis .recharts-cartesian-axis-tick-line{display:none}.recharts-default-legend{font-family:Inter,sans-serif!important;font-size:12px!important}.win-rate-circle{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;min-height:180px}.win-rate-value{color:#0a1628;font-size:44px;font-weight:800;letter-spacing:-2px;line-height:1}.win-rate-label{color:#64748b;font-size:13px;font-weight:500}.clm-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.clm-panel{background:#fff;border-radius:16px;box-shadow:0 24px 64px #0000002e;display:flex;flex-direction:column;max-height:90vh;max-width:95vw;overflow:hidden;width:680px}.clm-header{background:linear-gradient(135deg,#1a1a2e,#16213e);border-bottom:1px solid #f0f0f0;color:#fff;justify-content:space-between;padding:20px 24px}.clm-header,.clm-title-wrap{align-items:center;display:flex}.clm-title-wrap{gap:10px}.clm-title-wrap h2{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.clm-close{align-items:center;background:#ffffff1f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s;width:32px}.clm-close:hover{background:#ffffff40}.clm-body{display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding:20px 24px}.clm-section{background:#fafafa;border:1px solid #ebebeb;border-radius:12px;padding:16px 18px}.clm-section-title{align-items:center;color:#6b7280;display:flex;font-size:.78rem;font-weight:700;gap:6px;letter-spacing:.06em;margin:0 0 14px;text-transform:uppercase}.clm-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.clm-full{grid-column:span 2}.clm-field{display:flex;flex-direction:column;gap:5px}.clm-field label{align-items:center;color:#374151;display:flex;font-size:.78rem;font-weight:600;gap:4px}.clm-field input,.clm-field select,.clm-field textarea{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#111827;font-family:inherit;font-size:.875rem;outline:none;padding:8px 12px;resize:vertical;transition:border .2s}.clm-field input:focus,.clm-field select:focus,.clm-field textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.clm-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-size:.85rem;padding:8px 12px}.clm-footer{border-top:1px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.clm-btn-cancel{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:9px 20px;transition:all .2s}.clm-btn-cancel:hover{background:#f9fafb}.clm-btn-save{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:9px 24px;transition:all .2s}.clm-btn-save:hover{opacity:.9;transform:translateY(-1px)}.clm-btn-save:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:600px){.clm-grid{grid-template-columns:1fr}.clm-full{grid-column:span 1}}.clm-linked-chip{font-size:.75rem;line-height:1.5;margin-top:5px;padding:5px 10px}.clm-link-toggle{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.clm-link-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;color:#6b7280;cursor:pointer;font-size:.83rem;font-weight:600;padding:7px 18px;transition:all .18s}.clm-link-btn:hover{border-color:#a5b4fc;color:#6366f1}.clm-link-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.clm-mt{margin-top:12px}.clm-linked-chip{border-radius:8px;color:#374151;font-size:.76rem;line-height:1.6;margin-top:6px;padding:6px 12px}.clm-linked-chip.lead{background:#eff6ff;border-left:3px solid #3b82f6}.clm-linked-chip.property{background:#fff7ed;border-left:3px solid #f97316}.clm-linked-chip.deal{background:#f0fdf4;border-left:3px solid #22c55e}.clm-linked-chip strong{font-weight:700}.bum-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.bum-panel{background:#fff;border-radius:16px;box-shadow:0 24px 64px #0000002e;display:flex;flex-direction:column;max-height:90vh;max-width:95vw;overflow:hidden;width:520px}.bum-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;justify-content:space-between;padding:20px 24px}.bum-header,.bum-title-wrap{align-items:center;display:flex}.bum-title-wrap{gap:10px}.bum-title-wrap h2{font-size:1.05rem;font-weight:600;margin:0}.bum-close{align-items:center;background:#ffffff1f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.bum-close:hover{background:#ffffff40}.bum-body{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding:20px 24px}.bum-template-bar{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.bum-template-title{color:#0369a1;font-size:.88rem;font-weight:700;margin:0}.bum-template-sub{color:#0284c7;font-size:.76rem;margin:2px 0 0}.bum-template-btn{align-items:center;background:#fff;border:1.5px solid #0284c7;border-radius:8px;color:#0284c7;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s;white-space:nowrap}.bum-template-btn:hover{background:#0284c7;color:#fff}.bum-dropzone{background:#fafafa;border:2px dashed #d1d5db;border-radius:14px;cursor:pointer;padding:32px 20px;text-align:center;transition:all .2s}.bum-dropzone.drag,.bum-dropzone.has-file,.bum-dropzone:hover{background:#f5f3ff;border-color:#6366f1}.bum-dropzone.has-file{border-style:solid}.bum-drop-hint{align-items:center;display:flex;flex-direction:column;gap:6px}.bum-drop-hint p{color:#374151;font-size:.92rem;font-weight:600;margin:0}.bum-drop-hint span{color:#6b7280;font-size:.8rem}.bum-formats{color:#9ca3af!important;font-size:.73rem!important;font-weight:400!important}.bum-file-info{align-items:center;display:flex;flex-direction:column;gap:6px}.bum-file-name{color:#4f46e5;font-size:.92rem;font-weight:700;margin:0}.bum-file-size{color:#9ca3af;font-size:.78rem;margin:0}.bum-remove{background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.78rem;margin-top:4px;padding:4px 14px;transition:all .2s}.bum-remove:hover{background:#fef2f2;border-color:#dc2626}.bum-error-box{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#dc2626;display:flex;font-size:.85rem;gap:8px;padding:10px 14px}.bum-result{display:flex;flex-direction:column;gap:14px}.bum-result-summary,.bum-stat{display:flex;gap:12px}.bum-stat{align-items:center;border:1px solid #0000;border-radius:12px;flex:1 1;padding:14px 16px}.bum-stat.success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.bum-stat.fail{background:#fef2f2;border-color:#fecaca;color:#dc2626}.bum-stat.zero{background:#f9fafb;border-color:#e5e7eb;color:#9ca3af}.bum-stat-val{font-size:1.6rem;font-weight:800;line-height:1;margin:0}.bum-stat-label{font-size:.75rem;font-weight:500;margin:2px 0 0}.bum-errors-list{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;max-height:160px;overflow-y:auto;padding:12px 14px}.bum-errors-title{color:#374151;font-size:.8rem;font-weight:700;margin:0 0 8px}.bum-error-row{border-bottom:1px solid #f3f4f6;display:flex;font-size:.8rem;gap:10px;padding:4px 0}.bum-row-num{color:#dc2626;font-weight:700;white-space:nowrap}.bum-row-reason{color:#6b7280}.bum-upload-again{align-self:flex-start;background:#fff;border:1.5px solid #6366f1;border-radius:8px;color:#6366f1;cursor:pointer;font-size:.83rem;font-weight:600;padding:8px 18px}.bum-footer{border-top:1px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.bum-btn-cancel{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:500;padding:9px 20px}.bum-btn-cancel,.bum-btn-upload{cursor:pointer;font-size:.875rem}.bum-btn-upload{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;display:flex;font-weight:600;gap:7px;padding:9px 22px;transition:all .2s}.bum-btn-upload:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.bum-btn-upload:disabled{cursor:not-allowed;opacity:.55;transform:none}.bum-spin{animation:spin .8s linear infinite}.clp-page{background:#f8f9fc;font-family:DM Sans,sans-serif;padding:28px}.clp-topbar{align-items:center;margin-bottom:24px}.clp-icon-wrap{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:14px;height:48px;width:48px}.clp-heading h1{color:#111827;font-size:1.4rem;font-weight:700;margin:0}.clp-heading p{color:#9ca3af;font-size:.82rem;margin:2px 0 0}.clp-btn-add{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:10px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:7px;padding:10px 20px;transition:all .2s}.clp-btn-add:hover{box-shadow:0 4px 14px #6366f159;transform:translateY(-1px)}.clp-filters{gap:16px}.clp-search-wrap{min-width:220px}.clp-search-icon{color:#9ca3af;pointer-events:none}.clp-search{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font-size:.875rem;transition:border .2s}.clp-search:focus{border-color:#6366f1}.clp-date-wrap{gap:8px}.clp-date-wrap label{color:#6b7280;font-size:.8rem;font-weight:500}.clp-date-wrap input[type=date]{background:#fff;border:1.5px solid #e5e7eb;border-radius:9px;font-size:.85rem;outline:none;padding:8px 12px;transition:border .2s}.clp-date-wrap input:focus{border-color:#6366f1}.clp-clear{background:#fff;border:1.5px solid #e5e7eb;color:#6b7280;font-size:.8rem;transition:all .2s}.clp-clear:hover{border-color:#dc2626;color:#dc2626}.clp-table-wrap{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 8px #0000000f}.clp-table{font-size:.855rem}.clp-table thead{background:#f8f9fc}.clp-table th{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:12px 16px;text-align:left;text-transform:uppercase}.clp-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;padding:13px 16px;vertical-align:middle}.clp-table tbody tr:last-child td{border-bottom:none}.clp-table tbody tr:hover{background:#fafbff}.clp-avatar{background:linear-gradient(135deg,#c7d2fe,#818cf8);color:#3730a3;font-size:.85rem}.clp-name{color:#111827;font-size:.87rem}.clp-sub{color:#9ca3af;font-size:.75rem;margin:1px 0 0}.clp-contact{color:#374151;font-size:.85rem}.clp-linked{flex-direction:column}.clp-tag{border-radius:20px;font-size:.73rem;font-weight:500;gap:4px}.clp-tag.lead{background:#eff6ff;color:#2563eb}.clp-tag.prop{background:#fff7ed;color:#ea580c}.clp-none{color:#d1d5db;font-size:.85rem}.clp-meeting{color:#374151;display:flex}.clp-meeting,.clp-visit{font-size:.82rem}.clp-status{border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.clp-agent{color:#374151;font-size:.82rem}.clp-date{color:#9ca3af;font-size:.8rem}.clp-actions{gap:6px}.clp-act-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;height:30px;transition:all .2s;width:30px}.clp-act-btn.edit:hover{background:#eff6ff;border-color:#6366f1;color:#6366f1}.clp-act-btn.del:hover{background:#fef2f2;border-color:#dc2626;color:#dc2626}.clp-pagination{border-top:1px solid #f0f0f0;justify-content:flex-end;padding:14px 20px}.clp-page-info{color:#6b7280;font-size:.82rem;margin-right:8px}.clp-pagination button{border:1.5px solid #e5e7eb;border-radius:8px;height:32px;transition:all .2s;width:32px}.clp-pagination button:not(:disabled):hover{border-color:#6366f1;color:#6366f1}.clp-empty,.clp-loading{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px}.clp-spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-top-color:#6366f1;height:36px;width:36px}.clp-empty p{color:#6b7280;font-size:.95rem;margin:0}.clp-empty button{background:#6366f1;border-radius:9px;font-size:.85rem;padding:8px 20px}.clp-btn-bulk,.clp-header-actions{align-items:center}.clp-btn-bulk{border:1.5px solid #6366f1;border-radius:10px;color:#6366f1;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:7px;padding:10px 18px;transition:all .2s}.clp-btn-bulk:hover{background:#f5f3ff}.clp-tag.deal{background:#f0fdf4;color:#15803d}.clp-agent-cell{gap:8px}.clp-agent-avatar{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca;font-size:.75rem}.clp-status-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;height:36px;padding:0 10px}.clp-act-btn.convert{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.clp-act-btn.convert:hover{background:#d1fae5;color:#065f46}.clp-converted-tag{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;display:inline-flex;font-size:10.5px;font-weight:600;gap:4px;padding:3px 8px}.cnv-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.cnv-modal{background:#fff;border-radius:16px;box-shadow:0 24px 40px #0000002e;display:flex;flex-direction:column;max-height:90vh;max-width:95%;overflow:hidden;width:520px}.cnv-modal-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:20px 24px 16px}.cnv-icon{align-items:center;background:#ecfdf5;border-radius:10px;color:#047857;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cnv-modal-header h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 3px}.cnv-modal-header p{color:#64748b;font-size:13px;margin:0}.cnv-close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.cnv-close-btn:hover{background:#f1f5f9;color:#0f172a}.cnv-modal-body{display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:20px 24px}.cnv-grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.cnv-field{display:flex;flex-direction:column;gap:6px}.cnv-field label{color:#374151;font-size:12.5px;font-weight:600}.cnv-field input,.cnv-field select,.cnv-field textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;outline:none;padding:9px 12px;resize:vertical;transition:border-color .15s;width:100%}.cnv-field input:focus,.cnv-field select:focus,.cnv-field textarea:focus{border-color:#1d4ed8}.cnv-checkbox-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;padding:10px 12px}.cnv-checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;margin:0}.cnv-checkbox-label input[type=checkbox]{accent-color:#1d4ed8;cursor:pointer;height:16px;width:16px}.cnv-info-banner{align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:12.5px;gap:8px;line-height:1.5;padding:10px 12px}.cnv-info-banner svg{flex-shrink:0;margin-top:1px}.cnv-info-banner strong{font-weight:700}.cnv-modal-footer{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px 20px}.cnv-btn-cancel,.cnv-btn-submit{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:6px;padding:10px 20px;transition:all .15s}.cnv-btn-cancel{background:#fff;border:1.5px solid #e2e8f0;color:#64748b}.cnv-btn-cancel:hover{background:#f8fafc}.cnv-btn-submit{background:#10b981;color:#fff}.cnv-btn-submit:hover{background:#059669}.cnv-btn-cancel:disabled,.cnv-btn-submit:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.cnv-grid-2{grid-template-columns:1fr}}.clp-page{background:#f1f5f9;min-height:100vh;padding:26px 28px!important}.clp-topbar{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px}.clp-heading{gap:14px}.clp-heading,.clp-icon-wrap{align-items:center;display:flex}.clp-icon-wrap{background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:12px;box-shadow:0 4px 10px #1d4ed840;color:#fff;flex-shrink:0;height:46px;justify-content:center;width:46px}.clp-heading h1{color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.3px;margin:0 0 3px}.clp-heading p{color:#64748b;font-size:13px;margin:0}.clp-header-actions{display:flex;flex-shrink:0;gap:10px}.clp-btn-add,.clp-btn-bulk{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:7px;padding:9px 16px;transition:all .15s;white-space:nowrap}.clp-btn-bulk{background:#fff;border:1.5px solid #e2e8f0;color:#0f172a}.clp-btn-bulk:hover{background:#f8fafc;border-color:#cbd5e1}.clp-btn-add{background:#1d4ed8;border:none;color:#fff}.clp-btn-add:hover{background:#1e40af;box-shadow:0 4px 12px #1d4ed840}.clp-filters{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 1px 3px #0f172a0a;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:14px 16px}.clp-search-wrap{flex:1 1;max-width:320px;min-width:200px;position:relative}.clp-search-icon{color:#94a3b8;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.clp-search{background:#fafafa;border:1.5px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:13px;outline:none;padding:9px 14px 9px 36px;transition:all .15s;width:100%}.clp-search:focus{background:#fff;border-color:#1d4ed8}.clp-date-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.clp-date-wrap label{color:#64748b;font-size:12px;font-weight:600}.clp-date-wrap input[type=date],.clp-status-filter{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:13px;outline:none;padding:8px 12px;transition:border-color .15s}.clp-date-wrap input[type=date]:focus,.clp-status-filter:focus{border-color:#1d4ed8}.clp-clear{background:#fef2f2;border:1.5px solid #fecaca;border-radius:8px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:8px 14px;transition:all .15s}.clp-clear:hover{background:#fecaca}.clp-table-wrap{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 1px 3px #0f172a0a;overflow:hidden}.clp-table{border-collapse:collapse;width:100%}.clp-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.clp-table thead th{border-bottom:1.5px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.clp-table tbody tr{transition:background .15s}.clp-table tbody tr:hover{background:#f8fafc}.clp-table tbody td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px;padding:12px 14px;vertical-align:middle}.clp-client{gap:10px}.clp-avatar,.clp-client{align-items:center;display:flex}.clp-avatar{background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:50%;color:#fff;flex-shrink:0;font-size:12px;font-weight:700;height:34px;justify-content:center;width:34px}.clp-name{color:#0f172a;font-size:13px;font-weight:600;margin:0}.clp-address,.clp-contact,.clp-date{color:#475569;font-size:12.5px}.clp-contact{font-weight:500}.clp-status{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.2px;padding:4px 10px;text-transform:capitalize}.clp-visit{font-size:12px;font-weight:600}.clp-meeting{align-items:center;background:#eff6ff;border-radius:999px;color:#1e40af;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px;padding:3px 10px}.clp-none{color:#94a3b8}.clp-linked{display:flex;flex-wrap:wrap;gap:4px}.clp-tag{align-items:center;border-radius:999px;display:inline-flex;font-size:10.5px;font-weight:600;gap:3px;padding:2px 8px}.clp-tag.lead{background:#ecfdf5;color:#065f46}.clp-tag.prop{background:#eff6ff;color:#1e40af}.clp-tag.deal{background:#f5f3ff;color:#5b21b6}.clp-agent-cell{align-items:center;display:flex;gap:6px}.clp-agent-avatar{align-items:center;background:#eff6ff;border-radius:50%;color:#1d4ed8;display:flex;flex-shrink:0;font-size:10.5px;font-weight:700;height:26px;justify-content:center;width:26px}.clp-agent{color:#475569;font-size:12px;font-weight:500}.clp-actions{display:flex;gap:4px}.clp-act-btn{align-items:center;background:none;border:1px solid #0000;border-radius:7px;color:#94a3b8;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s;width:28px}.clp-act-btn.view:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.clp-act-btn.edit:hover{background:#fffbeb;border-color:#fcd34d;color:#b45309}.clp-loading{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:60px 16px}.clp-spinner{animation:clp-spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#1d4ed8;height:32px;width:32px}@keyframes clp-spin{to{transform:rotate(1turn)}}.clp-loading p{color:#64748b;font-size:13px;margin:0}.clp-empty{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:60px 16px;text-align:center}.clp-empty svg{color:#94a3b8}.clp-empty p{color:#475569;font-size:14px;margin:4px 0 12px}.clp-empty button{background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 18px}.clp-empty button:hover{background:#1e40af}.clp-pagination{align-items:center;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;gap:8px;justify-content:space-between;padding:14px 16px}.clp-page-info{color:#475569;font-size:12.5px}.clp-pagination button{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#475569;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .15s;width:30px}.clp-pagination button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;color:#fff}.clp-pagination button:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1024px){.clp-table-wrap{overflow-x:auto}.clp-table{min-width:1000px}}@media (max-width:768px){.clp-page{padding:18px!important}.clp-heading h1{font-size:18px}}.mis-page{background:#f0f2f7;font-family:Inter,DM Sans,sans-serif;min-height:100vh;padding:24px 28px 56px}.mis-topbar{flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.mis-heading,.mis-topbar{align-items:center;display:flex}.mis-heading{gap:14px}.mis-icon-wrap{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:13px;box-shadow:0 4px 14px #2563eb4d;color:#fff;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.mis-heading h1{color:#0f172a;font-size:20px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 2px}.mis-heading p{color:#64748b;font-size:12.5px;font-weight:400;margin:0}.mis-btn-export{align-items:center;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:9px;box-shadow:0 3px 10px #05966940;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:7px;padding:9px 18px;transition:all .18s ease;white-space:nowrap}.mis-btn-export:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 5px 18px #05966959;transform:translateY(-1px)}.mis-filters-bar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:13px;box-shadow:0 1px 3px #0f172a0d;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:12px 16px}.mis-tabs{background:#f1f5f9;border-radius:8px;display:flex;gap:3px;padding:3px}.mis-tab{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;padding:5px 14px;transition:all .15s ease;white-space:nowrap}.mis-tab.active{background:#fff;box-shadow:0 1px 4px #0f172a1a;color:#2563eb}.mis-tab:not(.active):hover{background:#ffffff8c;color:#334155}.mis-custom-range{align-items:center;display:flex;flex-wrap:wrap;gap:7px}.mis-custom-range span{color:#94a3b8;font-size:13px}.mis-custom-range input[type=date]{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:#334155;font-family:inherit;font-size:12.5px;outline:none;padding:6px 10px;transition:border-color .15s}.mis-custom-range input[type=date]:focus{background:#fff;border-color:#2563eb}.mis-filter-group{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:#64748b;display:flex;gap:6px;padding:6px 10px;transition:border-color .15s}.mis-filter-group:focus-within{background:#fff;border-color:#2563eb}.mis-filter-group select{background:#0000;border:none;color:#334155;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:500;outline:none}.mis-search-box{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;display:flex;flex:1 1;gap:6px;max-width:240px;min-width:160px;padding:6px 10px;transition:border-color .15s,background .15s}.mis-search-box:focus-within{background:#fff;border-color:#2563eb}.mis-search-icon{color:#94a3b8;flex-shrink:0}.mis-search-input{background:#0000;border:none;color:#334155;flex:1 1;font-family:inherit;font-size:12.5px;min-width:0;outline:none}.mis-search-input::placeholder{color:#94a3b8}.mis-search-clear{align-items:center;background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:1px;transition:color .15s}.mis-search-clear:hover{color:#475569}.mis-btn-apply{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);border:none;border-radius:7px;box-shadow:0 2px 8px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12.5px;font-weight:600;gap:6px;padding:7px 16px;transition:all .18s ease;white-space:nowrap}.mis-btn-apply:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 4px 14px #2563eb52;transform:translateY(-1px)}.mis-sort-dir-btn{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:#475569;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:600;padding:6px 9px;transition:all .15s}.mis-sort-dir-btn:hover{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.mis-agent-view-indicator{align-items:center;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:7px;color:#1d4ed8;display:inline-flex;font-size:12.5px;font-weight:600;gap:6px;padding:6px 12px}.mis-active-chips{align-items:center;display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.mis-active-chip{align-items:center;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;padding:4px 10px 4px 12px}.mis-chip-x{align-items:center;background:none;border:none;border-radius:50%;color:#93c5fd;cursor:pointer;display:flex;justify-content:center;padding:1px;transition:all .15s}.mis-chip-x:hover{background:#bfdbfe;color:#1d4ed8}.mis-clear-all{background:none;border:none;border-radius:5px;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:600;padding:3px 7px;transition:color .15s}.mis-clear-all:hover{color:#ef4444}.mis-range-label{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:7px;color:#64748b;display:inline-flex;font-size:12px;font-weight:500;gap:5px;margin:0 0 18px;padding:7px 13px}.mis-range-label strong{color:#334155;font-weight:700}.mis-cards{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));margin-bottom:22px}.mis-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 3px #0f172a0a,0 3px 10px #0f172a08;display:flex;gap:14px;overflow:hidden;padding:18px 16px 16px;position:relative;transition:all .22s ease}.mis-card:before{background:currentColor;border-radius:14px 0 0 14px;bottom:0;content:"";left:0;opacity:.18;position:absolute;top:0;width:4px}.mis-card:hover{border-color:#c7d7f4;box-shadow:0 8px 24px #0f172a1a;transform:translateY(-3px)}.mis-card-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.mis-card-val{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-1px;line-height:1;margin:0 0 3px}.mis-card-label{color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.7px;margin:0;text-transform:uppercase}.mis-chart-box{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 3px #0f172a0a,0 4px 14px #0f172a08;margin-bottom:20px;padding:20px 22px 18px;transition:box-shadow .22s,border-color .22s}.mis-chart-box:hover{border-color:#c7d7f4;box-shadow:0 6px 26px #0f172a14}.mis-chart-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px}.mis-chart-header h3{align-items:center;color:#0f172a;display:flex;font-size:14px;font-weight:700;gap:9px;letter-spacing:-.2px;margin:0}.mis-chart-header h3:before{background:linear-gradient(180deg,#2563eb,#1d4ed8);border-radius:2px;content:"";flex-shrink:0;height:16px;width:4px}.mis-chart-legend{display:flex;flex-wrap:wrap;gap:6px}.mis-legend-btn{align-items:center;background:#f1f5f9;border:1.5px solid #0000;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:11.5px;font-weight:600;gap:5px;padding:5px 11px;transition:all .15s}.mis-legend-btn.on{background:#fff;box-shadow:0 1px 4px #0f172a1a}.mis-legend-btn:not(.on):hover{background:#e2e8f0;color:#334155}.mis-legend-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.mis-pie-charts-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(195px,1fr));margin-top:4px}.mis-pie-agent-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:13px;display:flex;flex-direction:column;gap:6px;padding:16px 14px;transition:all .2s ease}.mis-pie-agent-card:hover{border-color:#93c5fd;box-shadow:0 6px 20px #2563eb17;transform:translateY(-2px)}.mis-pie-agent-card.mis-pie-combined{background:linear-gradient(160deg,#eff6ff,#fff 60%);border-color:#bfdbfe}.mis-pie-donut{flex-shrink:0}.mis-pie-agent-name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.3;margin:4px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mis-pie-legend-list{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:4px;margin-top:6px;padding-top:10px;width:100%}.mis-pie-legend-item{align-items:center;display:flex;font-size:11.5px;gap:7px}.mis-pie-legend-dot{border-radius:50%;flex-shrink:0;height:7px;width:7px}.mis-pie-legend-label{color:#475569;flex:1 1;font-weight:500}.mis-pie-legend-val{font-size:12px;font-weight:700}.mis-pie-wrap{cursor:default;display:inline-block}.mis-pie-empty{color:#cbd5e1;font-size:13px}.mis-table-wrap{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 3px #0f172a0a,0 4px 14px #0f172a08;overflow:hidden}.mis-table{border-collapse:collapse;width:100%}.mis-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.mis-table thead th{border-bottom:1.5px solid #e8edf5;color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.65px;padding:13px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.mis-th-sort{cursor:pointer;transition:color .15s;-webkit-user-select:none;user-select:none}.mis-th-sort:hover{color:#2563eb}.mis-table tbody td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px;padding:13px 16px;vertical-align:middle}.mis-table tbody tr:last-child td{border-bottom:none}.mis-main-row{cursor:pointer;transition:background .12s}.mis-main-row:hover{background:#f8fafc}.mis-expand-cell{width:32px}.mis-expand-cell,.mis-rank{color:#94a3b8;text-align:center}.mis-rank{font-size:11px;font-weight:700;width:28px}.mis-user{gap:10px}.mis-avatar,.mis-user{align-items:center;display:flex}.mis-avatar{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;box-shadow:0 2px 6px #2563eb33;color:#fff;flex-shrink:0;height:36px;justify-content:center;width:36px}.mis-avatar,.mis-uname{font-size:13px;font-weight:700}.mis-uname{color:#0f172a;line-height:1.2;margin:0 0 1px}.mis-uemail{color:#94a3b8;font-size:11px;font-weight:400;margin:0}.mis-num{align-items:center;border-radius:7px;display:inline-flex;font-size:12.5px;font-weight:700;justify-content:center;letter-spacing:-.2px;min-width:34px;padding:4px 9px}.mis-num.calls{background:#ede9fe;color:#6d28d9}.mis-num.leads{background:#d1fae5;color:#065f46}.mis-num.props{background:#fef3c7;color:#92400e}.mis-num.deals{background:#f3e8ff;color:#7c3aed}.mis-num.meets{background:#dbeafe;color:#1e40af}.mis-num.visits{background:#cffafe;color:#155e75}.mis-closed{align-items:center;border-radius:999px;display:inline-flex;font-size:12.5px;font-weight:700;justify-content:center;min-width:34px;padding:4px 10px}.mis-closed.has{background:#dcfce7;color:#15803d}.mis-closed.zero{background:#f1f5f9;color:#94a3b8}.mis-total-row td{background:#f8fafc;border-top:2px solid #e8edf5;color:#0f172a;font-size:13px;font-weight:700;padding:13px 16px}.mis-detail-row td{border-bottom:1px solid #f1f5f9;padding:0}.mis-detail-grid{grid-gap:13px;background:#f8fafc;display:grid;gap:13px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:16px 18px}.mis-detail-section{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:13px 15px}.mis-detail-section h4{align-items:center;color:#64748b;display:flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.65px;margin:0 0 10px;text-transform:uppercase}.mis-sb-section{grid-column:1/-1}.mis-status-chips{display:flex;flex-wrap:wrap;gap:6px}.mis-status-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px;padding:4px 11px}.mis-detail-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:6px;padding:8px 10px;transition:border-color .15s}.mis-detail-card:last-child{margin-bottom:0}.mis-detail-card:hover{border-color:#bfdbfe}.mis-detail-card .dc-name{color:#0f172a;font-size:12.5px;font-weight:700;margin:0 0 2px}.mis-detail-card .dc-sub{color:#64748b;font-size:11.5px;margin:0}.dc-deal-top{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:2px}.dc-stage{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.4px;padding:2px 7px;text-transform:uppercase;white-space:nowrap}.mis-detail-empty{color:#94a3b8;font-size:12.5px;grid-column:1/-1;margin:0;padding:16px 0;text-align:center}.mis-loading{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:16px;color:#64748b;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:14px;justify-content:center;min-height:280px}.mis-spinner{animation:mis-spin .75s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#2563eb;height:32px;width:32px}@keyframes mis-spin{to{transform:rotate(1turn)}}.mis-empty{align-items:center;background:#fff;color:#94a3b8;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:10px;justify-content:center;padding:60px 20px}@media (max-width:1024px){.mis-pie-charts-grid{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}}@media (max-width:768px){.mis-page{padding:16px 14px 40px}.mis-heading h1{font-size:17px}.mis-cards{gap:10px}.mis-cards,.mis-pie-charts-grid{grid-template-columns:repeat(2,1fr)}.mis-filters-bar{gap:7px;padding:10px 12px}.mis-detail-grid{grid-template-columns:1fr}.mis-table tbody td,.mis-table thead th{font-size:12px;padding:10px}}@media (max-width:480px){.mis-cards,.mis-pie-charts-grid{grid-template-columns:1fr}.mis-tabs{flex-wrap:wrap;gap:2px}.mis-search-box{max-width:100%}}.cld-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh}.cld-spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.cld-error{align-items:center;color:#ef4444;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh;text-align:center}.cld-page{background:#fff;min-height:100vh;position:relative;width:100%}.cld-back-btn-modern{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;left:32px;position:absolute;top:24px;transition:all .2s ease;width:40px;z-index:15}.cld-back-btn-modern:hover{background:#fff;border-color:#d1d5db;box-shadow:0 4px 12px #00000026;color:#111827}.cld-back-btn-modern:active{transform:scale(.95)}@media (max-width:768px){.cld-back-btn-modern{left:16px;top:16px}}.cld-hero{background:linear-gradient(135deg,#fff,#f9fafb);border-bottom:1px solid #e5e7eb;padding:40px;position:relative}@media (max-width:768px){.cld-hero{padding:70px 16px 24px}}.cld-hero-content{margin:0 auto;max-width:1400px}.cld-title{color:#111827;font-size:36px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}@media (max-width:768px){.cld-title{font-size:28px}}.cld-subtitle{color:#6b7280;font-size:15px;font-weight:500;margin:0 0 16px}.cld-badges{display:flex;flex-wrap:wrap;gap:10px}.cld-badge{border-radius:8px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;padding:6px 14px}.status-interested{background:#dcfce7;color:#166534}.status-not-interested{background:#fee2e2;color:#991b1b}.status-followup{background:#fef3c7;color:#92400e}.visit-completed{background:#dcfce7;color:#166534}.visit-pending{background:#fef3c7;color:#92400e}.visit-scheduled{background:#dbeafe;color:#1e40af}.cld-content{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1400px;padding:40px}@media (max-width:768px){.cld-content{gap:16px;padding:24px 16px}}.cld-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;box-shadow:0 1px 4px #00000008;padding:28px;transition:all .2s ease}.cld-card:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #0000000f}@media (max-width:768px){.cld-card{padding:20px}}.cld-section-title{align-items:center;border-bottom:2px solid #f3f4f6;color:#111827;display:flex;font-size:18px;font-weight:700;gap:8px;margin:0 0 20px;padding-bottom:12px}.cld-section-title svg{color:#1d4ed8}.cld-grid-2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.cld-grid-2{gap:16px;grid-template-columns:1fr}}.cld-info-item{align-items:flex-start;display:flex;gap:12px}.cld-icon{color:#1d4ed8;flex-shrink:0;height:20px;margin-top:2px;width:20px}.cld-label{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.4px;margin:0;text-transform:uppercase}.cld-value{color:#111827;font-size:16px;font-weight:600;line-height:1.4;margin:6px 0 0}.cld-remarks-text{background:#f9fafb;border-left:4px solid #1d4ed8;border-radius:8px;color:#4b5563;font-size:15px;letter-spacing:.2px;line-height:1.8;margin:0;padding:16px}.cld-links{display:flex;flex-direction:column;gap:12px}.cld-link-item{background:#f9fafb;border:1.5px solid #f3f4f6;border-radius:8px;display:flex;gap:16px;padding:12px 14px;transition:all .2s ease}.cld-link-item:hover{background:#fff;border-color:#e5e7eb}.cld-link-label{color:#9ca3af;font-size:13px;font-weight:700;letter-spacing:.4px;min-width:70px;text-transform:uppercase}.cld-link-value{color:#1d4ed8;font-size:15px;font-weight:600}.cld-back-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:all .2s ease}.cld-back-btn:hover{background:#e5e7eb;color:#111827}@media (max-width:1024px){.cld-content,.cld-hero{padding:32px}.cld-title{font-size:32px}}@media (prefers-reduced-motion:no-preference){.cld-back-btn-modern,.cld-card{transition:all .2s cubic-bezier(.4,0,.2,1)}}.cld-tl-count{background:#f3f4f6;border-radius:999px;color:#6b7280;font-size:12px;font-weight:600;margin-left:auto;padding:3px 10px}.cld-tl-empty{color:#9ca3af;font-size:14px;padding:8px 0}.cld-tl-summary{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr);margin-bottom:22px}.cld-tl-summary-item{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:12px 14px}.cld-tl-summary-label{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cld-tl-summary-value{color:#0f172a;font-size:14px;font-weight:600}.cld-timeline{list-style:none;margin:0;padding:0}.cld-tl-item{display:flex;gap:14px;position:relative}.cld-tl-item.current .cld-tl-content{background:#eff6ff;border-color:#bfdbfe}.cld-tl-marker{flex-direction:column;flex-shrink:0}.cld-tl-dot,.cld-tl-marker{align-items:center;display:flex}.cld-tl-dot{background:#94a3b8;border-radius:50%;color:#fff;height:28px;justify-content:center;width:28px}.cld-tl-dot.status-interested{background:#16a34a}.cld-tl-dot.status-not-interested{background:#dc2626}.cld-tl-dot.status-followup{background:#d97706}.cld-tl-dot.status-pending{background:#64748b}.cld-tl-line{background:#e5e7eb;flex:1 1;margin:4px 0;min-height:18px;width:2px}.cld-tl-content{border:1px solid #f0f0f0;border-radius:10px;flex:1 1;margin-bottom:14px;padding:12px 14px}.cld-tl-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.cld-tl-row+.cld-tl-row{margin-top:8px}.cld-tl-time{align-items:center;color:#0f172a;display:inline-flex;font-size:13.5px;font-weight:600;gap:6px}.cld-tl-time svg{color:#6b7280}.cld-tl-badge{border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.4px;padding:2px 8px;text-transform:uppercase}.cld-tl-badge.first{background:#ecfdf5;color:#047857}.cld-tl-badge.last{background:#eff6ff;color:#1d4ed8}.cld-tl-badge.current-badge{background:#fef3c7;color:#92400e}.cld-tl-agent,.cld-tl-duration{align-items:center;color:#6b7280;display:inline-flex;font-size:12.5px;gap:5px}.cld-tl-remark{color:#475569;font-size:13px;line-height:1.5;margin:8px 0 0}@media (max-width:768px){.cld-tl-summary{grid-template-columns:1fr}}.tf-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tf-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tf-modal-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:24px}.tf-modal-title{color:#111827;font-size:20px;font-weight:700;margin:0}.tf-close-btn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.tf-close-btn:hover{background:#e5e7eb;color:#111827}.tf-form{gap:20px;padding:24px}.tf-form,.tf-form-group{display:flex;flex-direction:column}.tf-form-group{gap:8px}.tf-label{color:#111827;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.tf-input,.tf-select,.tf-textarea{border:1.5px solid #e5e7eb;border-radius:8px;color:#111827;font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s ease}.tf-input:focus,.tf-select:focus,.tf-textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a;outline:none}.tf-input.error,.tf-select.error{border-color:#ef4444}.tf-input.error:focus,.tf-select.error:focus{box-shadow:0 0 0 3px #ef44441a}.tf-textarea{min-height:100px;resize:vertical}.tf-input::placeholder,.tf-select::placeholder,.tf-textarea::placeholder{color:#9ca3af}.tf-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:480px){.tf-form-row{grid-template-columns:1fr}}.tf-error{color:#ef4444;font-size:12px;margin-top:2px}.tf-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:13px;margin-top:8px;padding:12px}.tf-form-actions{border-top:1px solid #f3f4f6;display:flex;gap:12px;justify-content:flex-end;margin-top:12px;padding-top:12px}.tf-btn-cancel{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.tf-btn-cancel:hover:not(:disabled){background:#e5e7eb;color:#111827}.tf-btn-cancel:disabled{cursor:not-allowed;opacity:.6}.tf-btn-submit{background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.tf-btn-submit:hover:not(:disabled){background:#1e40af;box-shadow:0 4px 12px #1d4ed84d}.tf-btn-submit:active:not(:disabled){transform:scale(.98)}.tf-btn-submit:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.tf-modal{max-width:calc(100% - 40px)}.tf-form,.tf-modal-header{padding:20px}.tf-form-actions{flex-direction:column-reverse}.tf-btn-cancel,.tf-btn-submit{width:100%}}.tc-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 10px #0f172a05;display:flex;flex-direction:column;gap:14px;height:100%;padding:20px;transition:all .22s ease}.tc-card:hover{border-color:#d0defa;box-shadow:0 8px 24px #0f172a17,0 2px 8px #0f172a0d;transform:translateY(-3px)}.tc-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.tc-title{color:#0a1628;font-size:14.5px;font-weight:700;letter-spacing:-.1px;line-height:1.4;margin:0}.tc-priority{border-radius:6px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.priority-urgent{background:#fee2e2;color:#991b1b}.priority-high{background:#fecaca;color:#7f1d1d}.priority-medium{background:#fef3c7;color:#92400e}.priority-low{background:#dbeafe;color:#1e40af}.tc-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.5;margin:0;overflow:hidden}.tc-meta{border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;gap:12px;padding:12px 0}.tc-meta,.tc-meta-item{display:flex;flex-direction:column}.tc-meta-item{gap:6px}.tc-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.tc-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 10px;text-transform:capitalize;width:fit-content}.status-pending{background:#f3f4f6;color:#6b7280}.status-in-progress{background:#dbeafe;color:#1e40af}.status-completed{background:#dcfce7;color:#166534}.status-on-hold{background:#fee2e2;color:#991b1b}.status-cancelled{background:#f3f4f6;color:#6b7280}.tc-due-date{color:#111827}.tc-due-date,.tc-overdue{font-size:13px;font-weight:600}.tc-overdue{background:#fef2f2;border-radius:4px;color:#991b1b;display:inline-block;padding:2px 6px}.tc-time-info{align-items:center;border-radius:6px;display:inline-flex;font-size:13px;font-weight:600;gap:4px;padding:4px 8px;width:fit-content}.tc-time-success{background:#dcfce7;color:#166534}.tc-time-info{background:#dbeafe;color:#1e40af}.tc-time-warning{background:#fef3c7;color:#92400e}.tc-footer{align-items:center;display:flex;gap:12px;justify-content:space-between}.tc-actions{display:flex;gap:8px}.tc-action-btn{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;text-transform:capitalize;transition:all .2s ease}.tc-action-btn.start{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.tc-action-btn.start:hover:not(:disabled){background:#bfdbfe;box-shadow:0 2px 6px #1e40af33}.tc-action-btn.complete{background:#dcfce7;border:1px solid #86efac;color:#166534}.tc-action-btn.complete:hover:not(:disabled){background:#bbf7d0;box-shadow:0 2px 6px #16653433}.tc-action-btn:disabled{cursor:not-allowed;opacity:.6}.tc-arrow{color:#d1d5db;transition:transform .2s ease}.tc-card:hover .tc-arrow{color:#9ca3af;transform:translateX(4px)}@media (max-width:480px){.tc-card{padding:16px}.tc-footer,.tc-header{flex-direction:column}.tc-footer{align-items:flex-start}.tc-actions{width:100%}.tc-action-btn{flex:1 1;text-align:center}}.tp-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:16px;justify-content:center;min-height:60vh}.tp-spinner{animation:tp-spin .75s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#1d4ed8;height:36px;width:36px}@keyframes tp-spin{to{transform:rotate(1turn)}}.tp-page{min-height:100vh;padding-bottom:48px;width:100%}.tp-header{background:#fff;border-bottom:1px solid #e8edf5;box-shadow:0 1px 0 #e8edf5;padding:28px 40px}.tp-header-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1400px}.tp-title-section{flex:1 1}.tp-title{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 5px}.tp-subtitle{color:#64748b;font-size:13.5px;font-weight:400;margin:0}.tp-btn-create{align-items:center;background:#1d4ed8;border:none;border-radius:10px;box-shadow:0 2px 8px #1d4ed833;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .18s ease;white-space:nowrap}.tp-btn-create:hover{background:#1e40af;box-shadow:0 4px 16px #1d4ed84d;transform:translateY(-1px)}.tp-btn-create:active{transform:translateY(0)}.tp-btn-import{align-items:center;background:#fff;border:1.5px solid #1d4ed8;border-radius:10px;color:#1d4ed8;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:7px;padding:10px 18px;transition:all .18s ease;white-space:nowrap}.tp-btn-import:hover{background:#eff6ff;box-shadow:0 2px 8px #1d4ed826;transform:translateY(-1px)}.tp-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1400px;padding:28px 40px 20px}.tp-stat-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 10px #0f172a05;display:flex;gap:14px;padding:18px 20px;transition:all .22s ease}.tp-stat-card:hover{border-color:#d0defa;box-shadow:0 6px 20px #0f172a14;transform:translateY(-2px)}.tp-stat-card.overdue-alert{background:#fff5f5;border-color:#fca5a5}.tp-stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.tp-stat-icon.pending{background:#fef3c7;color:#92400e}.tp-stat-icon.in-progress{background:#dbeafe;color:#1e40af}.tp-stat-icon.completed{background:#dcfce7;color:#166534}.tp-stat-icon.on-hold{background:#fee2e2;color:#991b1b}.tp-stat-icon.overdue{background:#fecaca;color:#991b1b}.tp-stat-icon.completion-time{background:#f3e8ff;color:#6d28d9}.tp-stat-content{flex:1 1;min-width:0}.tp-stat-label{color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.7px;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.tp-stat-value{color:#0a1628;font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1.1;margin:0}.tp-stat-subtitle{color:#94a3b8;font-size:11px;font-weight:500;margin:2px 0 0}.tp-controls{gap:16px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px 20px}.tp-controls,.tp-filters{align-items:center;display:flex;flex-wrap:wrap}.tp-filters{gap:10px}.tp-filter-group{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;display:flex;gap:6px;padding:7px 12px;transition:border-color .15s ease}.tp-filter-group:focus-within{background:#fff;border-color:#3b82f6}.tp-filter-select{background:#0000;border:none;color:#334155;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:500;outline:none}.tp-result-count{color:#64748b;font-size:12.5px;font-weight:500}.tp-tasks-container{margin:0 auto;max-width:1400px;padding:0 40px}.tp-tasks-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.tp-empty-state{flex-direction:column;grid-column:1/-1;min-height:360px;padding:80px 40px;text-align:center}.tp-empty-icon,.tp-empty-state{align-items:center;display:flex;justify-content:center}.tp-empty-icon{background:#f1f5f9;border-radius:18px;color:#94a3b8;height:72px;margin:0 auto 16px;padding:18px;width:72px}.tp-empty-title{color:#0a1628;font-size:18px;font-weight:700;margin:0 0 8px}.tp-empty-message{color:#64748b;font-size:13.5px;margin:0 0 24px}.tp-btn-empty{align-items:center;background:#1d4ed8;border:none;border-radius:10px;box-shadow:0 2px 8px #1d4ed833;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .18s ease}.tp-btn-empty:hover{background:#1e40af;box-shadow:0 4px 14px #1d4ed84d;transform:translateY(-1px)}@media (max-width:1024px){.tp-header{padding:24px 28px}.tp-stats{padding:24px 28px 16px}.tp-controls{padding:0 28px 16px}.tp-tasks-container{padding:0 28px}}@media (max-width:768px){.tp-header{padding:20px 16px}.tp-header-content{align-items:flex-start;flex-direction:column}.tp-title{font-size:20px}.tp-stats{gap:12px;grid-template-columns:repeat(2,1fr);padding:20px 16px}.tp-controls{align-items:flex-start;flex-direction:column;padding:0 16px 16px}.tp-filters{width:100%}.tp-tasks-container{padding:0 16px}.tp-tasks-grid{gap:12px;grid-template-columns:1fr}}@media (max-width:480px){.tp-stats{grid-template-columns:1fr}}.um-container{font-family:Inter,sans-serif;max-width:1200px}.um-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.um-title{color:#0a1628;font-size:24px;font-weight:800;letter-spacing:-.5px;margin:0 0 5px}.um-subtitle{color:#64748b;font-size:13px;margin:0}.um-stats-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.um-stat-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 10px #0f172a05;display:flex;gap:14px;padding:18px 20px;transition:all .22s ease}.um-stat-card:hover{border-color:#d0defa;box-shadow:0 6px 20px #0f172a12;transform:translateY(-2px)}.um-stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.um-stat-value{color:#0f172a;font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1;margin:0}.um-stat-label{color:#94a3b8;font-size:12px;font-weight:600;letter-spacing:.5px;margin:4px 0 0;text-transform:uppercase}.um-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.um-search-box{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;display:flex;flex:1 1;gap:8px;max-width:380px;min-width:220px;padding:8px 12px}.um-search-box input{background:#0000;border:none;color:#0f172a;flex:1 1;font-family:inherit;font-size:13.5px;outline:none}.um-search-box button{background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;padding:0}.um-search-box button:hover{color:#64748b}.um-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:13.5px;outline:none;padding:8px 14px}.um-select:focus{border-color:#1d4ed8}.um-table-card{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 4px #0f172a0a,0 4px 12px #0f172a05;overflow:hidden}.um-table{border-collapse:collapse;width:100%}.um-table thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0}.um-table th{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.7px;padding:12px 18px;text-align:left;text-transform:uppercase;white-space:nowrap}.um-table tbody tr{border-bottom:1px solid #f8fafc;transition:background .12s ease}.um-table tbody tr:last-child{border-bottom:none}.um-table tbody tr:hover{background:#fafbfc}.um-table td{color:#374151;font-size:13.5px;padding:14px 18px;vertical-align:middle}.um-user-cell{gap:12px}.um-avatar,.um-user-cell{align-items:center;display:flex}.um-avatar{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;color:#fff;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.um-user-name{color:#0f172a;font-size:13.5px;font-weight:600;margin:0}.um-user-email{color:#94a3b8;font-size:12px;margin:2px 0 0}.um-phone{color:#64748b;font-size:13px}.um-date{color:#94a3b8;font-size:12.5px;white-space:nowrap}.um-actions{gap:6px}.um-action-btn,.um-actions{align-items:center;display:flex}.um-action-btn{border:none;border-radius:7px;cursor:pointer;font-size:13px;height:30px;justify-content:center;transition:all .15s ease;width:30px}.um-action-btn.edit{background:#eff6ff;color:#1d4ed8}.um-action-btn.edit:hover{background:#dbeafe}.um-action-btn.key{background:#f5f3ff;color:#7c3aed}.um-action-btn.key:hover{background:#ede9fe}.um-action-btn.deactivate{background:#ecfdf5;color:#059669}.um-action-btn.deactivate:hover{background:#d1fae5}.um-action-btn.activate{background:#fff7ed;color:#ea580c}.um-action-btn.activate:hover{background:#ffedd5}.um-action-btn.delete{background:#fef2f2;color:#ef4444}.um-action-btn.delete:hover{background:#fee2e2}.um-empty,.um-loading{color:#94a3b8;font-size:14px;gap:12px;padding:60px 24px}.um-access-denied,.um-empty,.um-loading{align-items:center;display:flex;flex-direction:column;justify-content:center}.um-access-denied{color:#64748b;gap:16px;min-height:60vh;text-align:center}.um-access-denied h2{color:#0f172a;margin:0}.um-access-denied p{margin:0}.um-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.um-modal{background:#fff;border-radius:16px;box-shadow:0 24px 40px #0000002e;max-width:520px;overflow:hidden;width:100%}.um-modal-sm{max-width:400px}.um-modal-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:20px 24px 18px}.um-modal-header h3{color:#0f172a;font-size:17px;font-weight:700;margin:0}.um-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;padding:4px;transition:all .15s ease}.um-modal-close:hover{background:#f1f5f9;color:#64748b}.um-form{display:flex;flex-direction:column;gap:16px;padding:22px 24px 24px}.um-form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.um-form-group{display:flex;flex-direction:column;gap:6px}.um-form-group label{color:#374151;font-size:12.5px;font-weight:600}.um-form-group input,.um-form-group select{background:#fafafa;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:9px 12px;transition:border-color .15s ease}.um-form-group input:focus,.um-form-group select:focus{background:#fff;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed814}.um-form-group input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.um-err{color:#ef4444;font-size:11.5px;font-weight:500}.um-confirm-text{color:#64748b;font-size:14px;line-height:1.6;margin:0}.um-modal-footer{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}@media (max-width:900px){.um-stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.um-stats-row{grid-template-columns:1fr 1fr}.um-form-row{grid-template-columns:1fr}.um-table td,.um-table th{padding:10px 12px}.um-date,.um-phone{display:none}}
/*# sourceMappingURL=main.87601c2b.css.map*/