:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-width:320px;min-height:100vh;margin:0}body{background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 34rem),radial-gradient(circle at top right,rgba(147,197,253,.15),transparent 36rem),#f4f7fb}a{color:#2563eb;text-decoration:none}a:hover{color:#173f8f}button,input,select,textarea{font:inherit}:root{--ws-bg-page: linear-gradient(135deg, #fbfcff 0%, #f6f1ff 52%, #fff8f0 100%);--ws-bg-page-solid: #fbfcff;--ws-bg-glow-purple: rgba(139, 92, 246, .2);--ws-bg-glow-blue: rgba(59, 130, 246, .17);--ws-bg-glow-orange: rgba(251, 146, 60, .16);--ws-bg-glow-green: rgba(34, 197, 94, .1);--ws-glass-card-bg: rgba(255, 255, 255, .74);--ws-glass-card-bg-hover: rgba(255, 255, 255, .84);--ws-glass-panel-bg: rgba(255, 255, 255, .88);--ws-glass-panel-bg-strong: rgba(255, 255, 255, .94);--ws-input-bg: rgba(255, 255, 255, .78);--ws-input-bg-focus: rgba(255, 255, 255, .94);--ws-card-border: rgba(45, 35, 95, .12);--ws-soft-border: rgba(15, 23, 42, .09);--ws-accent-border: rgba(124, 58, 237, .22);--ws-focus-ring: rgba(124, 58, 237, .24);--ws-shadow-soft: 0 18px 50px rgba(38, 31, 84, .1);--ws-shadow-strong: 0 28px 90px rgba(38, 31, 84, .17);--ws-shadow-dock: 0 26px 70px rgba(76, 29, 149, .28);--ws-shadow-button: 0 12px 28px rgba(76, 29, 149, .16);--ws-accent-primary: #7c3aed;--ws-accent-primary-strong: #6d28d9;--ws-accent-primary-soft: rgba(124, 58, 237, .12);--ws-accent-secondary: #2563eb;--ws-accent-secondary-soft: rgba(37, 99, 235, .12);--ws-accent-success: #16a34a;--ws-accent-success-soft: rgba(22, 163, 74, .12);--ws-accent-warning: #f59e0b;--ws-accent-warning-soft: rgba(245, 158, 11, .14);--ws-accent-conversion: #f97316;--ws-accent-conversion-strong: #ef4444;--ws-accent-conversion-soft: rgba(249, 115, 22, .14);--ws-text-primary: #111a3a;--ws-text-secondary: #51627f;--ws-text-muted: #7b8aa5;--ws-text-inverse: #ffffff;--ws-radius-sm: 12px;--ws-radius-md: 16px;--ws-radius-lg: 20px;--ws-radius-xl: 24px;--ws-radius-2xl: 28px;--ws-radius-pill: 999px;--ws-space-1: 4px;--ws-space-2: 8px;--ws-space-3: 12px;--ws-space-4: 16px;--ws-space-5: 20px;--ws-space-6: 24px;--ws-space-8: 32px;--ws-space-10: 40px;--ws-space-12: 48px;--ws-space-16: 64px;--ws-page-max: 1480px;--ws-page-pad-x: clamp(18px, 3vw, 40px);--ws-page-pad-y: clamp(18px, 2.4vw, 34px);--ws-page-pad-bottom-dock: 132px;--ws-page-pad-side-dock: 136px;--ws-transition-fast: .14s ease;--ws-transition-base: .2s ease;--ws-transition-polished: .26s cubic-bezier(.22, 1, .36, 1);--ws-dock-height: 86px;--ws-dock-width: min(760px, calc(100vw - 32px) );--ws-dock-side-width: 104px;--ws-dock-offset: 24px;--ws-dock-radius: 30px;--ws-z-base: 0;--ws-z-content: 1;--ws-z-sticky: 20;--ws-z-header: 30;--ws-z-dock: 80;--ws-z-overlay: 100;--ws-z-modal: 120;--ws-z-toast: 140}html{background:var(--ws-bg-page-solid)}body{color:var(--ws-text-primary);background:radial-gradient(circle at 8% -8%,var(--ws-bg-glow-purple),transparent 34rem),radial-gradient(circle at 92% 4%,var(--ws-bg-glow-blue),transparent 36rem),radial-gradient(circle at 72% 96%,var(--ws-bg-glow-orange),transparent 32rem),var(--ws-bg-page)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 18% 92%,var(--ws-bg-glow-green),transparent 28rem),linear-gradient(180deg,#ffffff61,#fff0)}::selection{color:var(--ws-text-inverse);background:#7c3aedc7}.ws-page{position:relative;min-height:100vh;width:100%;color:var(--ws-text-primary);background:transparent}.ws-page-with-dock-padding{padding-bottom:var(--ws-page-pad-bottom-dock)}.ws-glass-card,.ws-section-card{background:var(--ws-glass-card-bg);border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-xl);box-shadow:var(--ws-shadow-soft);backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.ws-glass-panel{background:var(--ws-glass-panel-bg);border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-strong);backdrop-filter:blur(30px) saturate(165%);-webkit-backdrop-filter:blur(30px) saturate(165%)}.ws-section-card{padding:var(--ws-space-6)}.ws-soft-button,.ws-primary-button,.ws-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--ws-space-2);min-height:40px;border-radius:var(--ws-radius-pill);font:inherit;font-weight:700;line-height:1;transition:transform var(--ws-transition-fast),border-color var(--ws-transition-base),background var(--ws-transition-base),box-shadow var(--ws-transition-base)}.ws-soft-button{padding:0 var(--ws-space-4);color:var(--ws-text-primary);background:#ffffffb3;border:1px solid var(--ws-soft-border);box-shadow:0 8px 20px #261f540f}.ws-primary-button{padding:0 var(--ws-space-5);color:var(--ws-text-inverse);background:linear-gradient(135deg,var(--ws-accent-primary),var(--ws-accent-secondary));border:1px solid rgba(255,255,255,.28);box-shadow:var(--ws-shadow-button)}.ws-icon-button{width:40px;min-width:40px;padding:0;color:var(--ws-text-secondary);background:#ffffffb8;border:1px solid var(--ws-soft-border);box-shadow:0 8px 20px #261f540f}.ws-soft-button:hover,.ws-primary-button:hover,.ws-icon-button:hover{transform:translateY(-1px)}.ws-soft-button:focus-visible,.ws-primary-button:focus-visible,.ws-icon-button:focus-visible{outline:3px solid var(--ws-focus-ring);outline-offset:2px}.ws-muted-text{color:var(--ws-text-muted)}.ws-accent-text{color:var(--ws-accent-primary)}.ws-snap-dock{position:fixed;z-index:var(--ws-z-dock, 80);display:flex;align-items:center;gap:12px;color:#ffffffeb;background:linear-gradient(135deg,#0d1737f0,#1c1f49db),#0f172adb;border:1px solid rgba(255,255,255,.14);box-shadow:var(--ws-shadow-dock, 0 26px 70px rgba(76, 29, 149, .28)),inset 0 1px #ffffff2e;backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);-webkit-user-select:none;user-select:none;touch-action:none;transition:left var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),right var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),top var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),bottom var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),transform var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),width var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1)),height var(--ws-transition-polished, .26s cubic-bezier(.22, 1, .36, 1))}.ws-snap-dock:after{content:"";position:absolute;inset:16px 20px -18px;z-index:-1;border-radius:inherit;background:radial-gradient(circle at 50% 50%,rgba(124,58,237,.42),transparent 68%);filter:blur(16px);opacity:.86;pointer-events:none}.ws-snap-dock.is-dragging{cursor:grabbing;transition:none}.ws-snap-dock--bottom{left:50%;bottom:max(18px,env(safe-area-inset-bottom));width:var(--ws-dock-width, min(760px, calc(100vw - 32px) ));min-height:var(--ws-dock-height, 86px);padding:12px 14px;border-radius:var(--ws-dock-radius, 30px);transform:translate(-50%)}.ws-snap-dock--left,.ws-snap-dock--right{top:50%;width:var(--ws-dock-side-width, 104px);min-height:min(650px,calc(100vh - 36px));max-height:calc(100vh - 36px);flex-direction:column;justify-content:space-between;padding:14px 12px;border-radius:var(--ws-dock-radius, 30px);transform:translateY(-50%)}.ws-snap-dock--left{left:max(14px,env(safe-area-inset-left))}.ws-snap-dock--right{right:max(14px,env(safe-area-inset-right))}.ws-snap-dock-brand,.ws-snap-dock-user{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.ws-snap-dock-brand{gap:8px;padding:0;border:0;color:inherit;background:transparent;cursor:grab}.ws-snap-dock-brand:focus-visible,.ws-snap-dock-link:focus-visible,.ws-snap-dock-user:focus-visible{outline:3px solid rgba(167,139,250,.5);outline-offset:3px}.ws-snap-dock-logo{display:grid;width:48px;height:48px;place-items:center;border-radius:18px;color:#fff;font-size:15px;font-weight:850;letter-spacing:-.04em;background:linear-gradient(145deg,#8b5cf6,#2563eb 68%,#0f2f73);box-shadow:inset 0 1px #ffffff6b,0 12px 28px #2563eb42}.ws-snap-dock-grip{color:#e2e8f085;font-size:14px;letter-spacing:-.34em}.ws-snap-dock--left .ws-snap-dock-brand,.ws-snap-dock--right .ws-snap-dock-brand{flex-direction:column}.ws-snap-dock--left .ws-snap-dock-grip,.ws-snap-dock--right .ws-snap-dock-grip{transform:rotate(90deg)}.ws-snap-dock-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;gap:8px;min-width:0}.ws-snap-dock--bottom .ws-snap-dock-nav{flex-direction:row}.ws-snap-dock--left .ws-snap-dock-nav,.ws-snap-dock--right .ws-snap-dock-nav{width:100%;flex-direction:column;justify-content:center;overflow:auto}.ws-snap-dock-link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:82px;min-height:58px;padding:8px 12px;border-radius:22px;color:#e2e8f0b8;text-decoration:none;transition:color var(--ws-transition-base, .2s ease),background var(--ws-transition-base, .2s ease),box-shadow var(--ws-transition-base, .2s ease),transform var(--ws-transition-base, .2s ease)}.ws-snap-dock--bottom .ws-snap-dock-link{flex-direction:column}.ws-snap-dock--left .ws-snap-dock-link,.ws-snap-dock--right .ws-snap-dock-link{width:100%;min-width:0;min-height:64px;flex-direction:column;padding:9px 8px}.ws-snap-dock-link:hover{color:#fff;background:#ffffff14;transform:translateY(-1px)}.ws-snap-dock-link.is-active{color:#fff;background:linear-gradient(135deg,#7c3aedb8,#1e2958e0),#ffffff1a;box-shadow:inset 0 1px #ffffff38,0 14px 30px #7c3aed3d}.ws-snap-dock-link.is-active:after{content:"";position:absolute;background:linear-gradient(90deg,#a78bfa,#60a5fa);box-shadow:0 0 18px #a78bfac2}.ws-snap-dock--bottom .ws-snap-dock-link.is-active:after{left:18px;right:18px;bottom:6px;height:3px;border-radius:999px}.ws-snap-dock--left .ws-snap-dock-link.is-active:after{top:14px;bottom:14px;left:5px;width:3px;border-radius:999px}.ws-snap-dock--right .ws-snap-dock-link.is-active:after{top:14px;right:5px;bottom:14px;width:3px;border-radius:999px}.ws-snap-dock-icon{display:grid;width:22px;height:22px;place-items:center;font-size:18px;line-height:1}.ws-snap-dock-label{font-size:11px;font-weight:780;letter-spacing:.01em;white-space:nowrap}.ws-snap-dock-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:16px;color:#fff;font-size:15px;font-weight:850;background:linear-gradient(145deg,#fff3,#ffffff0f),linear-gradient(145deg,#1d4ed8,#7c3aed);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff3d}.ws-snap-dock-status{position:absolute;right:-1px;bottom:1px;width:12px;height:12px;border-radius:999px;background:#22c55e;border:2px solid #0f172a;box-shadow:0 0 0 4px #22c55e24}body.ws-snap-dock-mounted .ws-sidebar-nav,body.ws-snap-dock-mounted .ws-ff-v2-topnav{display:none}body.ws-snap-dock-bottom .ws-client-main,body.ws-snap-dock-bottom .ws-ff-v2-main,body.ws-snap-dock-bottom .page-inner{padding-bottom:var(--ws-page-pad-bottom-dock, 132px)}body.ws-snap-dock-left .ws-client-main,body.ws-snap-dock-left .ws-ff-v2-main,body.ws-snap-dock-left .page-inner{padding-left:var(--ws-page-pad-side-dock, 136px)}body.ws-snap-dock-right .ws-client-main,body.ws-snap-dock-right .ws-ff-v2-main,body.ws-snap-dock-right .page-inner{padding-right:var(--ws-page-pad-side-dock, 136px)}@media(max-width:680px){.ws-snap-dock--bottom{width:calc(100vw - 20px);gap:6px;padding:10px}.ws-snap-dock--bottom .ws-snap-dock-logo,.ws-snap-dock-avatar{width:40px;height:40px;border-radius:15px}.ws-snap-dock--bottom .ws-snap-dock-grip{display:none}.ws-snap-dock--bottom .ws-snap-dock-link{min-width:58px;padding-inline:7px}.ws-snap-dock-label{font-size:10px}.ws-snap-dock--left,.ws-snap-dock--right{width:90px}}.ws-snap-dock-user-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.ws-snap-dock-user-button:focus-visible,.ws-snap-dock-menu-item:focus-visible{outline:3px solid rgba(167,139,250,.5);outline-offset:3px}.ws-snap-dock-menu{position:absolute;z-index:1;display:grid;min-width:178px;gap:6px;padding:10px;color:var(--ws-text-primary, #111a3a);background:#fffffff0;border:1px solid rgba(45,35,95,.14);border-radius:18px;box-shadow:0 24px 70px #0f172a3d;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%)}.ws-snap-dock--bottom .ws-snap-dock-menu{right:0;bottom:calc(100% + 14px)}.ws-snap-dock--left .ws-snap-dock-menu{left:calc(100% + 14px);bottom:0}.ws-snap-dock--right .ws-snap-dock-menu{right:calc(100% + 14px);bottom:0}.ws-snap-dock-menu-user{padding:8px 10px 10px;border-bottom:1px solid rgba(15,23,42,.08)}.ws-snap-dock-menu-user strong,.ws-snap-dock-menu-user span{display:block}.ws-snap-dock-menu-user strong{color:var(--ws-text-primary, #111a3a);font-size:13px}.ws-snap-dock-menu-user span{margin-top:2px;color:var(--ws-text-muted, #7b8aa5);font-size:11px;font-weight:750}.ws-snap-dock-menu-item{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 12px;color:var(--ws-text-primary, #111a3a);background:#ffffffb8;border:1px solid rgba(15,23,42,.08);border-radius:12px;font:inherit;font-size:13px;font-weight:820;cursor:pointer}.ws-snap-dock-menu-item:hover{background:#7c3aed1a;border-color:#7c3aed38}.ws-snap-dock-menu-item.is-danger{color:#b91c1c}.ws-rd-page-header{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,auto);gap:var(--ws-space-6, 24px);align-items:center;padding:var(--ws-space-5, 20px);color:var(--ws-text-primary, #111a3a);background:var(--ws-glass-panel-bg, rgba(255, 255, 255, .88));border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12));border-radius:var(--ws-radius-2xl, 28px);box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1));backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%)}.ws-rd-page-header__identity{display:flex;align-items:center;min-width:0;gap:var(--ws-space-4, 16px)}.ws-rd-page-header__copy{min-width:0}.ws-rd-page-header__logo{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border-radius:18px;color:var(--ws-text-inverse, #ffffff);font-weight:850;letter-spacing:-.04em;background:linear-gradient(145deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb));box-shadow:0 14px 30px #7c3aed38,inset 0 1px #ffffff59}.ws-rd-page-header__eyebrow{margin-bottom:3px;color:var(--ws-accent-primary, #7c3aed);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ws-rd-page-header h1{margin:0;color:var(--ws-text-primary, #111a3a);font-size:clamp(24px,3vw,36px);line-height:1.05;letter-spacing:-.045em}.ws-rd-page-header p{margin:7px 0 0;color:var(--ws-text-secondary, #51627f);font-size:14px;line-height:1.45}.ws-rd-page-header__tools{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:var(--ws-space-3, 12px)}.ws-rd-page-header__primary{display:inline-flex}.ws-rd-search{position:relative;display:inline-flex;align-items:center;width:min(360px,100%);min-width:min(280px,100%)}.ws-rd-search__icon{position:absolute;left:15px;z-index:1;color:var(--ws-text-muted, #7b8aa5);font-size:18px;pointer-events:none}.ws-rd-search__hint{position:absolute;right:10px;display:inline-grid;min-width:38px;height:24px;place-items:center;padding:0 8px;color:var(--ws-text-muted, #7b8aa5);background:#ffffffb8;border:1px solid var(--ws-soft-border, rgba(15, 23, 42, .09));border-radius:var(--ws-radius-pill, 999px);font-size:11px;font-weight:800;pointer-events:none}.ws-rd-search input{width:100%;min-height:44px;padding:0 58px 0 43px;color:var(--ws-text-primary, #111a3a);background:var(--ws-input-bg, rgba(255, 255, 255, .78));border:1px solid var(--ws-soft-border, rgba(15, 23, 42, .09));border-radius:var(--ws-radius-pill, 999px);box-shadow:inset 0 1px #ffffffa3,0 8px 22px #261f540f;outline:none;transition:border-color var(--ws-transition-base, .2s ease),box-shadow var(--ws-transition-base, .2s ease),background var(--ws-transition-base, .2s ease)}.ws-rd-search input:focus{background:var(--ws-input-bg-focus, rgba(255, 255, 255, .94));border-color:var(--ws-accent-border, rgba(124, 58, 237, .22));box-shadow:0 0 0 4px var(--ws-focus-ring, rgba(124, 58, 237, .24)),0 10px 24px #261f5414}.ws-rd-card{position:relative;overflow:hidden;padding:var(--ws-space-6, 24px);color:var(--ws-text-primary, #111a3a);background:var(--ws-glass-card-bg, rgba(255, 255, 255, .74));border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12));border-radius:var(--ws-radius-xl, 24px);box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1));backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.ws-rd-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--ws-rd-card-accent, transparent);opacity:.85}.ws-rd-card--compact{padding:var(--ws-space-4, 16px)}.ws-rd-card--elevated,.ws-rd-card--panel{background:var(--ws-glass-panel-bg, rgba(255, 255, 255, .88));border-radius:var(--ws-radius-2xl, 28px);box-shadow:var(--ws-shadow-strong, 0 28px 90px rgba(38, 31, 84, .17))}.ws-rd-card--flat{box-shadow:none}.ws-rd-metric-card{--ws-rd-card-accent: var(--ws-accent-primary, #7c3aed);min-height:150px}.ws-rd-metric-card__topline,.ws-rd-metric-card__body,.ws-rd-metric-card__footer{position:relative;z-index:1}.ws-rd-metric-card__topline{display:flex;justify-content:space-between;align-items:center;gap:var(--ws-space-3, 12px);color:var(--ws-text-muted, #7b8aa5);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.ws-rd-metric-card__dot{width:10px;height:10px;border-radius:var(--ws-radius-pill, 999px);background:var(--ws-rd-card-accent, var(--ws-accent-primary, #7c3aed));box-shadow:0 0 0 5px color-mix(in srgb,var(--ws-rd-card-accent, #7c3aed) 14%,transparent)}.ws-rd-metric-card__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:14px;color:var(--ws-rd-card-accent, var(--ws-accent-primary, #7c3aed));background:color-mix(in srgb,var(--ws-rd-card-accent, #7c3aed) 11%,white);border:1px solid color-mix(in srgb,var(--ws-rd-card-accent, #7c3aed) 18%,transparent);font-size:16px}.ws-rd-metric-card__body{display:flex;justify-content:space-between;align-items:end;gap:var(--ws-space-4, 16px);margin-top:var(--ws-space-6, 24px)}.ws-rd-metric-card strong{display:block;color:var(--ws-text-primary, #111a3a);font-size:clamp(28px,3vw,42px);line-height:1;letter-spacing:-.055em}.ws-rd-metric-card p,.ws-rd-metric-card__footer{margin:8px 0 0;color:var(--ws-text-secondary, #51627f);font-size:13px}.ws-rd-metric-card__sparkline{display:flex;align-items:end;justify-content:center;width:86px;height:42px;color:var(--ws-rd-card-accent, var(--ws-accent-primary, #7c3aed))}.ws-rd-metric-card__sparkline span{display:block;width:100%;height:100%;border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,currentColor 24%,transparent),transparent),linear-gradient(135deg,transparent 0 22%,currentColor 23% 27%,transparent 28% 42%,currentColor 43% 47%,transparent 48% 62%,currentColor 63% 67%,transparent 68%);opacity:.55}.ws-rd-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--ws-space-2, 8px);min-height:42px;padding:0 var(--ws-space-4, 16px);border-radius:var(--ws-radius-pill, 999px);font:inherit;font-weight:780;line-height:1;text-decoration:none;border:1px solid transparent;transition:transform var(--ws-transition-fast, .14s ease),border-color var(--ws-transition-base, .2s ease),background var(--ws-transition-base, .2s ease),box-shadow var(--ws-transition-base, .2s ease)}.ws-rd-button:hover{transform:translateY(-1px)}.ws-rd-button:focus-visible{outline:3px solid var(--ws-focus-ring, rgba(124, 58, 237, .24));outline-offset:2px}.ws-rd-button:disabled,.ws-rd-button[aria-disabled=true]{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.ws-rd-button--primary{color:var(--ws-text-inverse, #ffffff);background:linear-gradient(135deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb));border-color:#ffffff47;box-shadow:var(--ws-shadow-button, 0 12px 28px rgba(76, 29, 149, .16))}.ws-rd-button--soft{color:var(--ws-text-primary, #111a3a);background:#ffffffb8;border-color:var(--ws-soft-border, rgba(15, 23, 42, .09));box-shadow:0 8px 20px #261f540f}.ws-rd-button--icon{position:relative;width:42px;min-width:42px;padding:0;color:var(--ws-text-secondary, #51627f);background:#ffffffb8;border-color:var(--ws-soft-border, rgba(15, 23, 42, .09));box-shadow:0 8px 20px #261f540f}.ws-rd-notification__badge{position:absolute;top:5px;right:5px;display:grid;min-width:15px;height:15px;place-items:center;padding:0 4px;border-radius:var(--ws-radius-pill, 999px);color:#fff;background:linear-gradient(135deg,var(--ws-accent-conversion, #f97316),var(--ws-accent-conversion-strong, #ef4444));font-size:9px;font-weight:850;box-shadow:0 0 0 3px #ffffffeb}@media(max-width:980px){.ws-rd-page-header{grid-template-columns:1fr}.ws-rd-page-header__tools{justify-content:flex-start}.ws-rd-search{width:100%}}@media(max-width:620px){.ws-rd-page-header{padding:var(--ws-space-4, 16px)}.ws-rd-page-header__identity{align-items:flex-start}.ws-rd-page-header__logo{width:44px;height:44px;border-radius:16px}.ws-rd-page-header__tools{display:grid;grid-template-columns:1fr auto auto;width:100%}.ws-rd-page-header__primary{grid-column:1 / -1}}.ws-theme-v2{height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;background:linear-gradient(90deg,#020814fa 0 225px,#030c184d 225px),linear-gradient(#050f1f33,#050f1f61),url(/images/crm-office-bg.png) center center / cover no-repeat!important;color:#eef6ff!important}.ws-theme-v2,.ws-theme-v2 *{box-sizing:border-box!important}.ws-theme-v2 .ws-client-sidebar{width:225px!important;flex:0 0 225px!important;height:100vh!important;padding:28px 18px 18px!important;background:linear-gradient(180deg,#020814fa,#020b18f5)!important;border-right:1px solid rgba(160,195,255,.18)!important;box-shadow:20px 0 55px #00000061!important}.ws-theme-v2 .ws-brand{margin-bottom:52px!important}.ws-theme-v2 .ws-brand-mark{width:40px!important;height:40px!important;border-radius:13px!important;background:linear-gradient(180deg,#3385ff,#075ce8)!important;box-shadow:0 14px 30px #005bff57!important;color:#fff!important}.ws-theme-v2 .ws-brand-title{color:#fff!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.04em!important}.ws-theme-v2 .ws-brand-subtitle{color:#e2efffad!important;font-size:12px!important}.ws-theme-v2 .ws-crm-v2-nav{display:flex!important;flex-direction:column!important;gap:18px!important}.ws-theme-v2 .ws-sidebar-link{min-height:44px!important;padding:0 13px!important;border-radius:10px!important;background:transparent!important;border:1px solid transparent!important;color:#f8fbffe0!important;font-size:14px!important;font-weight:720!important}.ws-theme-v2 .ws-sidebar-link.is-active{background:linear-gradient(180deg,#0f57e570,#09348247)!important;border:1px solid rgba(66,153,255,.62)!important;box-shadow:inset 0 0 0 1px #93c5fd1a,0 0 26px #0070ff47!important;color:#fff!important}.ws-theme-v2 .ws-sidebar-icon{width:26px!important;height:26px!important;border-radius:8px!important;background:#2563eb2e!important;color:#dbeafe!important}.ws-theme-v2 .ws-sidebar-user{padding:14px!important;border-radius:18px!important;background:#031023d1!important;border:1px solid rgba(150,190,255,.16)!important}.ws-theme-v2 .ws-user-name{color:#fff!important;font-size:13px!important}.ws-theme-v2 .ws-user-role{color:#e2efffb3!important;font-size:12px!important}.ws-theme-v2 .ws-crm-main-panel{height:100vh!important;max-height:100vh!important;overflow:hidden!important;padding:30px 34px 24px!important;flex:1 1 auto!important;min-width:0!important}.ws-theme-v2 .ws-crm-hero{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;margin:0 0 24px!important;padding:0!important}.ws-theme-v2 .ws-crm-hero h1{color:#fff!important;font-size:30px!important;line-height:1.05!important;margin:0 0 8px!important;font-weight:850!important;letter-spacing:-.04em!important}.ws-theme-v2 .ws-crm-hero p{color:#e2efffc7!important;margin:0!important;font-size:14px!important}.ws-theme-v2 .ws-crm-hero-actions{display:flex!important;align-items:center!important;gap:14px!important;flex:0 0 auto!important}.ws-theme-v2 .ws-crm-header-search{width:390px!important;height:48px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 16px!important;border-radius:9px!important;background:#122138c7!important;border:1px solid rgba(191,219,254,.28)!important;box-shadow:inset 0 1px #ffffff14!important}.ws-theme-v2 .ws-crm-header-search .ws-search-input{height:100%!important;flex:1!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important}.ws-theme-v2 .ws-crm-refresh-button,.ws-theme-v2 .ws-glass-action-button{height:48px!important;padding:0 22px!important;border-radius:9px!important;border:1px solid rgba(191,219,254,.24)!important;background:linear-gradient(180deg,#3b82f6,#075ce8)!important;color:#fff!important;font-weight:850!important;box-shadow:0 14px 30px #2563eb47!important}.ws-theme-v2 .ws-crm-hero-actions .ws-selected-allocation-bar{height:48px!important;padding:0 10px!important;gap:8px!important;border-radius:10px!important;background:#eaf2ffeb!important;border:1px solid rgba(191,219,254,.45)!important;color:#10234d!important;display:flex!important;align-items:center!important}.ws-theme-v2 .ws-client-controls,.ws-theme-v2 .ws-crm-summary-strip,.ws-theme-v2 .ws-table-summary{display:none!important}.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 128px)!important;max-height:calc(100vh - 128px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:17px!important;background:#7a94b43d!important;border:1px solid rgba(210,230,255,.34)!important;box-shadow:inset 0 1px #ffffff2e,0 28px 78px #00000042!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.ws-theme-v2 .ws-crm-board-scroll{flex:1 1 auto!important;min-height:0!important;overflow-x:auto!important;overflow-y:hidden!important;padding:14px 14px 16px!important;background:#ffffff0a!important}.ws-theme-v2 .ws-crm-board{height:100%!important;min-height:0!important;display:flex!important;align-items:stretch!important;gap:10px!important;padding:0!important;overflow:visible!important;transform:none!important}.ws-theme-v2 .ws-crm-column{flex:0 0 250px!important;width:250px!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:13px!important;background:#e2ebf75e!important;border:1px solid rgba(230,241,255,.32)!important}.ws-theme-v2 .ws-crm-column-header{height:48px!important;min-height:48px!important;padding:0 14px!important;background:#eef5ffe0!important;border-bottom:1px solid rgba(255,255,255,.42)!important;color:#0d1f3f!important}.ws-theme-v2 .ws-crm-column-header *{color:#0d1f3f!important}.ws-theme-v2 .ws-crm-column-total{margin:8px auto 10px!important;padding:3px 14px!important;width:fit-content!important;border-radius:999px!important;background:#dbeafee0!important;color:#1456d9!important;font-size:12px!important;font-weight:900!important}.ws-theme-v2 .ws-crm-card-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 10px 10px!important}.ws-theme-v2 .ws-crm-lead-card{flex:0 0 auto!important;padding:14px!important;border-radius:12px!important;background:#fffffff5!important;border:1px solid rgba(236,244,255,.96)!important;box-shadow:0 12px 28px #060f201a!important;color:#10234d!important}.ws-theme-v2 .ws-crm-lead-card *{color:#10234d!important}.ws-theme-v2 .ws-crm-card-name{font-size:14px!important;font-weight:900!important;color:#071733!important}.ws-theme-v2 .ws-crm-card-email{color:#10234da8!important;font-size:11px!important}.ws-theme-v2 .ws-crm-card-grid{gap:8px!important;font-size:11px!important}.ws-theme-v2 .ws-crm-card-footer{margin-top:10px!important;padding-top:9px!important;border-top:1px solid rgba(15,35,71,.08)!important}.ws-theme-v2 .ws-crm-empty-column{min-height:88px!important;background:#ffffff75!important;border:1px dashed rgba(30,55,95,.16)!important;color:#142a508f!important}.ws-theme-v2 .ws-crm-board-scroll::-webkit-scrollbar,.ws-theme-v2 .ws-crm-card-list::-webkit-scrollbar{width:8px;height:8px}.ws-theme-v2 .ws-crm-board-scroll::-webkit-scrollbar-thumb,.ws-theme-v2 .ws-crm-card-list::-webkit-scrollbar-thumb{background:#bfdbfe9e;border-radius:999px}.ws-theme-v2 .ws-crm-board-scroll,.ws-theme-v2 .ws-crm-board-scroll *,.ws-theme-v2 .ws-crm-board,.ws-theme-v2 .ws-crm-board *,.ws-theme-v2 .ws-crm-column,.ws-theme-v2 .ws-crm-column *,.ws-theme-v2 .ws-crm-card-list,.ws-theme-v2 .ws-crm-card-list *,.ws-theme-v2 .ws-crm-lead-card,.ws-theme-v2 .ws-crm-lead-card *{transform:none!important;rotate:none!important;scale:1!important;direction:ltr!important;writing-mode:horizontal-tb!important}.ws-theme-v2 .ws-crm-board{display:flex!important;flex-direction:row!important;align-items:stretch!important}.ws-theme-v2 .ws-crm-column,.ws-theme-v2 .ws-crm-card-list{display:flex!important;flex-direction:column!important}.ws-theme-v2.ws-crm-page{min-height:100vh!important}.ws-theme-v2 .ws-client-sidebar{width:206px!important;flex:0 0 206px!important;padding:18px 16px 14px!important}.ws-theme-v2 .ws-brand{margin-bottom:22px!important}.ws-theme-v2 .ws-brand-mark{width:40px!important;height:40px!important;font-size:20px!important}.ws-theme-v2 .ws-brand-title{font-size:19px!important}.ws-theme-v2 .ws-brand-subtitle{font-size:12px!important}.ws-theme-v2 .ws-client-main,.ws-theme-v2 .ws-crm-main-panel{padding:24px 22px 18px!important}.ws-theme-v2 .ws-crm-hero{margin:0 0 16px!important;padding:0!important;align-items:flex-start!important}.ws-theme-v2 .ws-crm-hero h1{font-size:26px!important;line-height:1.08!important;margin:0 0 5px!important}.ws-theme-v2 .ws-crm-hero p{font-size:13px!important;margin:0!important;opacity:.92!important}.ws-theme-v2 .ws-crm-hero-actions{gap:12px!important}.ws-theme-v2 .ws-crm-header-search{width:360px!important;height:44px!important;border-radius:10px!important}.ws-theme-v2 .ws-crm-refresh-button,.ws-theme-v2 .ws-glass-action-button{height:44px!important;padding:0 18px!important;font-size:14px!important}.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 110px)!important;max-height:calc(100vh - 110px)!important;padding:10px 10px 12px!important;border-radius:20px!important}.ws-theme-v2 .ws-crm-board-scroll{padding:10px 10px 8px!important}.ws-theme-v2 .ws-crm-board{gap:10px!important;align-items:stretch!important}.ws-theme-v2 .ws-crm-column{flex:0 0 238px!important;width:238px!important;min-width:238px!important;max-width:238px!important;border-radius:16px!important}.ws-theme-v2 .ws-crm-column-header{height:42px!important;min-height:42px!important;padding:0 12px!important;font-size:13px!important;font-weight:800!important}.ws-theme-v2 .ws-crm-column-total{margin:7px auto 8px!important;padding:3px 12px!important;border-radius:999px!important;font-size:11px!important}.ws-theme-v2 .ws-crm-card-list{gap:8px!important;padding:0 8px 8px!important}.ws-theme-v2 .ws-crm-lead-card{border-radius:13px!important;padding:12px 12px 10px!important}.ws-theme-v2 .ws-crm-card-top{margin-bottom:8px!important}.ws-theme-v2 .ws-crm-card-name{font-size:13px!important;line-height:1.2!important}.ws-theme-v2 .ws-crm-card-email{font-size:10.5px!important}.ws-theme-v2 .ws-crm-card-grid{gap:6px 10px!important;font-size:10.5px!important}.ws-theme-v2 .ws-crm-card-footer{margin-top:8px!important;padding-top:8px!important;font-size:10.5px!important}.ws-theme-v2 .ws-sidebar-nav{gap:10px!important}.ws-theme-v2 .ws-sidebar-link{min-height:42px!important;padding:0 12px!important;border-radius:13px!important;font-size:13px!important}.ws-theme-v2 .ws-sidebar-icon{width:24px!important;height:24px!important;font-size:11px!important}.ws-theme-v2 .ws-sidebar-user{padding:12px!important;border-radius:16px!important}.ws-theme-v2 .ws-logout-button{height:38px!important;font-size:13px!important}.ws-theme-v2 .ws-client-sidebar{width:218px!important;flex:0 0 218px!important;padding:26px 16px 18px!important}.ws-theme-v2 .ws-brand{gap:12px!important;margin-bottom:58px!important}.ws-theme-v2 .ws-brand-mark{width:38px!important;height:38px!important;border-radius:12px!important;font-size:18px!important}.ws-theme-v2 .ws-brand-title{font-size:21px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.055em!important}.ws-theme-v2 .ws-brand-subtitle{margin-top:3px!important;font-size:11.5px!important}.ws-theme-v2 .ws-client-main,.ws-theme-v2 .ws-crm-main-panel{padding:28px 30px 22px!important}.ws-theme-v2 .ws-crm-v2-nav{gap:18px!important}.ws-theme-v2 .ws-sidebar-link{min-height:46px!important;padding:0 13px!important;border-radius:11px!important;font-size:14px!important;font-weight:760!important;color:#f8fbffe6!important}.ws-theme-v2 .ws-sidebar-link.is-active{background:linear-gradient(180deg,#1060ff6e,#0c398e4d)!important;border-color:#439affb8!important;box-shadow:inset 0 0 0 1px #c8e1ff1c,0 0 30px #0070ff4d!important}.ws-theme-v2 .ws-sidebar-icon{width:25px!important;height:25px!important;border-radius:8px!important;font-size:11px!important}.ws-theme-v2 .ws-sidebar-user{padding:13px!important;border-radius:18px!important}.ws-theme-v2 .ws-logout-button{height:38px!important;border-radius:12px!important}.ws-theme-v2 .ws-crm-hero{margin:0 0 24px!important;align-items:flex-start!important}.ws-theme-v2 .ws-crm-hero h1{font-size:29px!important;line-height:1.02!important;margin:0 0 8px!important;font-weight:850!important;letter-spacing:-.045em!important}.ws-theme-v2 .ws-crm-hero p{font-size:14px!important;color:#ecf6ffd1!important}.ws-theme-v2 .ws-crm-hero-actions{gap:16px!important}.ws-theme-v2 .ws-crm-header-search{width:390px!important;height:48px!important;border-radius:9px!important;background:#122138c4!important;border:1px solid rgba(204,225,255,.26)!important}.ws-theme-v2 .ws-crm-refresh-button,.ws-theme-v2 .ws-glass-action-button{height:48px!important;padding:0 22px!important;border-radius:9px!important;font-size:14px!important}.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 126px)!important;max-height:calc(100vh - 126px)!important;border-radius:17px!important;padding:12px 12px 14px!important;background:#718bac2e!important;border:1px solid rgba(220,236,255,.34)!important;box-shadow:inset 0 1px #ffffff38,0 28px 78px #0000004d!important;-webkit-backdrop-filter:blur(22px) saturate(115%)!important;backdrop-filter:blur(22px) saturate(115%)!important}.ws-theme-v2 .ws-crm-board-scroll{padding:0 0 12px!important;background:transparent!important}.ws-theme-v2 .ws-crm-board{gap:10px!important;height:100%!important;align-items:stretch!important}.ws-theme-v2 .ws-crm-column{flex:0 0 228px!important;width:228px!important;min-width:228px!important;max-width:228px!important;border-radius:14px!important;background:linear-gradient(180deg,#e8f0fa63,#e2ebf74d)!important;border:1px solid rgba(236,245,255,.36)!important;box-shadow:inset 0 1px #ffffff47!important}.ws-theme-v2 .ws-crm-column-header{height:46px!important;min-height:46px!important;padding:0 14px!important;background:#f4f9ffe6!important;border-bottom:1px solid rgba(255,255,255,.5)!important;font-size:14px!important;font-weight:820!important;color:#0b1d3a!important}.ws-theme-v2 .ws-crm-column-header *{color:#0b1d3a!important}.ws-theme-v2 .ws-crm-column-total{margin:8px auto 10px!important;padding:3px 13px!important;font-size:11px!important;font-weight:900!important}.ws-theme-v2 .ws-crm-card-list{padding:0 9px 10px!important;gap:9px!important}.ws-theme-v2 .ws-crm-lead-card{padding:13px!important;border-radius:13px!important;background:#fffffff6!important;border:1px solid rgba(245,249,255,.98)!important;box-shadow:inset 0 1px #fffffff2,0 12px 26px #0510231c!important}.ws-theme-v2 .ws-crm-card-name{font-size:13.5px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-.015em!important}.ws-theme-v2 .ws-crm-card-email{font-size:10.5px!important;line-height:1.2!important;color:#10234d9e!important}.ws-theme-v2 .ws-crm-card-grid{gap:7px 10px!important;font-size:10.8px!important}.ws-theme-v2 .ws-crm-card-grid strong{font-weight:820!important}.ws-theme-v2 .ws-crm-card-footer{margin-top:9px!important;padding-top:8px!important;border-top:1px solid rgba(15,35,71,.08)!important;font-size:10.8px!important}.ws-theme-v2 .ws-crm-card-footer span,.ws-theme-v2 .ws-crm-card-footer button{border-radius:8px!important;font-weight:760!important}.ws-theme-v2 .ws-crm-empty-column{min-height:80px!important;margin-top:8px!important;border-radius:12px!important;background:#ffffff6e!important;border:1px dashed rgba(30,55,95,.16)!important}.ws-theme-v2 .ws-crm-board-scroll::-webkit-scrollbar{height:8px!important}.ws-theme-v2 .ws-crm-card-list::-webkit-scrollbar{width:7px!important}.ws-theme-v2 .ws-crm-v2-tabs{height:42px!important;display:flex!important;align-items:flex-end!important;gap:28px!important;margin:-4px 0 12px!important;border-bottom:1px solid rgba(226,239,255,.18)!important}.ws-theme-v2 .ws-crm-v2-tabs button{height:42px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#ebf5ffc7!important;font-size:15px!important;font-weight:600!important}.ws-theme-v2 .ws-crm-v2-tabs button.is-active{color:#60a5fa!important;border-bottom:2px solid #1d7dff!important}.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 168px)!important;max-height:calc(100vh - 168px)!important;padding:10px 10px 14px!important;border-radius:17px!important;background:#4a65884d!important;border:1px solid rgba(221,236,255,.31)!important;box-shadow:inset 0 1px #ffffff2e,0 28px 78px #0000004d!important;-webkit-backdrop-filter:blur(18px) saturate(116%)!important;backdrop-filter:blur(18px) saturate(116%)!important}.ws-theme-v2 .ws-crm-board-scroll{padding:0 0 12px!important}.ws-theme-v2 .ws-crm-board{gap:12px!important}.ws-theme-v2 .ws-crm-column{flex:0 0 245px!important;width:245px!important;min-width:245px!important;max-width:245px!important;border-radius:12px!important;background:#96a9c061!important;border:1px solid rgba(229,241,255,.3)!important;box-shadow:inset 0 1px #ffffff29!important}.ws-theme-v2 .ws-crm-column-header{height:46px!important;min-height:46px!important;padding:0 14px!important;background:#182c4861!important;border-bottom:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:15px!important;font-weight:650!important}.ws-theme-v2 .ws-crm-column-header *{color:#fff!important}.ws-theme-v2 .ws-crm-column-header strong{min-width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#e2efff2e!important;color:#fff!important;font-size:13px!important;font-weight:750!important}.ws-theme-v2 .ws-crm-column-total{display:none!important}.ws-theme-v2 .ws-crm-card-list{gap:10px!important;padding:9px 9px 10px!important}.ws-theme-v2 .ws-crm-lead-card{padding:13px 13px 12px!important;border-radius:12px!important;background:#fffffff0!important;border:1px solid rgba(242,247,255,.94)!important;box-shadow:0 12px 26px #0812231f!important}.ws-theme-v2 .ws-crm-card-top{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:13px!important}.ws-theme-v2 .ws-crm-card-person{min-width:0!important}.ws-theme-v2 .ws-crm-card-name{font-size:14px!important;font-weight:800!important;letter-spacing:-.025em!important;color:#071733!important}.ws-theme-v2 .ws-crm-card-phone{font-size:12px!important;color:#244063!important}.ws-theme-v2 .ws-crm-card-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:12px!important}.ws-theme-v2 .ws-crm-card-metrics span,.ws-theme-v2 .ws-crm-card-fund span{display:block!important;margin-bottom:3px!important;color:#10234d94!important;font-size:10.5px!important;font-weight:500!important}.ws-theme-v2 .ws-crm-card-metrics strong,.ws-theme-v2 .ws-crm-card-fund strong{color:#071733!important;font-size:13px!important;font-weight:700!important}.ws-theme-v2 .ws-crm-card-fund{margin-bottom:8px!important}.ws-theme-v2 .ws-crm-card-email{margin-bottom:12px!important;color:#244063!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ws-theme-v2 .ws-crm-card-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:0!important;padding-top:0!important;border-top:0!important}.ws-theme-v2 .ws-crm-stage-tag{display:inline-flex!important;align-items:center!important;height:26px!important;padding:0 10px!important;border-radius:8px!important;background:#dbeafee0!important;color:#0b63f6!important;font-size:12px!important;font-weight:650!important}.ws-theme-v2 .ws-crm-card-date{color:#244063!important;font-size:12px!important;font-weight:500!important}.ws-theme-v2 .ws-crm-hero h1{font-size:30px!important;font-weight:650!important;letter-spacing:-.035em!important;line-height:1.05!important}.ws-theme-v2 .ws-brand-title{font-size:22px!important;font-weight:750!important;letter-spacing:-.045em!important}.ws-theme-v2 .ws-sidebar-link{font-size:15px!important;font-weight:580!important}.ws-client-page.ws-crm-page.ws-theme-v2,.ws-client-page.ws-crm-page.ws-theme-v2 *{font-family:Inter,SF Pro Display,Segoe UI,Arial,sans-serif!important;text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-client-sidebar{width:206px!important;flex:0 0 206px!important;padding:26px 16px 18px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-client-main,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-main-panel{padding:28px 28px 20px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-brand{margin-bottom:54px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-brand-title{font-size:21px!important;font-weight:800!important;letter-spacing:-.045em!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-sidebar-link{min-height:44px!important;font-size:14px!important;font-weight:520!important;color:#f6faffe0!important;opacity:1!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-sidebar-link.is-active{background:linear-gradient(180deg,#0f5eff6b,#08307e57)!important;border:1px solid rgba(74,155,255,.72)!important;box-shadow:inset 0 0 0 1px #d2e6ff1a,0 0 28px #0070ff47!important;color:#fff!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero{margin:0 0 18px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero h1{font-size:28px!important;font-weight:750!important;letter-spacing:-.035em!important;line-height:1.05!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero p{font-size:13px!important;font-weight:400!important;color:#ebf5ffd6!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-header-search{width:380px!important;height:46px!important;background:#13233bad!important;border:1px solid rgba(218,234,255,.27)!important;border-radius:9px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-refresh-button{height:46px!important;padding:0 21px!important;font-size:14px!important;font-weight:750!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs{height:42px!important;display:flex!important;align-items:flex-end!important;margin:0 0 12px!important;border-bottom:1px solid rgba(226,239,255,.18)!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs button{height:42px!important;padding:0!important;border:0!important;background:transparent!important;color:#63a4ff!important;font-size:15px!important;font-weight:520!important;border-bottom:2px solid #1d7dff!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 172px)!important;max-height:calc(100vh - 172px)!important;padding:10px 10px 13px!important;border-radius:17px!important;background:#4862843d!important;border:1px solid rgba(225,239,255,.3)!important;box-shadow:inset 0 1px #fff3,0 26px 72px #0000004d!important;-webkit-backdrop-filter:blur(22px) saturate(118%)!important;backdrop-filter:blur(22px) saturate(118%)!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-scroll{padding:0 0 11px!important;background:transparent!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column{flex:0 0 226px!important;width:226px!important;min-width:226px!important;max-width:226px!important;border-radius:13px!important;background:linear-gradient(180deg,#879ebb5c,#7e95b247)!important;border:1px solid rgba(235,245,255,.3)!important;box-shadow:inset 0 1px #ffffff2b!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column-header{height:44px!important;min-height:44px!important;padding:0 13px!important;background:#1c32515c!important;border-bottom:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:14px!important;font-weight:560!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column-header *{color:#fff!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column-header strong{min-width:27px!important;height:27px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#e2efff2e!important;color:#fff!important;font-size:12px!important;font-weight:650!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column-total{display:none!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-list{padding:9px 9px 10px!important;gap:9px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-lead-card{padding:12px!important;border-radius:12px!important;background:#fffffff4!important;border:1px solid rgba(246,250,255,.96)!important;box-shadow:0 11px 24px #0812231d!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-name{font-size:13px!important;line-height:1.15!important;font-weight:720!important;letter-spacing:-.018em!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-phone,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-email{font-size:11.5px!important;font-weight:400!important;color:#244063!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-metrics{gap:9px!important;margin-bottom:10px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-metrics span,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-fund span{color:#10234d8f!important;font-size:10px!important;font-weight:420!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-metrics strong,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-fund strong{color:#071733!important;font-size:12px!important;font-weight:620!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-fund{margin-bottom:7px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-footer{margin-top:0!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-stage-tag{height:25px!important;padding:0 9px!important;border-radius:8px!important;font-size:11.5px!important;font-weight:560!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-date{font-size:11.5px!important;font-weight:450!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-scroll::-webkit-scrollbar{height:6px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-list::-webkit-scrollbar{width:6px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs{display:flex!important;visibility:visible!important;height:48px!important;min-height:48px!important;align-items:flex-end!important;gap:32px!important;margin:0 0 18px!important;padding:0!important;border-bottom:1px solid rgba(226,239,255,.2)!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs button{display:inline-flex!important;align-items:center!important;height:48px!important;padding:0 0 12px!important;background:transparent!important;border:0!important;border-bottom:2px solid #1d7dff!important;color:#60a5fa!important;font-size:15px!important;font-weight:520!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 208px)!important;max-height:calc(100vh - 208px)!important;margin-top:0!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-scroll{padding:10px 10px 12px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board{gap:10px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column{flex:0 0 218px!important;width:218px!important;min-width:218px!important;max-width:218px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-lead-card{padding:11px!important;border-radius:11px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-top{margin-bottom:10px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-metrics{margin-bottom:8px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-email{margin-bottom:9px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs{display:flex!important;visibility:visible!important;opacity:1!important;height:46px!important;min-height:46px!important;align-items:flex-end!important;gap:34px!important;margin:0 0 16px!important;padding:0!important;border-bottom:1px solid rgba(226,239,255,.18)!important;position:relative!important;z-index:5!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-v2-tabs button{display:inline-flex!important;align-items:center!important;height:46px!important;padding:0 0 11px!important;border:0!important;border-bottom:2px solid #1d7dff!important;background:transparent!important;color:#60a5fa!important;font-size:15px!important;font-weight:500!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-board-card{height:calc(100vh - 210px)!important;max-height:calc(100vh - 210px)!important}.ws-client-page.ws-crm-page.ws-theme-v2{font-family:Inter,SF Pro Text,Segoe UI,Arial,sans-serif!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero h1{font-size:29px!important;font-weight:650!important;letter-spacing:-.03em!important;line-height:1.05!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-brand-title{font-size:21px!important;font-weight:720!important;letter-spacing:-.04em!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-sidebar-link{font-size:14px!important;font-weight:520!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-column-header{font-size:14px!important;font-weight:560!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-name{font-size:13px!important;font-weight:650!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-metrics strong,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-card-fund strong{font-weight:560!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero-actions .ws-selected-allocation-bar{height:46px!important;min-height:46px!important;width:auto!important;max-width:560px!important;padding:0 8px 0 12px!important;gap:8px!important;border-radius:12px!important;background:#122138d1!important;border:1px solid rgba(218,234,255,.26)!important;box-shadow:inset 0 1px #ffffff14,0 14px 34px #0003!important;-webkit-backdrop-filter:blur(16px) saturate(120%)!important;backdrop-filter:blur(16px) saturate(120%)!important;display:flex!important;align-items:center!important;white-space:nowrap!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar>div{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#ebf5ffdb!important;font-size:13px!important;font-weight:500!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar strong{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#2563ebf2!important;color:#fff!important;font-size:12px!important;font-weight:800!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar select{height:34px!important;width:138px!important;min-width:138px!important;padding:0 30px 0 10px!important;border-radius:9px!important;background:#fffffff0!important;border:1px solid rgba(218,234,255,.6)!important;color:#10234d!important;font-size:12px!important;font-weight:600!important;box-shadow:none!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-new-client-button{height:34px!important;padding:0 13px!important;border-radius:9px!important;background:linear-gradient(180deg,#3b82f6,#075ce8)!important;border:1px solid rgba(147,197,253,.4)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;box-shadow:0 10px 22px #2563eb3d!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-glass-action-button{height:34px!important;padding:0 12px!important;border-radius:9px!important;background:#ffffff1f!important;border:1px solid rgba(218,234,255,.24)!important;color:#f5faffeb!important;font-size:12px!important;font-weight:700!important;box-shadow:none!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-header-search,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero-actions .ws-selected-allocation-bar,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-refresh-button{height:42px!important;min-height:42px!important;margin:0!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero-actions .ws-selected-allocation-bar{max-width:430px!important;padding:0 7px 0 9px!important;gap:6px!important;border-radius:10px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar>div{gap:5px!important;font-size:12px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar strong{width:22px!important;height:22px!important;font-size:11px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar select{height:30px!important;width:118px!important;min-width:118px!important;padding:0 24px 0 9px!important;border-radius:8px!important;font-size:11.5px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-new-client-button,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-glass-action-button{height:30px!important;min-height:30px!important;padding:0 10px!important;border-radius:8px!important;font-size:11.5px!important;line-height:1!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-refresh-button{width:42px!important;min-width:42px!important;max-width:42px!important;padding:0!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;font-weight:700!important;line-height:1!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar select{width:96px!important;min-width:96px!important;max-width:96px!important;height:28px!important;min-height:28px!important;padding:0 20px 0 8px!important;border-radius:7px!important;font-size:11px!important;font-weight:600!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-new-client-button,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-selected-allocation-bar .ws-glass-action-button{height:28px!important;min-height:28px!important;padding:0 9px!important;border-radius:7px!important;font-size:11px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-hero-actions .ws-selected-allocation-bar{height:38px!important;min-height:38px!important;padding:0 6px 0 8px!important;gap:5px!important}.ws-client-page.ws-crm-page.ws-theme-v2{background:linear-gradient(90deg,#020814fa 0 196px,#030c184d 196px),linear-gradient(#050f1f33,#050f1f61),url(/images/crm-office-bg.png) center center / cover no-repeat!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-client-sidebar{width:196px!important;flex:0 0 196px!important;margin-right:0!important;border-right:1px solid rgba(160,195,255,.1)!important;box-shadow:16px 0 42px #00000042!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-client-main,.ws-client-page.ws-crm-page.ws-theme-v2 .ws-crm-main-panel{margin-left:0!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-brand-title{font-size:19px!important;letter-spacing:-.045em!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-brand-subtitle{font-size:11px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-sidebar-link{min-height:42px!important;padding:0 11px!important;gap:10px!important;font-size:13px!important}.ws-client-page.ws-crm-page.ws-theme-v2 .ws-sidebar-icon{width:24px!important;height:24px!important;min-width:24px!important}.ws-client-select-page{height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;background:linear-gradient(90deg,#020814fa 0 196px,#030c184d 196px),linear-gradient(#050f1f2e,#050f1f57),url(/images/crm-office-bg.png) center center / cover no-repeat!important}.ws-client-select-main{height:100vh!important;overflow:hidden!important;padding:30px 32px 24px!important}.ws-client-select-hero{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:24px!important;margin-bottom:26px!important}.ws-client-select-hero h1{margin:0 0 8px!important;color:#fff!important;font-size:28px!important;font-weight:650!important;letter-spacing:-.035em!important}.ws-client-select-hero p{margin:0!important;color:#ebf5ffd1!important;font-size:13px!important}.ws-client-select-actions{display:flex!important;align-items:center!important;gap:14px!important}.ws-client-select-search{width:360px!important;height:46px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 15px!important;border-radius:9px!important;background:#122138bd!important;border:1px solid rgba(218,234,255,.27)!important}.ws-client-select-search span{color:#ebf5ffc7!important}.ws-client-select-search input{width:100%!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important}.ws-client-select-new{height:46px!important;padding:0 20px!important;border-radius:9px!important;border:1px solid rgba(147,197,253,.35)!important;background:linear-gradient(180deg,#3b82f6,#075ce8)!important;color:#fff!important;font-weight:750!important}.ws-client-select-intro{margin-bottom:18px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(226,239,255,.18)!important}.ws-client-select-intro h2{margin:0 0 8px!important;color:#fff!important;font-size:18px!important;font-weight:650!important}.ws-client-select-intro p{margin:0!important;color:#ebf5ffd1!important;font-size:14px!important}.ws-client-select-tabs{display:flex!important;gap:12px!important;margin:0 0 16px!important}.ws-client-select-tabs button{height:38px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0 14px!important;border-radius:999px!important;background:#1221387a!important;border:1px solid rgba(218,234,255,.2)!important;color:#ebf5ffdb!important;font-size:13px!important;font-weight:560!important}.ws-client-select-tabs button.is-active{background:linear-gradient(180deg,#3b82f6,#075ce8)!important;border-color:#93c5fd61!important;color:#fff!important}.ws-client-select-tabs strong{min-width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ffffff2e!important;font-size:11px!important}.ws-client-select-table-card{height:calc(100vh - 250px)!important;overflow:hidden!important;border-radius:15px!important;background:#ffffffe6!important;border:1px solid rgba(235,245,255,.72)!important;box-shadow:0 28px 76px #0000003d!important;-webkit-backdrop-filter:blur(18px) saturate(116%)!important;backdrop-filter:blur(18px) saturate(116%)!important}.ws-client-select-table-head{display:grid!important;grid-template-columns:1.45fr .9fr 1.45fr 1fr 1.1fr 1.1fr 1.3fr .7fr!important;gap:14px!important;padding:15px 18px!important;background:#f7faffc7!important;border-bottom:1px solid rgba(15,35,71,.09)!important;color:#10234d!important;font-size:12px!important;font-weight:720!important}.ws-client-select-table-body{height:calc(100% - 100px)!important;overflow:auto!important}.ws-client-select-row{display:grid!important;grid-template-columns:1.45fr .9fr 1.45fr 1fr 1.1fr 1.1fr 1.3fr .7fr!important;gap:14px!important;align-items:center!important;min-height:58px!important;padding:10px 18px!important;border-bottom:1px solid rgba(15,35,71,.08)!important;color:#10234d!important;font-size:13px!important;cursor:pointer!important}.ws-client-select-row:hover{background:#dbeafe57!important}.ws-client-select-name-cell{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.ws-client-select-name-cell strong{display:block!important;color:#071733!important;font-weight:700!important}.ws-client-select-name-cell span,.ws-client-select-presentation span{display:block!important;color:#10234d8f!important;font-size:11px!important}.ws-client-select-presentation strong{display:block!important;color:#10234d!important;font-weight:650!important;font-size:13px!important}.ws-client-select-status{width:100%!important;height:34px!important;border-radius:9px!important;border:1px solid rgba(147,197,253,.52)!important;background:#dbeafe9e!important;color:#0b63f6!important;font-size:12px!important;font-weight:650!important;padding:0 10px!important}.ws-client-select-button{height:34px!important;padding:0 13px!important;border-radius:8px!important;border:1px solid rgba(147,197,253,.52)!important;background:#ffffffb3!important;color:#0b63f6!important;font-size:12px!important;font-weight:700!important}.ws-client-select-footer{height:46px!important;display:flex!important;align-items:center!important;padding:0 18px!important;color:#10234db3!important;font-size:13px!important}.ws-client-page.ws-client-select-page.ws-theme-v2{background:linear-gradient(90deg,#020814fa 0 196px,#030c184d 196px),linear-gradient(#050f1f2e,#050f1f57),url(/images/crm-office-bg.png) center center / cover no-repeat!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-sidebar{width:196px!important;flex:0 0 196px!important;height:100vh!important;padding:26px 16px 18px!important;margin-right:0!important;background:linear-gradient(180deg,#020814fa,#020b18f5)!important;border-right:1px solid rgba(160,195,255,.1)!important;box-shadow:16px 0 42px #00000042!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-brand{gap:12px!important;margin-bottom:54px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-brand-mark{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;background:linear-gradient(180deg,#3385ff,#075ce8)!important;color:#fff!important;font-size:18px!important;font-weight:800!important;box-shadow:0 14px 30px #005bff57!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-brand-title{color:#fff!important;font-size:19px!important;font-weight:720!important;letter-spacing:-.045em!important;line-height:1.05!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-brand-subtitle{color:#e2efffad!important;font-size:11px!important;margin-top:3px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-sidebar-nav{gap:18px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-sidebar-link{min-height:42px!important;padding:0 11px!important;gap:10px!important;border-radius:13px!important;background:transparent!important;border:1px solid transparent!important;color:#f6faffe0!important;opacity:1!important;font-size:13px!important;font-weight:520!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-sidebar-link.is-active{background:linear-gradient(180deg,#0f5eff6b,#08307e57)!important;border:1px solid rgba(74,155,255,.72)!important;box-shadow:inset 0 0 0 1px #d2e6ff1a,0 0 28px #0070ff47!important;color:#fff!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-sidebar-icon{width:24px!important;height:24px!important;min-width:24px!important;border-radius:8px!important;background:#2563eb2e!important;color:#dbeafe!important;font-size:11px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-sidebar-user{padding:13px!important;border-radius:18px!important;background:#031023d1!important;border:1px solid rgba(150,190,255,.16)!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-user-name{color:#fff!important;font-size:13px!important;font-weight:650!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-user-role{color:#e2efffb3!important;font-size:12px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-logout-button{height:38px!important;border-radius:12px!important;background:#ffffff29!important;color:#ebf5ffeb!important;font-size:13px!important;font-weight:650!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-search{width:390px!important;height:42px!important;min-height:42px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 14px!important;border-radius:9px!important;background:#122138bd!important;border:1px solid rgba(218,234,255,.27)!important;box-shadow:inset 0 1px #ffffff14,0 14px 34px #00000029!important;-webkit-backdrop-filter:blur(16px) saturate(120%)!important;backdrop-filter:blur(16px) saturate(120%)!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-search span{width:18px!important;min-width:18px!important;color:#ebf5ffc2!important;font-size:14px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-search input{width:100%!important;height:100%!important;padding:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#fff!important;font-size:13px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-search input::placeholder{color:#e2efffad!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-new{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(147,197,253,.35)!important;background:linear-gradient(180deg,#3b82f6,#075ce8)!important;color:#fff!important;font-size:24px!important;font-weight:500!important;line-height:1!important;box-shadow:0 14px 30px #2563eb47!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-hero h1{font-size:27px!important;font-weight:560!important;letter-spacing:-.025em!important;line-height:1.08!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs{height:48px!important;display:flex!important;align-items:flex-end!important;gap:30px!important;margin:0 0 16px!important;padding:0!important;border-bottom:1px solid rgba(226,239,255,.2)!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button{height:48px!important;padding:0 0 12px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ebf5ffbd!important;font-size:13px!important;font-weight:500!important;position:relative!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button.is-active{color:#60a5fa!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button.is-active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;height:2px!important;border-radius:999px!important;background:#1d7dff!important;box-shadow:0 0 16px #1d7dff6b!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button:hover{color:#fff!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs strong{min-width:auto!important;height:auto!important;padding:0!important;margin-left:6px!important;border-radius:0!important;background:transparent!important;color:#ebf5ff8a!important;font-size:11px!important;font-weight:500!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button.is-active strong{color:#60a5fad6!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs{gap:26px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button{min-width:112px!important;justify-content:flex-start!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button:first-child{min-width:88px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button:nth-child(4){min-width:124px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-tabs button.is-active:after{left:0!important;right:auto!important;width:100%!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-main{padding-bottom:34px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-card{height:calc(100vh - 286px)!important;max-height:calc(100vh - 286px)!important;margin-bottom:24px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-card{border-radius:17px!important;background:#ffffffe0!important;border:1px solid rgba(225,239,255,.42)!important;box-shadow:inset 0 1px #fff6,0 28px 76px #00000047!important;-webkit-backdrop-filter:blur(22px) saturate(118%)!important;backdrop-filter:blur(22px) saturate(118%)!important;overflow:hidden!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-head{border-top-left-radius:17px!important;border-top-right-radius:17px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-footer{border-top:1px solid rgba(15,35,71,.08)!important;background:#ffffff57!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body{height:calc(100% - 96px)!important;overflow-y:auto!important;overflow-x:hidden!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body::-webkit-scrollbar{width:7px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body::-webkit-scrollbar-thumb{background:#0f234742!important;border-radius:999px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body::-webkit-scrollbar-track{background:#ffffff3d!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-footer{height:24px!important;min-height:24px!important;padding:0 18px!important;font-size:12px!important;line-height:24px!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body{height:calc(100% - 72px)!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-card{background:#fffffff0!important;border-color:#ebf5ffc7!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-head{background:#f8fbffeb!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-row{background:#ffffff2e!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-footer{background:#ffffff9e!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-main{flex:1 1 auto!important;width:calc(100vw - 196px)!important;max-width:calc(100vw - 196px)!important;min-width:0!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-card{width:100%!important;min-width:100%!important;max-width:100%!important;box-sizing:border-box!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-head,.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-row{width:100%!important;min-width:100%!important;box-sizing:border-box!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-table-body{min-height:calc(100% - 72px)!important}.ws-client-page.ws-client-select-page.ws-theme-v2 .ws-client-select-empty{width:100%!important}.ws-ff-v2-page{height:100vh!important;overflow:hidden!important;display:flex!important;background:linear-gradient(90deg,#020814fa 0 230px,#030c182e 230px),linear-gradient(#050f1f29,#050f1f47),url(/images/crm-office-bg.png) center center / cover no-repeat!important;color:#071733!important}.ws-ff-v2-sidebar{width:230px!important;flex:0 0 230px!important;height:100vh!important;padding:28px 18px 18px!important;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,#020814fa,#020b18f5)!important;border-right:1px solid rgba(160,195,255,.1)!important;box-shadow:16px 0 42px #00000042!important}.ws-ff-v2-brand{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:24px!important}.ws-ff-v2-brand-mark{width:38px!important;height:38px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#3385ff,#075ce8)!important;color:#fff!important;font-weight:800!important}.ws-ff-v2-brand-title{color:#fff!important;font-size:19px!important;font-weight:720!important;letter-spacing:-.04em!important}.ws-ff-v2-brand-subtitle{color:#e2efffad!important;font-size:11px!important}.ws-ff-v2-topnav,.ws-ff-v2-section-nav{display:grid!important;gap:10px!important}.ws-ff-v2-topnav{margin-bottom:28px!important}.ws-ff-v2-topnav button,.ws-ff-v2-section-nav button{min-height:44px!important;border:1px solid transparent!important;border-radius:13px!important;background:transparent!important;color:#f6faffe0!important;display:flex!important;align-items:center!important;gap:12px!important;padding:0 12px!important;font-size:13px!important;cursor:pointer!important}.ws-ff-v2-topnav button.is-active,.ws-ff-v2-section-nav button.is-active{background:linear-gradient(180deg,#0f5eff6b,#08307e57)!important;border-color:#4a9bffb8!important;color:#fff!important;box-shadow:inset 0 0 0 1px #d2e6ff1a,0 0 28px #0070ff42!important}.ws-ff-v2-topnav button span{width:24px!important;height:24px!important;border-radius:8px!important;display:grid!important;place-items:center!important;background:#2563eb2e!important;font-size:11px!important}.ws-ff-v2-progress{margin-bottom:20px!important;color:#fff!important;font-size:13px!important}.ws-ff-v2-progress>div:first-child{display:flex!important;justify-content:space-between!important;margin-bottom:9px!important}.ws-ff-v2-progress-track{height:8px!important;border-radius:999px!important;background:#94a3b840!important;overflow:hidden!important}.ws-ff-v2-progress-track div{height:100%!important;border-radius:inherit!important;background:#0b63f6!important}.ws-ff-v2-section-nav button span{width:31px!important;height:31px!important;border-radius:999px!important;display:grid!important;place-items:center!important;border:1px solid rgba(219,234,254,.32)!important}.ws-ff-v2-user-card{margin-top:auto!important;padding:13px!important;border-radius:18px!important;background:#031023d1!important;border:1px solid rgba(150,190,255,.16)!important;color:#fff!important}.ws-ff-v2-user-avatar{width:38px!important;height:38px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#dbeafe!important;color:#0b63f6!important;font-weight:800!important}.ws-ff-v2-main{flex:1!important;height:100vh!important;overflow:hidden!important;padding:28px 34px!important}.ws-ff-v2-shell{max-width:1380px!important;height:calc(100vh - 56px)!important;margin:0 auto!important;border-radius:18px!important;background:#fffffff0!important;border:1px solid rgba(235,245,255,.76)!important;box-shadow:0 30px 78px #00000047!important;overflow:hidden!important}.ws-ff-v2-header{height:92px!important;padding:22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;border-bottom:1px solid rgba(15,35,71,.08)!important}.ws-ff-v2-client{display:flex!important;align-items:center!important;gap:15px!important}.ws-ff-v2-client-avatar{width:54px!important;height:54px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#eaf2ff!important;color:#0b63f6!important;font-size:24px!important;font-weight:760!important}.ws-ff-v2-client-line{display:flex!important;align-items:center!important;gap:12px!important}.ws-ff-v2-client-line h1{margin:0!important;font-size:24px!important;font-weight:650!important;color:#071733!important}.ws-ff-v2-client-line span{padding:6px 10px!important;border-radius:7px!important;background:#dbeafe!important;color:#0b63f6!important;font-size:12px!important;font-weight:650!important}.ws-ff-v2-saved{margin-top:8px!important;color:#10234d!important;font-size:12px!important}.ws-ff-v2-actions{display:flex!important;align-items:center!important;gap:10px!important}.ws-ff-v2-actions button{height:42px!important;padding:0 14px!important;border-radius:8px!important;border:1px solid rgba(147,197,253,.32)!important;background:#fff!important;color:#0b63f6!important;font-weight:650!important;cursor:pointer!important}.ws-ff-v2-actions button.is-primary{background:linear-gradient(180deg,#3b82f6,#075ce8)!important;color:#fff!important}.ws-ff-v2-content{height:calc(100% - 92px)!important;display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:14px!important;padding:14px 16px 16px!important}.ws-ff-v2-form-panel,.ws-ff-v2-workflow{min-height:0!important;border-radius:12px!important;background:#fffffff5!important;border:1px solid rgba(15,35,71,.08)!important;overflow:hidden!important}.ws-ff-v2-form-scroll,.ws-ff-v2-workflow-scroll{height:100%!important;overflow:auto!important;padding:22px!important}.ws-ff-v2-form-scroll::-webkit-scrollbar,.ws-ff-v2-workflow-scroll::-webkit-scrollbar{width:7px!important}.ws-ff-v2-form-scroll::-webkit-scrollbar-thumb,.ws-ff-v2-workflow-scroll::-webkit-scrollbar-thumb{background:#0f234747!important;border-radius:999px!important}.ws-ff-v2-workflow-field{display:grid!important;gap:7px!important;margin-bottom:16px!important;color:#071733!important;font-size:13px!important;font-weight:620!important}.ws-ff-v2-workflow-field input,.ws-ff-v2-workflow-field select,.ws-ff-v2-workflow-field textarea{width:100%!important;border:1px solid #d6e4f8!important;border-radius:8px!important;background:#fff!important;padding:11px 12px!important;color:#10234d!important}.ws-ff-v2-workflow-field textarea{min-height:120px!important;resize:vertical!important}.ws-ff-v2-msg,.ws-ff-v2-warning{margin:10px 16px 0!important;padding:10px 12px!important;border-radius:10px!important;background:#ecfdf5!important;color:#047857!important;font-weight:650!important}.ws-ff-v2-msg.is-error{background:#fef2f2!important;color:#b91c1c!important}.ws-ff-v2-form-scroll input,.ws-ff-v2-form-scroll select,.ws-ff-v2-form-scroll textarea{border-color:#d6e4f8!important;background:#fff!important;color:#10234d!important}.ws-ff-v2-lock-fieldset{border:0!important;margin:0!important;padding:0!important;min-width:0!important}.ws-ff-v2-lock-fieldset:disabled{opacity:.72!important}.ws-ff-v2-form-panel.is-locked{position:relative!important}.ws-ff-v2-form-panel.is-locked:before{content:"Locked";position:absolute;top:12px;right:20px;z-index:5;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#0b63f6;font-size:12px;font-weight:700;border:1px solid #bfdbfe}.ws-ff-v2-actions button:disabled{opacity:.45!important;cursor:not-allowed!important}.ws-ff-v2-form-panel.is-locked:before{display:none!important;content:none!important}.ws-ff-v2-form-scroll .ws-pd-v2-section-head{margin:2px 0 24px!important}.ws-ff-v2-form-scroll .ws-pd-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-pd-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-pd-v2-card{background:transparent!important;border:0!important;padding:0!important}.ws-ff-v2-form-scroll .ws-pd-v2-field{min-width:0!important}.ws-ff-v2-form-scroll .ws-pd-v2-field input,.ws-ff-v2-form-scroll .ws-pd-v2-field select,.ws-ff-v2-form-scroll .ws-pd-v2-field textarea{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important;transition:border-color .15s ease,box-shadow .15s ease!important}.ws-ff-v2-form-scroll .ws-pd-v2-field input:focus,.ws-ff-v2-form-scroll .ws-pd-v2-field select:focus,.ws-ff-v2-form-scroll .ws-pd-v2-field textarea:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-pd-v2-required{color:#ef4444!important}.ws-ff-v2-form-scroll .ws-pd-v2-health{margin-top:34px!important;padding-top:26px!important;border-top:1px solid rgba(15,35,71,.08)!important}@media(max-width:1350px){.ws-ff-v2-form-scroll .ws-pd-v2-field[style*=auto]{grid-column:auto!important}}@media(max-width:1180px){.ws-ff-v2-form-scroll [style*="repeat(4"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.ws-ff-v2-page{background:linear-gradient(90deg,#020814fa 0 180px,#030c182e 180px),linear-gradient(#050f1f29,#050f1f47),url(/images/crm-office-bg.png) center center / cover no-repeat!important}.ws-ff-v2-main{padding:24px 18px 24px 24px!important}.ws-ff-v2-shell{width:100%!important;max-width:none!important;height:calc(100vh - 48px)!important}.ws-ff-v2-sidebar{width:180px!important;flex:0 0 180px!important;padding:26px 14px 14px!important;box-shadow:none!important}.ws-ff-v2-brand{gap:10px!important;margin-bottom:26px!important}.ws-ff-v2-brand-mark{width:36px!important;height:36px!important;border-radius:11px!important}.ws-ff-v2-brand-title{font-size:17px!important}.ws-ff-v2-brand-subtitle{font-size:10px!important}.ws-ff-v2-topnav{gap:14px!important;margin-bottom:28px!important}.ws-ff-v2-topnav button,.ws-ff-v2-section-nav button{min-height:40px!important;border-radius:11px!important;border:1px solid transparent!important;background:transparent!important;padding:0 10px!important;gap:10px!important;color:#f6faffe0!important;font-size:12px!important;font-weight:650!important}.ws-ff-v2-topnav button:not(.is-active){border-color:transparent!important;background:transparent!important;box-shadow:none!important}.ws-ff-v2-topnav button.is-active,.ws-ff-v2-section-nav button.is-active{background:linear-gradient(180deg,#0f5eff7a,#08307e61)!important;border-color:#4a9bffc7!important;box-shadow:0 0 0 1px #3b82f633,0 12px 28px #0044b438!important}.ws-ff-v2-section-nav button span{width:28px!important;height:28px!important;font-size:12px!important;border-color:#dbeafe52!important;background:#05102452!important}.ws-ff-v2-section-nav button.is-active span{background:linear-gradient(180deg,#3385ff,#075ce8)!important;color:#fff!important;border-color:transparent!important}.ws-ff-v2-progress{font-size:12px!important;margin-bottom:18px!important}.ws-ff-v2-progress-track{height:7px!important}.ws-ff-v2-user-card{border-radius:15px!important;padding:12px!important;min-height:96px!important}.ws-ff-v2-user-name{font-size:13px!important;font-weight:750!important}.ws-ff-v2-user-role{font-size:11px!important;color:#e2efffb8!important}.ws-ff-v2-sidebar{width:196px!important;flex:0 0 196px!important;padding:24px 16px 14px!important;background:#020b17!important;border-right:1px solid rgba(148,163,184,.1)!important}.ws-ff-v2-page{background:linear-gradient(90deg,#020b17fc 0 196px,#030c1829 196px),linear-gradient(#050f1f29,#050f1f47),url(/images/crm-office-bg.png) center center / cover no-repeat!important}.ws-ff-v2-brand{gap:10px!important;margin-bottom:30px!important}.ws-ff-v2-brand-mark{width:38px!important;height:38px!important;border-radius:12px!important}.ws-ff-v2-brand-title{font-size:18px!important;font-weight:760!important}.ws-ff-v2-brand-subtitle{font-size:11px!important}.ws-ff-v2-topnav{gap:12px!important;margin-bottom:30px!important}.ws-ff-v2-topnav button{width:100%!important;height:42px!important;min-height:42px!important;border-radius:12px!important;border:1px solid transparent!important;background:transparent!important;box-shadow:none!important;padding:0 12px!important;justify-content:flex-start!important;color:#f1f7ffe0!important}.ws-ff-v2-topnav button:not(.is-active){border-color:transparent!important;background:transparent!important}.ws-ff-v2-topnav button.is-active{background:linear-gradient(180deg,#0f5eff85,#08307e6b)!important;border-color:#4091ffdb!important;box-shadow:0 0 0 1px #4091ff2e,0 14px 30px #0050d23d!important}.ws-ff-v2-topnav button span{width:24px!important;height:24px!important;border-radius:8px!important;background:#2563eb47!important;color:#cfe4ff!important;font-size:10px!important;font-weight:800!important}.ws-ff-v2-section-nav{gap:8px!important}.ws-ff-v2-section-nav button{width:100%!important;min-height:42px!important;border-radius:12px!important;border:1px solid transparent!important;background:transparent!important;box-shadow:none!important;padding:0 10px!important;justify-content:flex-start!important;gap:10px!important;color:#f1f7ffe0!important}.ws-ff-v2-section-nav button:not(.is-active){border-color:transparent!important;background:transparent!important}.ws-ff-v2-section-nav button.is-active{background:linear-gradient(180deg,#0f5eff85,#08307e6b)!important;border-color:#4091ffdb!important;box-shadow:0 0 0 1px #4091ff2e,0 14px 30px #0050d23d!important}.ws-ff-v2-section-nav button span{flex:0 0 28px!important;width:28px!important;height:28px!important;border-radius:999px!important;background:#0510245c!important;border:1px solid rgba(219,234,254,.28)!important;color:#f1f7ffeb!important;font-size:12px!important;font-weight:700!important}.ws-ff-v2-section-nav button.is-active span{background:linear-gradient(180deg,#3385ff,#075ce8)!important;border-color:transparent!important;color:#fff!important}.ws-ff-v2-section-nav button strong,.ws-ff-v2-topnav button strong{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:12px!important;font-weight:720!important;letter-spacing:-.01em!important;line-height:1.1!important}.ws-ff-v2-main{padding:22px 18px 22px 22px!important}.ws-ff-v2-shell{height:calc(100vh - 44px)!important}.ws-ff-v2-form-scroll .ws-em-v2-section-head{margin:2px 0 24px!important}.ws-ff-v2-form-scroll .ws-em-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-em-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-em-v2-card{margin-bottom:18px!important}.ws-ff-v2-form-scroll .ws-em-v2 input,.ws-ff-v2-form-scroll .ws-em-v2 select,.ws-ff-v2-form-scroll .ws-em-v2 textarea{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important;transition:border-color .15s ease,box-shadow .15s ease!important}.ws-ff-v2-form-scroll .ws-em-v2 input:focus,.ws-ff-v2-form-scroll .ws-em-v2 select:focus,.ws-ff-v2-form-scroll .ws-em-v2 textarea:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-em-v2 textarea{line-height:1.45!important}.ws-ff-v2-form-scroll .ws-em-v2 hr{border-top-color:#0f234714!important}.ws-ff-v2-form-scroll .ws-em-v2 button{border-radius:9px!important;font-weight:700!important}.ws-ff-v2-form-scroll .ws-em-v2 label{color:#10234d!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-em-v2 [style*="repeat(3"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.ws-ff-v2-form-scroll .ws-al-v2-section-head{margin:2px 0 20px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}.ws-ff-v2-form-scroll .ws-al-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-al-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-al-v2-add{height:42px!important;padding:0 15px!important;border-radius:9px!important;border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#0b63f6!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-al-v2-total-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-bottom:20px!important}.ws-ff-v2-form-scroll .ws-al-v2-total-strip>div{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;padding:14px 16px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-al-v2-total-strip span{display:block!important;font-size:12px!important;color:#64748b!important;margin-bottom:6px!important}.ws-ff-v2-form-scroll .ws-al-v2-total-strip strong{display:block!important;font-size:17px!important;color:#071733!important}.ws-ff-v2-form-scroll .ws-al-v2-item-card,.ws-ff-v2-form-scroll .ws-al-v2-summary-card{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-al-v2 input,.ws-ff-v2-form-scroll .ws-al-v2 select{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-al-v2 input:focus,.ws-ff-v2-form-scroll .ws-al-v2 select:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-al-v2-empty{border:1.5px dashed #cbd5e1!important;background:#f8fbff!important;color:#64748b!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-al-v2-total-strip{grid-template-columns:1fr!important}.ws-ff-v2-form-scroll .ws-al-v2 [style*="1fr 1fr 1fr"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.ws-ff-v2-form-scroll .ws-su-v2-section-head{margin:2px 0 20px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}.ws-ff-v2-form-scroll .ws-su-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-su-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-su-v2-add{height:42px!important;padding:0 15px!important;border-radius:9px!important;border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#0b63f6!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-su-v2-subhead{margin:0 0 12px!important;color:#10234d!important;font-size:14px!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-su-v2-fund-card{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-su-v2 input,.ws-ff-v2-form-scroll .ws-su-v2 select,.ws-ff-v2-form-scroll .ws-su-v2 textarea{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-su-v2 input:focus,.ws-ff-v2-form-scroll .ws-su-v2 select:focus,.ws-ff-v2-form-scroll .ws-su-v2 textarea:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-su-v2-table{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-su-v2-table [style*="background: #fafafa"]{background:#f8fbff!important}.ws-ff-v2-form-scroll .ws-su-v2 button{border-radius:9px!important;font-weight:700!important}.ws-ff-v2-form-scroll .ws-su-v2 [style*="#3b78d8"]{background:#eff6ff!important;color:#0b63f6!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-su-v2 [style*="#264a94"]{color:#10234d!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-su-v2 [style*="repeat(3"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.ws-ff-v2-form-scroll .ws-su-v2-table{overflow:hidden!important}.ws-ff-v2-form-scroll .ws-su-v2-table th,.ws-ff-v2-form-scroll .ws-su-v2-table td{border-color:#0f234714!important}.ws-ff-v2-form-scroll .ws-su-v2-table tr:first-child th,.ws-ff-v2-form-scroll .ws-su-v2-table tr:first-child td{background:#f8fbff!important;color:#10234d!important}.ws-ff-v2-form-scroll .ws-su-v2-table td:first-child,.ws-ff-v2-form-scroll .ws-su-v2-table th:first-child{background:#eff6ff!important;color:#0f2a5f!important;font-weight:760!important}.ws-ff-v2-form-scroll .ws-su-v2 [style*="background-color: rgb(59, 120, 216)"],.ws-ff-v2-form-scroll .ws-su-v2 [style*="background: rgb(59, 120, 216)"],.ws-ff-v2-form-scroll .ws-su-v2 [style*="#3b78d8"],.ws-ff-v2-form-scroll .ws-su-v2 [style*="rgb(59, 120, 216)"]{background:#eff6ff!important;color:#0f2a5f!important;border-color:#0f234714!important;font-weight:760!important}.ws-ff-v2-form-scroll .ws-su-v2 [style*="color: white"],.ws-ff-v2-form-scroll .ws-su-v2 [style*="color: rgb(255, 255, 255)"]{color:#0f2a5f!important}.ws-ff-v2-form-scroll .ws-su-v2-table input,.ws-ff-v2-form-scroll .ws-su-v2-table select,.ws-ff-v2-form-scroll .ws-su-v2-table textarea{min-height:40px!important;border-radius:9px!important;background:#fff!important}.ws-ff-v2-form-scroll .ws-su-v2-table tr:hover td,.ws-ff-v2-form-scroll .ws-su-v2-table tr:hover th{background-color:#f8fbff!important}.ws-ff-v2-form-scroll .ws-su-v2-table tr:hover td:first-child,.ws-ff-v2-form-scroll .ws-su-v2-table tr:hover th:first-child{background-color:#eaf2ff!important}.ws-ff-v2-form-scroll .ws-su-v2-table tr:last-child td,.ws-ff-v2-form-scroll .ws-su-v2-table tr:last-child th{background:#fff!important;font-weight:800!important;color:#071733!important}.ws-ff-v2-form-scroll .ws-su-v2-table tr:last-child td:last-child,.ws-ff-v2-form-scroll .ws-su-v2-table tr:last-child th:last-child{color:#0b63f6!important;font-size:14px!important}.ws-ff-v2-form-scroll .ws-in-v2-section-head{margin:2px 0 20px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}.ws-ff-v2-form-scroll .ws-in-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-in-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-in-v2-add{height:42px!important;padding:0 15px!important;border-radius:9px!important;border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#0b63f6!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-in-v2-policy-card,.ws-ff-v2-form-scroll .ws-in-v2-summary-card{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-in-v2-empty{border:1.5px dashed #cbd5e1!important;background:#f8fbff!important}.ws-ff-v2-form-scroll .ws-in-v2-label{font-weight:650!important;margin-bottom:7px!important;color:#10234d!important;font-size:13px!important}.ws-ff-v2-form-scroll .ws-in-v2-required{color:#ef4444!important}.ws-ff-v2-form-scroll .ws-in-v2 input,.ws-ff-v2-form-scroll .ws-in-v2 select,.ws-ff-v2-form-scroll .ws-in-v2 textarea{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-in-v2 input:focus,.ws-ff-v2-form-scroll .ws-in-v2 select:focus,.ws-ff-v2-form-scroll .ws-in-v2 textarea:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-in-v2 textarea{line-height:1.45!important}.ws-ff-v2-form-scroll .ws-in-v2-summary-card input[readonly]{background:#f8fbff!important;color:#0b63f6!important;border-color:#bfdbfe!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-in-v2 [style*="repeat(3"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.ws-ff-v2-form-scroll .ws-go-v2{border:0!important;background:transparent!important;overflow:visible!important}.ws-ff-v2-form-scroll .ws-go-v2-section-head{margin:2px 0 22px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}.ws-ff-v2-form-scroll .ws-go-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-go-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-go-v2-actions{display:flex!important;align-items:center!important;gap:10px!important}.ws-ff-v2-form-scroll .ws-go-v2-actions button{height:42px!important;padding:0 15px!important;border-radius:9px!important;border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#0b63f6!important;font-weight:750!important}.ws-ff-v2-form-scroll .ws-go-v2-actions span{color:#047857!important;font-size:13px!important;font-weight:700!important}.ws-ff-v2-form-scroll .ws-go-v2-subhead{margin:18px 0 12px!important;color:#10234d!important;font-size:14px!important;font-weight:760!important}.ws-ff-v2-form-scroll .ws-go-v2-qcard{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;padding:16px!important;margin-top:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-go-v2 input,.ws-ff-v2-form-scroll .ws-go-v2 textarea{min-height:42px!important;border:1px solid #d6e4f8!important;border-radius:9px!important;background:#fff!important;color:#10234d!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-go-v2 textarea{line-height:1.45!important;resize:vertical!important}.ws-ff-v2-form-scroll .ws-go-v2 input:focus,.ws-ff-v2-form-scroll .ws-go-v2 textarea:focus{border-color:#7bb2ff!important;box-shadow:0 0 0 3px #3b82f61f!important}.ws-ff-v2-form-scroll .ws-go-v2 [style*="font-weight: 700"]{color:#071733!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-go-v2 [style*="repeat(2"]{grid-template-columns:1fr!important}}.ws-ff-v2-form-scroll .ws-rp-v2-section-head{margin:2px 0 20px!important}.ws-ff-v2-form-scroll .ws-rp-v2-section-head h2{margin:0 0 8px!important;color:#071733!important;font-size:22px!important;line-height:1.15!important;font-weight:760!important;letter-spacing:-.035em!important}.ws-ff-v2-form-scroll .ws-rp-v2-section-head p{margin:0!important;color:#10234d!important;font-size:13px!important;opacity:.82!important}.ws-ff-v2-form-scroll .ws-rp-v2-score-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-bottom:20px!important}.ws-ff-v2-form-scroll .ws-rp-v2-score-strip>div{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;padding:15px 16px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-rp-v2-score-strip span{display:block!important;font-size:12px!important;color:#64748b!important;margin-bottom:6px!important}.ws-ff-v2-form-scroll .ws-rp-v2-score-strip strong{display:block!important;font-size:22px!important;color:#0b63f6!important;line-height:1.1!important}.ws-ff-v2-form-scroll .ws-rp-v2-score-strip small{display:block!important;margin-top:5px!important;color:#64748b!important}.ws-ff-v2-form-scroll .ws-rp-v2-card{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;padding:16px!important;background:#fff!important;margin-bottom:16px!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-rp-v2-card-head h3{margin:0 0 8px!important;color:#071733!important;font-size:15px!important;font-weight:760!important}.ws-ff-v2-form-scroll .ws-rp-v2-card-head h3 span{color:#ef4444!important}.ws-ff-v2-form-scroll .ws-rp-v2-card-head p{margin:0 0 14px!important;color:#475569!important;font-size:13px!important;line-height:1.45!important}.ws-ff-v2-form-scroll .ws-rp-v2-options{display:grid!important;gap:10px!important}.ws-ff-v2-form-scroll .ws-rp-v2-option{width:100%!important;min-height:44px!important;border:1px solid #d6e4f8!important;border-radius:10px!important;background:#fff!important;color:#10234d!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 44px!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;text-align:left!important;cursor:pointer!important;box-shadow:0 8px 18px #0f234706!important}.ws-ff-v2-form-scroll .ws-rp-v2-option:hover{border-color:#93c5fd!important;background:#f8fbff!important}.ws-ff-v2-form-scroll .ws-rp-v2-option.is-selected{border-color:#7bb2ff!important;background:#eff6ff!important;box-shadow:0 0 0 3px #3b82f61a!important}.ws-ff-v2-form-scroll .ws-rp-v2-radio{width:18px!important;height:18px!important;border-radius:999px!important;border:1px solid #bfdbfe!important;display:grid!important;place-items:center!important;color:#0b63f6!important;font-size:10px!important}.ws-ff-v2-form-scroll .ws-rp-v2-option-label{min-width:0!important;font-size:13px!important;line-height:1.35!important}.ws-ff-v2-form-scroll .ws-rp-v2-option strong{justify-self:end!important;color:#0b63f6!important;font-size:13px!important;font-weight:800!important}.ws-ff-v2-form-scroll .ws-rp-v2-summary{border:1px solid rgba(15,35,71,.08)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f234709!important}.ws-ff-v2-form-scroll .ws-rp-v2-summary input{min-height:42px!important;border:1px solid #bfdbfe!important;border-radius:9px!important;background:#f8fbff!important;color:#0b63f6!important;font-weight:760!important}@media(max-width:1180px){.ws-ff-v2-form-scroll .ws-rp-v2-score-strip{grid-template-columns:1fr!important}}.ws-reports-shell{width:min(1500px,calc(100vw - 250px));min-height:calc(100vh - 155px);margin:0 auto;padding:18px;border-radius:32px;border:1px solid rgba(255,255,255,.55);background:#f5f8ffb8;box-shadow:0 30px 90px #0f172a38;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);overflow:hidden}.ws-reports-shell{width:min(1500px,calc(100vw - 250px));min-height:calc(100vh - 155px);margin:0 auto;padding:18px;border-radius:32px;border:1px solid rgba(255,255,255,.55);background:#f5f8ffc2;box-shadow:0 30px 90px #0f172a38;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);overflow:hidden}.ws-report-tabs{display:flex;gap:8px;margin-bottom:14px}.ws-report-tabs button{border:0;border-radius:13px;padding:9px 15px;background:#ffffffa6;font-weight:850;color:#334155;cursor:pointer;text-transform:capitalize}.ws-report-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 12px 24px #2563eb40}.ws-report-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:16px}.ws-report-kpi,.ws-report-panel{border-radius:22px;border:1px solid rgba(148,163,184,.24);background:#ffffffbd;box-shadow:0 18px 45px #0f172a1a}.ws-report-kpi{display:flex;gap:14px;align-items:center;padding:18px}.ws-report-kpi-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#2563eb}.ws-report-kpi p{margin:0;color:#334155;font-size:13px;font-weight:900}.ws-report-kpi strong{display:block;font-size:28px;color:#0f172a}.ws-report-kpi span{color:#64748b;font-size:12px;font-weight:750}.ws-report-grid{display:grid;grid-template-columns:1fr 1.35fr 1.35fr;gap:14px}.ws-report-grid.two{grid-template-columns:1fr 1fr}.ws-report-panel{padding:18px}.ws-report-panel h3{margin:0 0 12px;color:#0f172a;font-size:16px}.ws-report-small-table,.ws-report-table{width:100%;border-collapse:collapse}.ws-report-small-table td,.ws-report-table td,.ws-report-table th{padding:11px;border-bottom:1px solid rgba(148,163,184,.18);font-weight:750;color:#0f172a}.ws-report-table th{position:sticky;top:0;background:#f8fafcf5;z-index:2;text-align:left;font-size:11px;text-transform:uppercase;color:#64748b}.ws-report-table-wrap{max-height:calc(100vh - 330px);overflow:auto;border-radius:18px;border:1px solid rgba(148,163,184,.22)}.ws-report-table{min-width:1180px}.ws-report-table select{border:1px solid #cbd5e1;border-radius:10px;padding:7px 9px;background:#fff;font-weight:800;color:#0f172a}.ws-report-badge{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#334155}.ws-report-badge-deal{background:#dcfce7;color:#166534}.ws-report-badge-booked{background:#dbeafe;color:#1d4ed8}.ws-report-badge-presented{background:#e0f2fe;color:#0369a1}.ws-report-badge-no-answer{background:#cffafe;color:#0e7490}.ws-report-badge-dnq{background:#ffedd5;color:#c2410c}.ws-report-badge-dead{background:#fee2e2;color:#b91c1c}.ws-report-badge-para{background:#fef9c3;color:#854d0e}.ws-rank{padding:11px;border-radius:14px;background:#f8fafccc;margin-bottom:8px;font-weight:850;color:#0f172a}.ws-reports-page{min-height:100vh;overflow:hidden}.ws-reports-main{padding:30px 36px 28px;margin-left:0}.ws-reports-main .ws-client-topbar{width:min(1500px,calc(100vw - 250px));margin:0 auto 18px;color:#0f172a}.ws-reports-main .ws-client-topbar h1{margin:0;font-size:34px;line-height:1;color:#0f172a}.ws-reports-main .ws-client-topbar p{margin:8px 0 0;color:#334155}.ws-reports-shell{min-height:calc(100vh - 145px);padding:18px;background:#f7faffd6;border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 80px #0f172a3d,inset 0 1px #ffffffbf}.ws-reports-shell:before{content:none!important}.ws-report-tabs.period{margin-bottom:18px}.ws-reports-page .ws-sidebar{height:100vh;position:sticky;top:0}.ws-reports-page .ws-sidebar-nav{margin-top:70px}.ws-reports-page .ws-user-card{display:grid;gap:8px}.ws-reports-page .ws-logout-btn{width:100%}.ws-report-kpi,.ws-report-panel{background:#ffffffd1;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 40px #0f172a14,inset 0 1px #ffffffe6}.ws-report-kpi{min-height:96px}.ws-report-panel{min-height:280px}.ws-report-grid{align-items:stretch}.ws-reports-main{padding:34px 38px 30px}.ws-reports-topbar{width:min(1500px,calc(100vw - 250px));margin:0 auto 18px}.ws-reports-topbar h1{color:#f8fafc;font-size:34px;line-height:1;margin:0}.ws-reports-topbar p{color:#f8fafcc7;margin:8px 0 0}.ws-reports-shell{width:min(1500px,calc(100vw - 250px))!important;min-height:calc(100vh - 155px)!important;margin:0 auto!important;padding:18px!important;border-radius:30px!important;background:#f7faffd1!important;border:1px solid rgba(255,255,255,.7)!important;box-shadow:0 28px 90px #0f172a3d!important}.ws-reports-page .ws-sidebar{position:sticky;top:0;height:100vh}.ws-reports-page .ws-sidebar-link{width:calc(100% - 28px);margin:0 14px}.ws-reports-page .ws-sidebar-nav{margin-top:58px;gap:12px}.ws-reports-page .ws-sidebar-footer{margin-top:auto;padding:0 14px 18px}.ws-reports-topbar{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important}.ws-reports-topbar .ws-client-search{width:320px!important;height:44px!important}.ws-reports-main{width:calc(100vw - 196px)!important;margin-left:196px!important;padding:28px 34px!important;box-sizing:border-box!important}.ws-reports-topbar,.ws-reports-shell{width:min(1500px,calc(100vw - 270px))!important}.ws-reports-topbar{margin:0 auto 16px!important}.ws-reports-shell{margin:0 auto!important}.ws-reports-topbar h1{color:#f8fafc!important;text-shadow:0 2px 18px rgba(15,23,42,.35)}.ws-reports-topbar p{color:#f8fafcd1!important;text-shadow:0 1px 12px rgba(15,23,42,.25)}.ws-reports-page .ws-client-search input{color:#e5edf8!important}.ws-reports-page .ws-client-search input::placeholder{color:#e2e8f0c7!important}.ws-reports-shell{min-height:calc(100vh - 128px)!important}.ws-report-panel{min-height:340px!important}.ws-report-kpis{gap:12px!important;margin-bottom:16px!important}.ws-report-notes-btn{border:1px solid rgba(37,99,235,.25);border-radius:999px;padding:7px 11px;background:#dbeafe;color:#1d4ed8;font-weight:900;cursor:pointer;white-space:nowrap}.ws-report-modal-backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#0f172a73;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ws-report-notes-modal{width:min(620px,calc(100vw - 40px));border-radius:28px;padding:24px;background:#ffffffeb;border:1px solid rgba(255,255,255,.78);box-shadow:0 28px 90px #0f172a59}.ws-report-notes-modal h3{margin:0;color:#0f172a;font-size:22px}.ws-report-notes-modal p{margin:6px 0 14px;color:#64748b;font-weight:800}.ws-report-notes-modal textarea{width:100%;min-height:190px;resize:vertical;border-radius:18px;border:1px solid #cbd5e1;padding:14px;color:#0f172a;font-weight:750}.ws-report-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.ws-report-modal-actions button{border:0;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer}.ws-reports-page{display:flex!important;width:100vw!important;min-height:100vh!important;overflow:hidden!important}.ws-reports-page .ws-sidebar{position:relative!important;flex:0 0 196px!important;width:196px!important;height:100vh!important;min-height:100vh!important;z-index:20!important}.ws-reports-main{flex:1 1 auto!important;width:auto!important;margin-left:0!important;min-width:0!important;height:100vh!important;overflow:auto!important}.ws-reports-main{padding:30px 34px!important;box-sizing:border-box!important}.ws-reports-topbar,.ws-reports-shell{width:min(1420px,calc(100vw - 270px))!important;max-width:1420px!important;margin-left:auto!important;margin-right:auto!important}.ws-reports-topbar{margin-bottom:16px!important}.ws-reports-shell{min-height:calc(100vh - 150px)!important}.ws-reports-topbar .ws-client-search-row{margin-left:auto!important;align-self:flex-start!important}.ws-reports-topbar .ws-client-search{width:330px!important;height:44px!important;background:#0f172ab8!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 16px 40px #0f172a2e!important}.ws-reports-topbar .ws-client-search input{color:#f8fafc!important}.ws-reports-topbar .ws-client-refresh{width:44px!important;height:44px!important}.ws-reports-page .ws-sidebar-nav{margin-top:66px!important;gap:12px!important}.ws-reports-page .ws-sidebar-link{width:calc(100% - 28px)!important;margin:0 14px!important;justify-content:flex-start!important}.ws-reports-page .ws-nav-dot{width:26px;height:26px;border-radius:9px;display:inline-grid;place-items:center;background:#2563eb2e;color:#dbeafe;font-size:11px;font-weight:900}.ws-reports-page .ws-sidebar-footer{margin-top:auto!important;padding:0 14px 18px!important}.ws-reports-page .ws-user-card{border-radius:22px!important;padding:14px!important;background:#0f172a6b!important;border:1px solid rgba(148,163,184,.18)!important}.ws-reports-page .ws-logout-btn{width:100%!important;margin-top:10px!important}.ws-reports-page{display:flex!important;min-height:100vh!important;width:100vw!important;overflow:hidden!important}.ws-reports-page .ws-sidebar{flex:0 0 196px!important;width:196px!important;min-width:196px!important;height:100vh!important;position:relative!important}.ws-reports-main{flex:1 1 auto!important;width:calc(100vw - 196px)!important;min-width:0!important;height:100vh!important;margin:0!important;padding:28px 24px!important;overflow:hidden!important}.ws-reports-topbar{width:100%!important;max-width:none!important;margin:0 0 24px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important}.ws-reports-topbar h1{margin:0!important;font-size:30px!important;line-height:1.05!important;color:#f8fafc!important}.ws-reports-topbar p{margin:8px 0 0!important;color:#f8fafcd1!important}.ws-reports-topbar .ws-client-search-row{margin-left:auto!important;display:flex!important;align-items:center!important;gap:10px!important}.ws-reports-topbar .ws-client-search{width:390px!important;height:44px!important;background:#0f172ac7!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;box-shadow:none!important}.ws-reports-topbar .ws-client-refresh{width:44px!important;height:44px!important;border-radius:10px!important}.ws-reports-shell{width:100%!important;max-width:none!important;min-height:0!important;height:calc(100vh - 138px)!important;margin:0!important;padding:16px!important;border-radius:18px!important;background:#f8fafceb!important;border:1px solid rgba(255,255,255,.7)!important;box-shadow:0 22px 70px #0f172a33!important;overflow:hidden!important}.ws-report-kpis{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ws-report-grid{grid-template-columns:.9fr 1.2fr 1.2fr!important}.ws-reports-page .ws-sidebar-link.is-active{background:#2563eb52!important;border:1px solid rgba(59,130,246,.85)!important;color:#f8fafc!important;box-shadow:inset 0 1px #ffffff2e!important}.ws-reports-page .ws-sidebar-link.is-active .ws-nav-dot{background:#2563eb94!important;color:#fff!important}.ws-reports-page .ws-sidebar-nav{margin-top:70px!important}html,body,#root{overflow:hidden}.ws-reports-shell{overflow-y:auto!important;overflow-x:hidden!important}.ws-report-table-scroll{max-height:calc(100vh - 285px)!important;overflow:auto!important}.ws-reports-page .ws-sidebar{width:196px!important;min-width:196px!important;max-width:196px!important;flex:0 0 196px!important;height:100vh!important;padding:28px 16px 18px!important;box-sizing:border-box!important;background:#020a18f5!important;border-right:1px solid rgba(255,255,255,.08)!important}.ws-reports-page .ws-brand{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 86px!important}.ws-reports-page .ws-brand-mark{width:38px!important;height:38px!important;border-radius:11px!important;display:grid!important;place-items:center!important;font-size:17px!important;font-weight:950!important}.ws-reports-page .ws-brand-title{font-size:19px!important;line-height:1!important;color:#fff!important}.ws-reports-page .ws-brand-subtitle{margin-top:4px!important;font-size:11px!important}.ws-reports-page .ws-sidebar-nav{display:flex!important;flex-direction:column!important;gap:13px!important;margin:0!important}.ws-reports-page .ws-sidebar-link{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:11px!important;background:transparent!important;border:1px solid transparent!important;color:#e2e8f0b8!important;font-size:13px!important;font-weight:850!important}.ws-reports-page .ws-sidebar-link.is-active{background:linear-gradient(135deg,#1d4ed8c7,#1e40af8c)!important;border:1px solid rgba(96,165,250,.75)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff29,0 12px 28px #2563eb38!important}.ws-reports-page .ws-sidebar-link.is-active .ws-nav-dot{background:#2563ebe6!important;color:#fff!important}.ws-reports-page .ws-nav-dot{width:24px!important;height:24px!important;min-width:24px!important;border-radius:8px!important;display:inline-grid!important;place-items:center!important;background:#2563eb38!important;color:#bfdbfe!important;font-size:10px!important;font-weight:950!important}.ws-reports-page .ws-sidebar-link:disabled{opacity:.75!important;cursor:default!important}.ws-reports-page .ws-sidebar-footer{margin-top:auto!important;padding:0!important}.ws-reports-page .ws-user-card{width:100%!important;border-radius:18px!important;padding:14px!important;background:#030e21e0!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:inset 0 1px #ffffff0d!important;box-sizing:border-box!important}.ws-reports-page .ws-logout-btn{width:100%!important;height:38px!important;margin-top:12px!important}.ws-reports-page .ws-client-sidebar{flex:0 0 196px!important;width:196px!important;min-width:196px!important;max-width:196px!important}.ws-reports-page .ws-client-sidebar .ws-sidebar-user{margin-top:auto!important}.ws-reports-page{display:flex!important}.ws-reports-main{margin-left:0!important;width:auto!important;flex:1 1 auto!important}.ws-reports-page .ws-sidebar{display:none!important}.ws-reports-page .ws-client-sidebar{flex:0 0 206px!important;width:206px!important;min-width:206px!important;max-width:206px!important}.ws-reports-page .ws-client-sidebar .ws-sidebar-link{width:100%!important;margin:0!important}.ws-reports-page>.ws-sidebar{display:none!important}.ws-reports-page .ws-nav-dot{display:none!important}.ws-reports-main{margin-left:0!important}.ws-client-page.ws-reports-page.ws-theme-v2 .ws-client-sidebar{flex:0 0 196px!important;width:196px!important;min-width:196px!important;max-width:196px!important}.ws-client-page.ws-reports-page.ws-theme-v2 .ws-sidebar-link{width:100%!important;margin:0!important}.ws-client-page.ws-reports-page.ws-theme-v2 .ws-sidebar-icon{width:24px!important;min-width:24px!important}.ws-client-page.ws-reports-page.ws-theme-v2{display:flex!important}.ws-client-page.ws-reports-page.ws-theme-v2 .ws-reports-main{margin-left:0!important;border-left:0!important}.ws-reports-topbar{width:100%!important;margin:0 0 22px!important}.ws-reports-topbar .ws-client-search-row{display:flex!important;align-items:center!important;gap:10px!important;margin-left:auto!important}.ws-reports-topbar .ws-client-search{width:390px!important;height:44px!important;background:#0f172ac7!important;border-radius:10px!important}.ws-reports-topbar .ws-client-add{width:44px!important;height:44px!important;border-radius:10px!important}.ws-report-main-tabs{width:100%!important;margin:0 0 16px!important;padding:0 0 13px!important;border-bottom:1px solid rgba(255,255,255,.22)!important;background:transparent!important;gap:26px!important}.ws-report-main-tabs button{border:0!important;background:transparent!important;border-radius:0!important;padding:0 0 13px!important;color:#e2e8f0c7!important;font-weight:850!important}.ws-report-main-tabs button.is-active{color:#60a5fa!important;box-shadow:inset 0 -2px #3b82f6!important}.ws-report-period-tabs{margin:0 0 18px!important;padding:0!important;border:0!important;background:transparent!important;gap:8px!important}.ws-report-period-tabs button{border:1px solid rgba(226,232,240,.9)!important;border-radius:12px!important;padding:9px 14px!important;background:#fffc!important;color:#0f3b7c!important;font-weight:900!important}.ws-report-period-tabs button.is-active{background:#dbeafe!important;color:#1d4ed8!important}.ws-reports-page .ws-reports-topbar,.ws-reports-page .ws-client-topbar,.ws-reports-page .ws-client-search-row,.ws-reports-page .ws-client-search,.ws-reports-page .ws-client-refresh,.ws-reports-page .ws-client-add{all:unset}.ws-reports-page .ws-report-main-tabs{margin-bottom:16px!important}.ws-reports-page .ws-report-main-tabs button{margin-right:18px!important}.ws-reports-page .ws-report-main-tabs button span{display:inline-block!important}.ws-reports-shell{height:calc(100vh - 245px)!important;min-height:560px!important;max-height:calc(100vh - 245px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:18px!important;box-sizing:border-box!important}.ws-report-kpi{min-height:92px!important}.ws-report-panel{min-height:260px!important}.ws-report-grid{gap:14px!important}.ws-report-kpis{margin-bottom:14px!important}.ws-reports-page .ws-report-panel,.ws-reports-page .ws-report-panel h3,.ws-reports-page .ws-report-row,.ws-reports-page .ws-report-row span,.ws-reports-page .ws-report-row strong{color:#0f172a!important;opacity:1!important}.ws-reports-page .ws-report-row{display:grid!important;grid-template-columns:1fr 80px 80px!important;align-items:center!important;gap:12px!important}.ws-reports-page .ws-report-row{padding:10px 8px!important;border-bottom:1px solid rgba(148,163,184,.18)!important;font-weight:850!important}.ws-reports-page .ws-report-badge{opacity:1!important;color:inherit}.ws-reports-page .ws-report-panel h3{font-size:16px!important;font-weight:950!important;margin-bottom:14px!important}.ws-pd-v2-children-list{display:grid;gap:10px}.ws-pd-v2-child-row{display:grid;grid-template-columns:1fr 42px;gap:8px}.ws-pd-v2-child-remove,.ws-pd-v2-child-add{border:1px solid rgba(37,99,235,.25);border-radius:12px;background:#dbeafe;color:#1d4ed8;font-weight:900;cursor:pointer}.ws-pd-v2-child-remove:disabled{opacity:.45;cursor:not-allowed}.ws-reports-page,.ws-reports-page button,.ws-reports-page input,.ws-reports-page select,.ws-reports-page textarea,.ws-reports-page td,.ws-reports-page th{font-weight:400}.ws-reports-page h1,.ws-reports-page h2,.ws-reports-page h3,.ws-reports-page .ws-report-kpi strong,.ws-reports-page .ws-brand-title,.ws-reports-page .ws-user-name{font-weight:600}.ws-reports-page .ws-report-export-button{border:1px solid rgba(37,99,235,.22);border-radius:14px;padding:10px 14px;background:#dbeafe;color:#1d4ed8;cursor:pointer}.ws-reports-page .ws-reports-shell,.ws-reports-page .ws-reports-shell *,.ws-reports-page .ws-report-kpi,.ws-reports-page .ws-report-kpi *,.ws-reports-page .ws-report-table,.ws-reports-page .ws-report-table *,.ws-reports-page .ws-report-leaderboard,.ws-reports-page .ws-report-leaderboard *,.ws-reports-page .ws-report-card,.ws-reports-page .ws-report-card *{font-weight:400!important}.ws-reports-page .ws-reports-shell h2,.ws-reports-page .ws-reports-shell h3,.ws-reports-page .ws-report-period-tabs .is-active,.ws-reports-page .ws-report-export-button{font-weight:500!important}.ws-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.ws-report-export-button{border:1px solid rgba(37,99,235,.24);border-radius:14px;padding:10px 14px;background:#dbeafef2;color:#1d4ed8;cursor:pointer;white-space:nowrap}.ws-crm-page.has-custom-bg{background-image:linear-gradient(135deg,#0f172ab3,#0f172a59),var(--ws-crm-custom-bg);background-size:cover;background-position:center;background-attachment:fixed}.ws-sidebar-user-settings{position:relative}.ws-bg-settings-button{position:absolute;top:8px;right:8px;border:0;background:#ffffff24;color:#fff;border-radius:10px;width:28px;height:28px;cursor:pointer}.ws-bg-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:grid;place-items:center}.ws-bg-modal{width:min(460px,calc(100vw - 32px));background:#fffffff0;border-radius:24px;padding:24px;box-shadow:0 24px 80px #0f172a47}.ws-bg-modal h3{margin:0 0 8px}.ws-bg-modal p{margin:0 0 18px;color:#64748b}.ws-bg-modal-message{margin-top:12px;font-size:13px;color:#334155}.ws-bg-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.ws-bg-modal-actions button{border:1px solid rgba(37,99,235,.22);border-radius:12px;padding:9px 12px;background:#dbeafe;color:#1d4ed8;cursor:pointer}html body .ws-client-page.ws-crm-page.ws-theme-v2.ws-user-bg,html body .ws-client-page.ws-client-select-page.ws-theme-v2.ws-user-bg,html body .ws-ff-v2-page.ws-user-bg{background-image:linear-gradient(90deg,#020814fa 0 196px,#030c184d 196px),linear-gradient(#050f1f2e,#050f1f57),var(--ws-user-bg)!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}.ws-bg-settings-button{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;padding:0!important;border-radius:9px!important;display:inline-grid!important;place-items:center!important;line-height:1!important;font-size:12px!important;font-weight:700!important;background:#e2e8f0e0!important;color:#1d4ed8!important;box-shadow:0 8px 18px #0f172a2e!important}.ws-bg-settings-button svg,.ws-bg-settings-button span{display:block!important;margin:0!important}.ws-bg-modal,.ws-bg-modal *{color:#0f172a!important}.ws-bg-modal h3{color:#0f172a!important;font-weight:800!important;opacity:1!important}.ws-bg-modal p{color:#475569!important;opacity:1!important}.ws-bg-modal input[type=file]{color:#0f172a!important;background:#ffffffeb!important}.ws-ff-v2-page{background:radial-gradient(circle at 18% 12%,rgba(139,92,246,.2),transparent 32%),radial-gradient(circle at 82% 6%,rgba(59,130,246,.18),transparent 30%),linear-gradient(135deg,#fff,#f7f3ff 42%,#edf6ff)!important;color:#08172f!important}.ws-ff-v2-main{padding:24px 30px 30px!important}.ws-ff-v2-shell{max-width:1480px!important;border-radius:30px!important;background:linear-gradient(145deg,#ffffffdb,#f7f3ffb8)!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 34px 90px #50439733,inset 0 1px #ffffffeb!important;-webkit-backdrop-filter:blur(24px) saturate(145%)!important;backdrop-filter:blur(24px) saturate(145%)!important}.ws-ff-v2-header{height:108px!important;padding:24px 28px!important;border-bottom:1px solid rgba(112,89,190,.12)!important;background:linear-gradient(135deg,#ffffffc7,#f4efff9e)!important}.ws-ff-v2-client-avatar{width:62px!important;height:62px!important;background:linear-gradient(135deg,#eef2ff,#e0f2fe)!important;color:#312e81!important;box-shadow:0 16px 34px #6366f12e!important}.ws-ff-v2-client-line h1,.ws-ff-v2-files-head h2{color:#071733!important;font-weight:850!important;letter-spacing:-.04em!important}.ws-ff-v2-client-line span,.ws-ff-v2-files-head>span,.ws-ff-v2-file-card em{background:linear-gradient(135deg,#7c3aed1f,#2563eb1f)!important;color:#4f46e5!important;border:1px solid rgba(99,102,241,.18)!important}.ws-ff-v2-saved,.ws-ff-v2-files-head p,.ws-ff-v2-file-meta span{color:#64748b!important}.ws-ff-v2-actions button,.ws-ff-v2-file-card button{border-radius:999px!important;border:1px solid rgba(129,140,248,.26)!important;background:#ffffffd1!important;color:#3730a3!important;box-shadow:0 10px 22px #4f46e517!important}.ws-ff-v2-actions button.is-primary,.ws-ff-v2-file-card button:not(:disabled){background:linear-gradient(135deg,#7c3aed,#2563eb)!important;color:#fff!important}.ws-ff-v2-content{height:calc(100% - 108px)!important;grid-template-columns:minmax(0,1fr) 350px!important;gap:18px!important;padding:18px 20px 22px!important}.ws-ff-v2-form-panel,.ws-ff-v2-workflow{border-radius:24px!important;background:#ffffffd6!important;border:1px solid rgba(226,232,240,.86)!important;box-shadow:0 22px 58px #5043971a,inset 0 1px #ffffffeb!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.ws-ff-v2-workflow{position:sticky!important;top:0!important;align-self:start!important;max-height:100%!important}.ws-ff-v2-form-scroll,.ws-ff-v2-workflow-scroll{padding:24px!important}.ws-ff-v2-workflow-field span{color:#1e2b4a!important;font-weight:780!important}.ws-ff-v2-workflow-field input,.ws-ff-v2-workflow-field select,.ws-ff-v2-workflow-field textarea,.ws-ff-v2-form-scroll input,.ws-ff-v2-form-scroll select,.ws-ff-v2-form-scroll textarea{border-radius:14px!important;border-color:#94a3b859!important;background:#ffffffeb!important;color:#16213d!important;box-shadow:inset 0 1px #ffffffe0!important}.ws-ff-v2-section-nav button{border-radius:999px!important}.ws-ff-v2-files{margin-top:22px!important;padding-top:20px!important;border-top:1px solid rgba(148,163,184,.22)!important}.ws-ff-v2-files-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important}.ws-ff-v2-files-head h2{margin:0 0 4px!important;font-size:16px!important}.ws-ff-v2-files-head p{margin:0!important;font-size:12px!important;font-weight:650!important}.ws-ff-v2-files-head>span,.ws-ff-v2-file-card em{border-radius:999px!important;font-size:11px!important;font-style:normal!important;font-weight:800!important;padding:5px 8px!important;white-space:nowrap!important}.ws-ff-v2-file-list{display:grid!important;gap:10px!important}.ws-ff-v2-file-card{display:grid!important;grid-template-columns:38px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:12px!important;border-radius:18px!important;background:linear-gradient(135deg,#fffffff0,#f8fafcdb)!important;border:1px solid rgba(226,232,240,.94)!important;box-shadow:0 14px 32px #50439714!important}.ws-ff-v2-file-icon{width:38px!important;height:38px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#eef2ff!important}.ws-ff-v2-file-meta{min-width:0!important}.ws-ff-v2-file-meta strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;font-size:13px!important}.ws-ff-v2-file-meta span{display:block!important;margin-top:3px!important;font-size:11px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.08em!important}.ws-ff-v2-file-card em{grid-column:2 / 4!important;justify-self:start!important}.ws-ff-v2-file-card button{grid-column:1 / 4!important;width:100%!important;min-height:36px!important;font-weight:850!important;cursor:pointer!important}.ws-ff-v2-file-card button:disabled{cursor:not-allowed!important;opacity:.55!important}.crm-redesign-page{color:var(--ws-text-primary);background:radial-gradient(circle at 18% 4%,var(--ws-bg-glow-purple),transparent 34rem),radial-gradient(circle at 82% 2%,var(--ws-bg-glow-blue),transparent 36rem),radial-gradient(circle at 74% 96%,var(--ws-bg-glow-orange),transparent 34rem),var(--ws-bg-page)}.crm-redesign-page .ws-crm-main-panel{gap:var(--ws-space-5);padding:clamp(18px,2.6vw,34px);padding-bottom:calc(var(--ws-page-pad-bottom-dock) + 18px)}.crm-dashboard-header{flex:0 0 auto}.crm-selected-allocation-bar{margin-top:0;border-radius:var(--ws-radius-xl);background:var(--ws-glass-panel-bg);border:1px solid var(--ws-card-border);box-shadow:var(--ws-shadow-soft);backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.crm-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:var(--ws-space-4)}.crm-kpi-grid .ws-rd-metric-card{min-height:136px}.crm-pipeline-strip{display:flex;align-items:stretch;gap:var(--ws-space-3);padding:var(--ws-space-3);overflow-x:auto;background:#ffffff94;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-soft);backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.crm-pipeline-stage{--crm-stage-accent: var(--ws-accent-primary);position:relative;display:grid;grid-template-columns:auto minmax(120px,1fr) auto auto;align-items:center;gap:var(--ws-space-3);min-width:250px;padding:var(--ws-space-3) var(--ws-space-4);color:var(--ws-text-primary);background:linear-gradient(135deg,color-mix(in srgb,var(--crm-stage-accent) 10%,white),#ffffffc2);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 18%,transparent);border-radius:var(--ws-radius-xl)}.crm-pipeline-stage-icon{display:grid;width:36px;height:36px;place-items:center;color:#fff;border-radius:14px;background:linear-gradient(145deg,var(--crm-stage-accent),color-mix(in srgb,var(--crm-stage-accent) 68%,#111a3a));font-size:12px;font-weight:850;box-shadow:0 10px 22px color-mix(in srgb,var(--crm-stage-accent) 24%,transparent)}.crm-pipeline-stage strong,.crm-pipeline-stage span,.crm-pipeline-stage em{display:block}.crm-pipeline-stage strong{font-size:13px;letter-spacing:-.01em}.crm-pipeline-stage span{margin-top:3px;color:var(--ws-text-secondary);font-size:12px}.crm-pipeline-stage em{color:var(--ws-text-primary);font-size:12px;font-style:normal;font-weight:850}.crm-pipeline-stage-arrow{color:color-mix(in srgb,var(--crm-stage-accent) 70%,var(--ws-text-muted));font-size:24px;line-height:1}.crm-dashboard-shell{background:#ffffff94;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-soft);backdrop-filter:blur(26px) saturate(155%);-webkit-backdrop-filter:blur(26px) saturate(155%)}.crm-dashboard-shell .ws-table-title{color:var(--ws-text-primary);font-size:18px;letter-spacing:-.03em}.crm-dashboard-shell .ws-table-subtitle{color:var(--ws-text-secondary)}.crm-kanban-scroll{padding-bottom:var(--ws-space-2)}.crm-kanban-redesign{gap:var(--ws-space-4);align-items:stretch}.crm-column-redesign{--crm-stage-accent: var(--ws-accent-primary);min-width:320px;background:linear-gradient(180deg,color-mix(in srgb,var(--crm-stage-accent) 8%,white),#ffffffb8);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 16%,transparent);border-radius:var(--ws-radius-2xl);box-shadow:0 18px 44px #261f5414}.crm-column-redesign .ws-crm-column-header{color:var(--ws-text-primary)}.crm-column-redesign .ws-crm-column-header strong{color:var(--crm-stage-accent);background:color-mix(in srgb,var(--crm-stage-accent) 12%,white);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 18%,transparent)}.crm-column-redesign .ws-crm-column-total{color:var(--ws-text-secondary)}.crm-lead-card-redesign{position:relative;overflow:hidden;background:#ffffffd1;border:1px solid rgba(45,35,95,.1);border-radius:var(--ws-radius-xl);box-shadow:0 14px 32px #261f5414;transition:transform var(--ws-transition-base),box-shadow var(--ws-transition-base),border-color var(--ws-transition-base)}.crm-lead-card-redesign:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--crm-stage-accent),color-mix(in srgb,var(--crm-stage-accent) 42%,white));opacity:.75}.crm-lead-card-redesign:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--crm-stage-accent) 24%,transparent);box-shadow:0 20px 46px #261f5421}.crm-lead-card-redesign .ws-crm-card-name{color:var(--ws-text-primary);font-size:15px;letter-spacing:-.02em}.crm-lead-card-redesign .ws-crm-card-phone,.crm-lead-card-redesign .ws-crm-card-email,.crm-lead-card-redesign .ws-crm-card-date{color:var(--ws-text-secondary)}.crm-lead-card-redesign .ws-crm-card-metrics{background:color-mix(in srgb,var(--crm-stage-accent) 7%,white);border:1px solid rgba(45,35,95,.08);border-radius:var(--ws-radius-lg)}.crm-lead-avatar{box-shadow:0 12px 26px color-mix(in srgb,var(--crm-stage-accent) 20%,transparent)}.crm-lead-score{display:inline-grid;min-width:34px;height:34px;place-items:center;color:var(--crm-stage-accent);background:color-mix(in srgb,var(--crm-stage-accent) 10%,white);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 20%,transparent);border-radius:999px;font-size:12px;font-weight:850}.crm-stage-accent-1{--crm-stage-accent: var(--ws-accent-primary)}.crm-stage-accent-2{--crm-stage-accent: var(--ws-accent-secondary)}.crm-stage-accent-3{--crm-stage-accent: var(--ws-accent-success)}.crm-stage-accent-4{--crm-stage-accent: var(--ws-accent-warning)}.crm-stage-accent-5{--crm-stage-accent: var(--ws-accent-conversion)}.crm-stage-accent-6{--crm-stage-accent: #0ea5e9}@media(max-width:1280px){.crm-kpi-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:820px){.crm-redesign-page .ws-crm-main-panel{padding-inline:var(--ws-space-4)}.crm-kpi-grid{grid-template-columns:1fr}.crm-column-redesign{min-width:286px}}.crm-lead-panel-backdrop{justify-content:flex-end;align-items:stretch;padding:clamp(14px,2vw,28px);padding-bottom:calc(var(--ws-page-pad-bottom-dock) + 12px);background:linear-gradient(90deg,#1118270f,#1118272e);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.crm-lead-detail-panel{width:min(640px,calc(100vw - 28px));max-width:640px;max-height:calc(100vh - 48px);padding:0;overflow:hidden;color:var(--ws-text-primary);background:#ffffffe0;border:1px solid rgba(255,255,255,.62);border-radius:var(--ws-radius-2xl);box-shadow:0 30px 100px #261f5442;backdrop-filter:blur(30px) saturate(165%);-webkit-backdrop-filter:blur(30px) saturate(165%)}.crm-lead-detail-scroll{height:100%;max-height:inherit;overflow-y:auto;padding:var(--ws-space-4)}.crm-lead-detail-hero{position:relative;overflow:hidden;padding:var(--ws-space-5);color:#fff;background:radial-gradient(circle at 85% 10%,rgba(255,255,255,.35),transparent 12rem),linear-gradient(135deg,#f43f8a,#8b5cf6 48%,#fb923c);border-radius:calc(var(--ws-radius-2xl) - 6px);box-shadow:0 18px 44px #7c3aed38}.crm-lead-detail-topbar,.crm-lead-detail-identity,.crm-lead-detail-status-row,.crm-lead-detail-meta{position:relative;z-index:1}.crm-lead-detail-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--ws-space-5)}.crm-lead-icon-button{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:24px;font-weight:800;line-height:1}.crm-lead-icon-button:disabled{cursor:not-allowed;opacity:.5}.crm-lead-detail-identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--ws-space-4);align-items:center}.crm-lead-detail-avatar{display:grid;width:82px;height:82px;place-items:center;color:#fff;border:3px solid rgba(255,255,255,.72);border-radius:28px;font-size:28px;font-weight:900;box-shadow:0 18px 34px #11182733}.crm-lead-detail-title h2{margin:3px 0 4px;color:#fff;font-size:clamp(26px,4vw,38px);line-height:1;letter-spacing:-.05em}.crm-lead-detail-title p,.crm-lead-detail-title .ws-lead-overline{color:#ffffffdb}.crm-lead-score-ring{display:grid;width:86px;height:86px;place-items:center;padding:8px;color:#fff;background:conic-gradient(from 180deg,#fffffff2,#ffffff3d,#fffffff2);border-radius:999px;box-shadow:inset 0 0 0 9px #ffffff29,0 16px 34px #1118272e;text-align:center}.crm-lead-score-ring span,.crm-lead-score-ring small{display:block}.crm-lead-score-ring span{font-size:24px;font-weight:900;line-height:1}.crm-lead-score-ring small{font-size:10px;font-weight:800;opacity:.86}.crm-lead-detail-meta,.crm-lead-detail-status-row{display:flex;flex-wrap:wrap;gap:var(--ws-space-2);margin-top:var(--ws-space-4)}.crm-lead-detail-meta span,.crm-lead-status-pill,.crm-lead-assignee-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;background:#fff3;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;font-size:12px;font-weight:800}.crm-lead-quick-actions,.crm-lead-tabbar,.crm-lead-save-row,.crm-lead-overview-grid,.crm-lead-drawer-grid{margin-top:var(--ws-space-4)}.crm-lead-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ws-space-3)}.crm-lead-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;color:var(--ws-text-primary);background:#ffffffc7;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-lg);box-shadow:0 12px 28px #261f5414;font-weight:850;text-decoration:none}.crm-lead-action-button span{color:var(--ws-accent-primary)}.crm-lead-action-button.is-disabled,.crm-lead-action-button:disabled{cursor:not-allowed;opacity:.48}.crm-lead-tabbar{display:flex;gap:var(--ws-space-2);overflow-x:auto;padding:6px;background:#ffffff9e;border:1px solid var(--ws-card-border);border-radius:999px}.crm-lead-tab{white-space:nowrap;padding:9px 13px;color:var(--ws-text-secondary);border-radius:999px;font-size:12px;font-weight:850}.crm-lead-tab.is-active{color:#fff;background:linear-gradient(135deg,var(--ws-accent-primary),var(--ws-accent-secondary));box-shadow:0 10px 22px #7c3aed33}.crm-lead-tab.is-disabled{opacity:.42}.crm-lead-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ws-space-3)}.crm-lead-overview-card{padding:var(--ws-space-4);background:#ffffffc2;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-xl);box-shadow:0 12px 30px #261f5412}.crm-lead-overview-card--wide{grid-column:1 / -1}.crm-lead-card-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--ws-space-3);margin-bottom:var(--ws-space-2)}.crm-lead-card-heading span{color:var(--ws-text-muted);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.crm-lead-card-heading strong{color:var(--ws-accent-primary);font-size:13px}.crm-lead-overview-card p{margin:0;color:var(--ws-text-secondary);font-size:13px;line-height:1.55}.crm-health-bars{display:grid;gap:10px}.crm-health-bars div{display:grid;gap:5px;color:var(--ws-text-secondary);font-size:12px;font-weight:800}.crm-health-bars div:after{content:"";grid-row:2;height:8px;background:#7c3aed1a;border-radius:999px}.crm-health-bars i{grid-row:2;display:block;height:8px;min-width:18px;background:linear-gradient(90deg,var(--ws-accent-primary),var(--ws-accent-conversion));border-radius:999px;z-index:1}.crm-lead-save-row{position:sticky;top:-1px;z-index:3;padding:var(--ws-space-3);background:#ffffffd1;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-xl);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.crm-lead-drawer-grid{grid-template-columns:1fr}.crm-lead-panel-card{background:#ffffffbd;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-xl);box-shadow:0 14px 34px #261f5414}.crm-lead-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-lead-detail-panel .ws-lead-field input,.crm-lead-detail-panel .ws-lead-field select,.crm-lead-detail-panel .ws-lead-note-input,.crm-lead-detail-panel .ws-disposition-row select{color:var(--ws-text-primary);background:#ffffffd1;border:1px solid var(--ws-soft-border);border-radius:var(--ws-radius-md)}.crm-lead-detail-panel .ws-lead-note-card{background:#ffffffc7;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-lg)}@media(max-width:760px){.crm-lead-panel-backdrop{padding:8px;padding-bottom:calc(var(--ws-page-pad-bottom-dock) + 8px)}.crm-lead-detail-panel{width:100%;max-height:calc(100vh - 16px);border-radius:var(--ws-radius-xl)}.crm-lead-detail-identity{grid-template-columns:auto 1fr}.crm-lead-score-ring{grid-column:1 / -1;width:100%;height:auto;min-height:58px;border-radius:var(--ws-radius-xl)}.crm-lead-quick-actions,.crm-lead-overview-grid,.crm-lead-field-grid{grid-template-columns:1fr}}.crm-redesign-page{background:radial-gradient(circle at 10% -10%,rgba(124,58,237,.18),transparent 34rem),radial-gradient(circle at 92% 0%,rgba(37,99,235,.16),transparent 38rem),linear-gradient(135deg,#fff,#f7f2ff 48%,#edf6ff)!important}.crm-redesign-page .ws-crm-main-panel{padding:clamp(22px,3vw,42px) clamp(18px,3vw,42px) calc(var(--ws-page-pad-bottom-dock, 132px) + 32px)!important;gap:clamp(18px,2vw,28px)!important}.crm-redesign-page .crm-dashboard-header{position:relative;overflow:hidden;padding:clamp(20px,2.3vw,30px)!important;background:radial-gradient(circle at 90% 12%,rgba(37,99,235,.12),transparent 22rem),linear-gradient(145deg,#ffffffe6,#f7f3ffc2)!important;border:1px solid rgba(124,58,237,.12)!important;border-radius:32px!important;box-shadow:0 24px 70px #261f5421,inset 0 1px #ffffffdb!important}.crm-redesign-page .crm-dashboard-header h1,.crm-redesign-page .ws-rd-page-header h1{color:var(--ws-text-primary, #111a3a)!important;font-size:clamp(28px,3.1vw,44px)!important;line-height:1!important;letter-spacing:-.055em!important}.crm-redesign-page .crm-dashboard-header p,.crm-redesign-page .ws-rd-page-header p{color:var(--ws-text-secondary, #51627f)!important;font-size:15px!important}.crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(5,minmax(160px,1fr))!important;gap:clamp(12px,1.4vw,18px)!important}.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card{min-height:124px!important;padding:clamp(16px,1.7vw,22px)!important;background:#ffffffd1!important;border-color:#2d235f1a!important;border-radius:26px!important;box-shadow:0 16px 42px #261f541a!important}.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card strong,.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card h3{color:var(--ws-text-primary, #111a3a)!important}.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card span,.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card p,.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card small{color:var(--ws-text-secondary, #51627f)!important;letter-spacing:.02em!important}.crm-redesign-page .crm-pipeline-strip{gap:12px!important;padding:12px!important;overflow-x:auto!important;border-radius:28px!important;background:#ffffffad!important;border-color:#2d235f1a!important;box-shadow:0 16px 46px #261f5417!important}.crm-redesign-page .crm-pipeline-stage{min-width:220px!important;padding:14px 16px!important;border-radius:22px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--crm-stage-accent) 9%,white),#ffffffd6)!important;box-shadow:inset 0 1px #ffffffb3!important}.crm-redesign-page .crm-pipeline-stage strong{color:var(--ws-text-primary, #111a3a)!important;font-size:13px!important}.crm-redesign-page .crm-pipeline-stage span,.crm-redesign-page .crm-pipeline-stage em{color:var(--ws-text-secondary, #51627f)!important}.crm-redesign-page .crm-dashboard-shell,.crm-redesign-page .ws-crm-board-card{border-radius:34px!important;background:linear-gradient(145deg,#ffffffc2,#f4efff94)!important;border:1px solid rgba(255,255,255,.74)!important;box-shadow:0 28px 82px #261f5424,inset 0 1px #ffffffd1!important}.crm-redesign-page .ws-crm-board-scroll{padding:18px!important;overflow-x:auto!important;overflow-y:hidden!important;border-radius:28px!important}.crm-redesign-page .ws-crm-board{gap:16px!important}.crm-redesign-page .ws-crm-column,.crm-redesign-page .crm-column-redesign{border-radius:26px!important;background:#ffffffc2!important;border:1px solid rgba(45,35,95,.1)!important;box-shadow:0 14px 38px #261f5414!important}.crm-redesign-page .ws-crm-column-header{color:var(--ws-text-primary, #111a3a)!important;border-bottom-color:#2d235f14!important}.crm-redesign-page .ws-crm-lead-card{border-radius:20px!important;background:#ffffffe6!important;border:1px solid rgba(45,35,95,.09)!important;box-shadow:0 12px 28px #261f5417!important}.crm-redesign-page .ws-crm-card-name{color:var(--ws-text-primary, #111a3a)!important;font-weight:850!important}.crm-redesign-page .ws-crm-card-email,.crm-redesign-page .ws-crm-card-grid,.crm-redesign-page .ws-crm-card-footer{color:var(--ws-text-secondary, #51627f)!important}.crm-redesign-page .crm-lead-panel-backdrop{background:linear-gradient(90deg,#0f172a05,#0f172a16)!important;backdrop-filter:blur(.5px)!important;-webkit-backdrop-filter:blur(.5px)!important}.crm-redesign-page .crm-lead-detail-panel{border-radius:32px!important;box-shadow:0 28px 90px #261f543d!important}@media(max-width:1280px){.crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.crm-redesign-page .crm-kpi-grid{grid-template-columns:1fr!important}}.crm-redesign-page.ws-client-page{min-height:100vh;display:block;overflow-x:clip;color:#111a3a;background:radial-gradient(circle at 8% -8%,rgba(124,58,237,.13),transparent 34rem),radial-gradient(circle at 92% 2%,rgba(59,130,246,.12),transparent 36rem),linear-gradient(135deg,#fff,#fbf9ff 44%,#f3f7ff)!important}.crm-redesign-page .ws-client-sidebar{display:none!important}.crm-redesign-page .ws-crm-main-panel{width:min(100%,1560px);max-width:1560px;margin:0 auto;padding:clamp(28px,2.4vw,36px) clamp(20px,2.6vw,36px) calc(var(--ws-page-pad-bottom-dock, 120px) + 30px)!important;gap:16px!important;overflow-x:clip}.crm-redesign-page .crm-dashboard-header{min-height:88px;padding:14px 18px!important;display:grid!important;grid-template-columns:minmax(330px,.85fr) minmax(520px,1.15fr);align-items:center;gap:18px;overflow:visible;background:#ffffffc2!important;border:1px solid rgba(124,58,237,.1)!important;border-radius:22px!important;box-shadow:0 14px 36px #261f5414,inset 0 1px #ffffffe6!important;-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%)}.crm-redesign-page .ws-rd-page-header__identity{min-width:0;gap:14px}.crm-command-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.crm-command-brand__mark{display:grid;width:46px;height:46px;place-items:center;color:#fff;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#2563eb);font-size:13px;font-weight:900;box-shadow:0 12px 24px #4f46e538}.crm-command-brand__name{color:#111a3a;font-size:13px;font-weight:900;letter-spacing:-.02em}.crm-command-brand__sub{color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.crm-redesign-page .crm-dashboard-header h1,.crm-redesign-page .ws-rd-page-header h1{font-size:clamp(30px,2.25vw,36px)!important;line-height:1.02!important;letter-spacing:-.045em!important;color:#111a3a!important}.crm-redesign-page .crm-dashboard-header p{margin-top:4px;color:#5d6d89!important;font-size:13px!important}.crm-redesign-page .ws-rd-page-header__tools{min-width:0;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:nowrap}.crm-redesign-page .ws-rd-global-search{flex:1 1 300px;max-width:420px;min-width:220px}.crm-redesign-page .ws-rd-button{min-height:42px;border-radius:14px;white-space:nowrap}.crm-redesign-page .crm-new-lead-button{gap:7px;padding-inline:16px!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;box-shadow:0 12px 24px #4f46e538!important}.crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.crm-redesign-page .crm-kpi-grid .ws-rd-metric-card{min-height:122px!important;height:122px;padding:16px!important;border-radius:18px!important;background:#ffffffe0!important;border:1px solid rgba(45,35,95,.09)!important;box-shadow:0 10px 26px #261f5411!important}.crm-redesign-page .ws-rd-metric-card__topline span:first-child{color:#61708b!important;font-size:11px!important;font-weight:900;letter-spacing:.09em!important;text-transform:uppercase}.crm-redesign-page .ws-rd-metric-card__body strong{color:#111a3a!important;font-size:clamp(28px,2vw,33px)!important;line-height:1!important;letter-spacing:-.045em}.crm-redesign-page .ws-rd-metric-card__body p{max-width:145px;color:#64748b!important;font-size:12px!important;line-height:1.3}.crm-redesign-page .crm-pipeline-strip{min-height:92px;align-items:center;gap:0!important;padding:12px 14px!important;background:#ffffffd6!important;border:1px solid rgba(45,35,95,.09)!important;border-radius:20px!important;box-shadow:0 10px 28px #261f5411!important;overflow-x:auto!important;overflow-y:hidden;max-width:100%}.crm-redesign-page .crm-pipeline-stage{grid-template-columns:auto minmax(110px,1fr) auto auto;min-width:205px!important;padding:8px 10px!important;border:0!important;border-radius:16px!important;background:transparent!important;box-shadow:none!important}.crm-redesign-page .crm-pipeline-stage-icon{width:30px;height:30px;border-radius:999px;font-size:11px}.crm-redesign-page .crm-pipeline-stage strong{font-size:12.5px!important;color:#111a3a!important}.crm-redesign-page .crm-pipeline-stage span{font-size:11.5px!important;color:#64748b!important}.crm-redesign-page .crm-pipeline-stage em{font-size:12px!important;color:#334155!important}.crm-redesign-page .crm-pipeline-stage-arrow{color:#b4bfd1;font-size:22px}.crm-redesign-page .ws-crm-v2-tabs{display:none!important}.crm-redesign-page .crm-dashboard-shell,.crm-redesign-page .ws-crm-board-card{min-width:0;padding:14px!important;border-radius:22px!important;background:#ffffff8a!important;border:1px solid rgba(45,35,95,.08)!important;box-shadow:0 12px 34px #261f5412!important}.crm-redesign-page .ws-table-summary{padding:2px 4px 12px!important}.crm-redesign-page .crm-dashboard-shell .ws-table-title{font-size:17px;color:#111a3a}.crm-redesign-page .crm-dashboard-shell .ws-table-subtitle{font-size:12px;color:#64748b}.crm-redesign-page .ws-crm-board-scroll{max-width:100%;padding:0 0 10px!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;border-radius:18px!important}.crm-redesign-page .ws-crm-board{width:max-content;min-width:100%;gap:12px!important;align-items:stretch}.crm-redesign-page .ws-crm-column,.crm-redesign-page .crm-column-redesign{min-width:230px!important;width:230px!important;padding:12px!important;border-radius:18px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--crm-stage-accent) 6%,white),#ffffffd6)!important;border:1px solid color-mix(in srgb,var(--crm-stage-accent) 15%,rgba(45,35,95,.06))!important;box-shadow:0 8px 22px #261f540e!important}.crm-redesign-page .ws-crm-column-header{padding-bottom:8px;font-size:13px!important;border-bottom:1px solid rgba(45,35,95,.07)}.crm-redesign-page .ws-crm-column-header span{color:#111a3a;font-size:13px;font-weight:900}.crm-redesign-page .ws-crm-column-header strong{min-width:25px;height:25px;font-size:12px;border-radius:999px!important}.crm-redesign-page .ws-crm-column-total{margin:8px 0 10px;font-size:12px!important;color:#64748b!important}.crm-redesign-page .ws-crm-card-list{gap:10px!important}.crm-redesign-page .ws-crm-lead-card{min-height:124px;padding:12px!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(45,35,95,.08)!important;box-shadow:0 8px 18px #261f540f!important}.crm-redesign-page .crm-lead-card-redesign:before{height:3px;opacity:.62}.crm-redesign-page .ws-crm-card-top{gap:9px}.crm-redesign-page .ws-client-avatar.crm-lead-avatar{width:34px;height:34px;border-radius:12px;font-size:12px}.crm-redesign-page .ws-crm-card-name{font-size:13px!important;color:#111a3a!important}.crm-redesign-page .ws-crm-card-phone,.crm-redesign-page .ws-crm-card-email,.crm-redesign-page .ws-crm-card-date{font-size:11.5px!important;color:#64748b!important}.crm-redesign-page .ws-crm-card-metrics{padding:8px!important;gap:8px;border-radius:12px!important}.crm-redesign-page .ws-crm-card-metrics span,.crm-redesign-page .ws-crm-card-fund span{font-size:10px!important;color:#71809a!important}.crm-redesign-page .ws-crm-card-metrics strong,.crm-redesign-page .ws-crm-card-fund strong{font-size:11.5px!important;color:#17213f!important}.crm-redesign-page .ws-crm-card-fund{margin-top:8px}.crm-redesign-page .ws-crm-card-footer{margin-top:8px;gap:6px}.crm-redesign-page .ws-crm-stage-tag{font-size:10.5px!important;padding:4px 7px!important}.crm-redesign-page .crm-lead-score{min-width:25px;height:25px;font-size:10.5px}.crm-redesign-page .ws-crm-empty-column{padding:18px 10px;color:#7b88a0;background:#ffffff8f;border-radius:14px}.crm-redesign-page .crm-lead-panel-backdrop{align-items:stretch;justify-content:flex-end;padding:18px 18px calc(var(--ws-page-pad-bottom-dock, 120px) + 10px)!important;background:linear-gradient(90deg,#0f172a03,#0f172a12)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.crm-redesign-page .crm-lead-detail-panel{width:min(460px,calc(100vw - 28px))!important;max-width:460px!important;max-height:calc(100vh - var(--ws-page-pad-bottom-dock, 120px) - 28px)!important;border-radius:24px!important;box-shadow:-18px 22px 70px #261f5433!important}.crm-redesign-page .crm-lead-detail-scroll{padding:12px}.crm-redesign-page .crm-lead-detail-hero{padding:18px;border-radius:20px}.crm-redesign-page .crm-lead-detail-avatar{width:60px;height:60px;border-radius:20px;font-size:21px}.crm-redesign-page .crm-lead-detail-title h2{font-size:27px}.crm-redesign-page .crm-lead-score-ring{width:66px;height:66px}.crm-redesign-page .crm-lead-quick-actions{gap:8px}.crm-redesign-page .crm-lead-action-button{min-height:42px;font-size:12px}@media(max-width:1180px){.crm-redesign-page .crm-dashboard-header{grid-template-columns:1fr}.crm-redesign-page .ws-rd-page-header__tools{justify-content:flex-start;flex-wrap:wrap}.crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.crm-redesign-page .ws-crm-main-panel{padding-inline:14px!important}.crm-redesign-page .crm-kpi-grid{grid-template-columns:1fr!important}.crm-redesign-page .ws-rd-global-search{max-width:none;flex-basis:100%}.crm-redesign-page .ws-crm-column,.crm-redesign-page .crm-column-redesign{min-width:220px!important;width:220px!important}}.crm-redesign-page .crm-v3-command-header{min-height:82px;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(560px,1.1fr);align-items:center;gap:18px;padding:12px 14px 12px 16px;background:#ffffffeb;border:1px solid rgba(45,35,95,.08);border-radius:20px;box-shadow:0 10px 26px #261f540e}.crm-v3-command-identity,.crm-v3-command-tools{display:flex;align-items:center;min-width:0}.crm-v3-command-identity{gap:13px}.crm-v3-command-copy{min-width:0}.crm-v3-command-copy h1{margin:0;color:#0f1b3d;font-size:clamp(28px,2.1vw,34px);line-height:1;letter-spacing:-.05em;font-weight:900}.crm-v3-command-copy p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.2;font-weight:650}.crm-v3-command-tools{justify-content:flex-end;gap:9px}.crm-v3-search{flex:1 1 330px;max-width:440px;min-width:230px;height:42px;display:flex;align-items:center;gap:8px;padding:0 13px;color:#64748b;background:#fff;border:1px solid rgba(45,35,95,.09);border-radius:14px;box-shadow:inset 0 1px #ffffffd9,0 6px 16px #261f540a}.crm-v3-search input{width:100%;min-width:0;color:#111a3a;background:transparent;border:0;outline:0;font:inherit;font-size:13px}.crm-v3-search input::placeholder{color:#91a0b8}.crm-v3-tool-button,.crm-v3-icon-button,.crm-v3-new-lead-button,.crm-v3-journey-sort{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:14px;border:1px solid rgba(45,35,95,.09);background:#fff;color:#263759;font-size:13px;font-weight:850;box-shadow:0 7px 18px #261f540e;white-space:nowrap}.crm-v3-tool-button{padding:0 13px}.crm-v3-icon-button,.crm-v3-journey-sort{width:42px;padding:0}.crm-v3-notification-button{position:relative}.crm-v3-notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 2px #fff}.crm-v3-new-lead-button{padding:0 16px;border:0;color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;box-shadow:0 12px 24px #4f46e538!important}.crm-redesign-page .crm-v3-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important}.crm-v3-kpi-card{position:relative;min-height:116px;height:116px;display:flex;justify-content:space-between;gap:10px;overflow:hidden;padding:15px 15px 13px;background:#fff;border:1px solid rgba(45,35,95,.075);border-radius:18px;box-shadow:0 9px 22px #261f540e}.crm-v3-kpi-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--crm-kpi-accent),color-mix(in srgb,var(--crm-kpi-accent) 22%,white));opacity:.7}.crm-v3-kpi-copy{min-width:0;display:grid;align-content:space-between;gap:7px}.crm-v3-kpi-copy span{color:#60708c;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.crm-v3-kpi-copy strong{color:#101a3a;font-size:clamp(27px,1.9vw,32px);line-height:1;font-weight:950;letter-spacing:-.05em}.crm-v3-kpi-copy p{max-width:150px;margin:0;color:#64748b;font-size:12px;line-height:1.25;font-weight:650}.crm-v3-kpi-spark{align-self:end;width:54px;height:38px;display:flex;align-items:end;justify-content:flex-end;gap:4px;opacity:.88}.crm-v3-kpi-spark i{width:7px;border-radius:999px;background:color-mix(in srgb,var(--crm-kpi-accent) 72%,white)}.crm-v3-kpi-spark i:nth-child(1){height:16px;opacity:.45}.crm-v3-kpi-spark i:nth-child(2){height:25px;opacity:.65}.crm-v3-kpi-spark i:nth-child(3){height:34px}.crm-redesign-page .crm-v3-journey-rail{height:90px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;background:#ffffffeb;border:1px solid rgba(45,35,95,.075);border-radius:20px;box-shadow:0 9px 24px #261f540e;overflow:hidden}.crm-v3-journey-scroll{min-width:0;height:100%;display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:thin}.crm-v3-journey-stage{--crm-stage-accent: #7c3aed;flex:0 0 205px;height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:0 8px;border-radius:16px}.crm-v3-journey-icon{width:31px;height:31px;display:grid;place-items:center;color:var(--crm-stage-accent);background:color-mix(in srgb,var(--crm-stage-accent) 11%,white);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 18%,white);border-radius:999px;font-size:11px;font-weight:950}.crm-v3-journey-copy{min-width:0}.crm-v3-journey-copy strong,.crm-v3-journey-copy span,.crm-v3-journey-stage em{display:block}.crm-v3-journey-copy strong{overflow:hidden;color:#111a3a;font-size:12.5px;font-weight:900;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.crm-v3-journey-copy span{margin-top:3px;color:#64748b;font-size:11.5px;font-weight:700}.crm-v3-journey-stage em{color:#334155;font-size:11.5px;font-style:normal;font-weight:900}.crm-v3-journey-stage b{color:#b8c2d2;font-size:22px;line-height:1}.crm-redesign-page .crm-v3-kanban-shell{padding:12px!important;background:#ffffff9e!important;border:1px solid rgba(45,35,95,.07)!important;border-radius:22px!important;box-shadow:0 10px 28px #261f540e!important}.crm-v3-board-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 2px 11px}.crm-redesign-page .crm-v3-kanban-scroll{max-width:100%;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 8px!important;border-radius:18px!important;overscroll-behavior-x:contain}.crm-redesign-page .crm-v3-kanban-grid{width:max-content;min-width:100%;display:flex;align-items:stretch;gap:12px!important}.crm-redesign-page .crm-v3-kanban-column{flex:0 0 232px;width:232px!important;min-width:232px!important;padding:11px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--crm-stage-accent) 5%,white),#fff 72%)!important;border:1px solid color-mix(in srgb,var(--crm-stage-accent) 13%,rgba(45,35,95,.05))!important;border-radius:18px!important;box-shadow:0 8px 18px #261f540b!important}.crm-v3-column-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding-bottom:9px;border-bottom:1px solid rgba(45,35,95,.065)}.crm-v3-column-header strong,.crm-v3-column-header span{display:block}.crm-v3-column-header strong{color:var(--crm-stage-accent);font-size:13px;line-height:1.15;font-weight:950;letter-spacing:-.015em}.crm-v3-column-header span{margin-top:4px;color:#64748b;font-size:11.5px;font-weight:750}.crm-v3-column-header em{min-width:25px;height:25px;display:grid;place-items:center;color:var(--crm-stage-accent);background:color-mix(in srgb,var(--crm-stage-accent) 10%,white);border:1px solid color-mix(in srgb,var(--crm-stage-accent) 18%,white);border-radius:999px;font-size:12px;font-style:normal;font-weight:950}.crm-v3-dialler-button{width:100%;margin-top:9px;min-height:34px;border-radius:12px;font-size:11px}.crm-v3-card-list{gap:9px!important;margin-top:10px}.crm-redesign-page .crm-v3-lead-card{min-height:132px;display:grid;gap:8px;padding:11px!important;cursor:pointer;text-align:left;background:#fff!important;border:1px solid rgba(45,35,95,.075)!important;border-radius:16px!important;box-shadow:0 7px 16px #261f540e!important}.crm-v3-lead-card__top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.crm-v3-lead-card__person{min-width:0}.crm-v3-lead-card__person strong,.crm-v3-lead-card__person span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-v3-lead-card__person strong{color:#111a3a;font-size:13px;line-height:1.15;font-weight:950}.crm-v3-lead-card__person span{margin-top:3px;color:#64748b;font-size:11.5px;font-weight:700}.crm-v3-lead-card__metrics{display:grid;grid-template-columns:.72fr 1fr;gap:7px;padding:7px;background:#f8faff;border:1px solid rgba(45,35,95,.055);border-radius:12px}.crm-v3-lead-card__metrics span,.crm-v3-lead-card__fund span{display:block;color:#71809a;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.crm-v3-lead-card__metrics strong,.crm-v3-lead-card__fund strong{display:block;overflow:hidden;color:#17213f;font-size:11.5px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.crm-v3-lead-card__fund{min-width:0}.crm-v3-lead-card__fund strong{margin-top:3px}.crm-v3-lead-card__footer{display:flex;justify-content:space-between;gap:8px;color:#64748b;font-size:11px;font-weight:750}.crm-v3-lead-card__footer span,.crm-v3-lead-card__footer time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-v3-lead-card__footer span{max-width:52%}.crm-v3-empty-column{padding:16px 10px!important;color:#7b88a0!important;background:#ffffff9e!important;border:1px dashed rgba(100,116,139,.18);border-radius:14px!important;font-size:12px!important}@media(max-width:1180px){.crm-redesign-page .crm-v3-command-header{grid-template-columns:1fr}.crm-v3-command-tools{justify-content:flex-start;flex-wrap:wrap}.crm-v3-search{max-width:none}.crm-redesign-page .crm-v3-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.crm-v3-command-copy h1{font-size:26px}.crm-v3-search{flex-basis:100%}.crm-redesign-page .crm-v3-kpi-grid{grid-template-columns:1fr!important}.crm-redesign-page .crm-v3-kanban-column{flex-basis:220px;width:220px!important;min-width:220px!important}}.crm-redesign-page.ws-client-page{overflow-x:hidden!important;background:radial-gradient(circle at 8% -8%,rgba(124,58,237,.1),transparent 32rem),radial-gradient(circle at 90% 0%,rgba(37,99,235,.09),transparent 34rem),linear-gradient(135deg,#fff,#fbf9ff,#f5f8ff)!important}.crm-redesign-page .ws-crm-main-panel{width:min(100%,1560px)!important;max-width:1560px!important;padding:clamp(28px,2.4vw,36px) clamp(20px,2.5vw,36px) calc(var(--ws-page-pad-bottom-dock, 120px) + 28px)!important;gap:14px!important}.crm-redesign-page .crm-v3-command-header{min-height:76px;grid-template-columns:minmax(300px,.82fr) minmax(540px,1.18fr);padding:8px 0;background:transparent;border:0;border-radius:0;box-shadow:none}.crm-redesign-page .crm-command-brand__mark{width:44px;height:44px;border-radius:14px}.crm-v3-command-copy h1{font-size:clamp(29px,2vw,34px);color:#101a3a}.crm-v3-command-copy p{margin-top:4px;color:#60708c}.crm-v3-command-tools{gap:8px}.crm-v3-search{height:40px;max-width:430px;border-radius:13px;border-color:#1f295314;box-shadow:0 7px 18px #261f540b}.crm-v3-tool-button,.crm-v3-icon-button,.crm-v3-new-lead-button,.crm-v3-journey-sort{height:40px;border-radius:13px;box-shadow:0 7px 18px #261f540b}.crm-redesign-page .crm-v3-kpi-grid{gap:12px!important}.crm-v3-kpi-card{height:110px;min-height:110px;padding:14px 14px 12px;border-radius:17px;border-color:#1f295313;box-shadow:0 8px 20px #261f540d}.crm-v3-kpi-copy{max-width:calc(100% - 44px);gap:5px}.crm-v3-kpi-copy span{color:#53647f;font-size:10.5px;letter-spacing:.075em}.crm-v3-kpi-copy strong{font-size:clamp(27px,1.8vw,31px);color:#101a3a}.crm-v3-kpi-copy p{max-width:170px;color:#62718d;font-size:12px}.crm-v3-kpi-spark{width:38px;min-width:38px;height:32px}.crm-v3-kpi-spark i{width:6px}.crm-v3-kpi-spark i:nth-child(1){height:13px}.crm-v3-kpi-spark i:nth-child(2){height:21px}.crm-v3-kpi-spark i:nth-child(3){height:29px}.crm-redesign-page .crm-v3-journey-rail{height:80px;padding:8px 10px;background:#fff;border-color:#1f295313;border-radius:18px;box-shadow:0 8px 20px #261f540d}.crm-v3-journey-scroll{gap:4px;scrollbar-width:none}.crm-v3-journey-scroll::-webkit-scrollbar{display:none}.crm-v3-journey-stage{flex:0 0 190px;height:58px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:0 8px;background:transparent}.crm-v3-journey-icon{width:28px;height:28px;font-size:10.5px}.crm-v3-journey-copy strong{color:#101a3a;font-size:12px}.crm-v3-journey-copy span,.crm-v3-journey-stage em{color:#62718d;font-size:11px}.crm-v3-journey-stage em{justify-self:end;max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-redesign-page .crm-v3-kanban-shell,.crm-redesign-page .crm-dashboard-shell,.crm-redesign-page .ws-crm-board-card{padding:2px 0 0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.crm-v3-board-summary{padding:2px 2px 10px}.crm-redesign-page .crm-dashboard-shell .ws-table-title,.crm-v3-board-summary .ws-table-title{color:#101a3a;font-size:16px;font-weight:900}.crm-redesign-page .crm-dashboard-shell .ws-table-subtitle,.crm-v3-board-summary .ws-table-subtitle{color:#62718d;font-size:12px}.crm-redesign-page .crm-v3-kanban-scroll{max-width:100%;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 10px!important;border-radius:0!important;scrollbar-width:thin}.crm-redesign-page .crm-v3-kanban-grid{min-width:max-content;width:max-content;gap:12px!important;padding:0 1px 2px}.crm-redesign-page .crm-v3-kanban-column{flex:0 0 238px;width:238px!important;min-width:238px!important;padding:10px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--crm-stage-accent) 4%,#ffffff),#fff 60%)!important;border:1px solid rgba(31,41,83,.075)!important;border-radius:17px!important;box-shadow:0 8px 20px #261f540c!important}.crm-v3-column-header{min-height:42px;padding-bottom:8px;border-bottom-color:#1f29530f}.crm-v3-column-header strong{color:color-mix(in srgb,var(--crm-stage-accent) 74%,#101a3a);font-size:13px}.crm-v3-column-header span{color:#62718d;font-size:11px}.crm-v3-column-header em{min-width:24px;height:24px;font-size:11.5px}.crm-v3-card-list{gap:8px!important;margin-top:9px}.crm-redesign-page .crm-v3-lead-card{min-height:126px;gap:7px;padding:10px!important;background:#fff!important;border-color:#1f295312!important;border-radius:15px!important;box-shadow:0 7px 15px #261f540c!important}.crm-redesign-page .crm-v3-lead-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--crm-stage-accent) 18%,rgba(31,41,83,.08))!important;box-shadow:0 10px 22px #261f5413!important}.crm-redesign-page .crm-v3-lead-card:before{height:2px;opacity:.5}.crm-redesign-page .ws-client-avatar.crm-lead-avatar{width:32px;height:32px;border-radius:11px}.crm-v3-lead-card__top{gap:7px}.crm-v3-lead-card__person strong{color:#101a3a;font-size:12.8px}.crm-v3-lead-card__person span{color:#62718d;font-size:11px}.crm-v3-lead-card__metrics{gap:6px;padding:6px;background:#fafbff;border-color:#1f29530d}.crm-v3-lead-card__metrics span,.crm-v3-lead-card__fund span{color:#74829a;font-size:9.5px;letter-spacing:.035em;text-transform:none}.crm-v3-lead-card__metrics strong,.crm-v3-lead-card__fund strong{color:#17213f;font-size:11.2px}.crm-v3-lead-card__footer{color:#62718d;font-size:10.8px}.crm-redesign-page .crm-lead-score{min-width:24px;height:24px;font-size:10px}.crm-v3-empty-column{padding:14px 10px!important;color:#7c8aa3!important;background:#ffffffb8!important}.crm-redesign-page .crm-lead-panel-backdrop{background:linear-gradient(90deg,#0f172a01,#0f172a0e)!important}.crm-redesign-page .crm-lead-detail-panel{width:min(468px,calc(100vw - 28px))!important;max-width:468px!important}@media(max-width:1180px){.crm-redesign-page .crm-v3-command-header{grid-template-columns:1fr}.crm-v3-command-tools{flex-wrap:wrap}.crm-redesign-page .crm-v3-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.crm-redesign-page .crm-v3-command-header{min-height:auto}.crm-v3-command-tools{align-items:stretch}.crm-v3-search{flex:1 1 100%;max-width:none}.crm-redesign-page .crm-v3-kpi-grid{grid-template-columns:1fr!important}.crm-redesign-page .crm-v3-kanban-column{flex-basis:224px;width:224px!important;min-width:224px!important}}.ws-client-select-page.ws-theme-v2{min-height:100vh!important;height:auto!important;max-height:none!important;display:block!important;overflow:auto!important;color:var(--ws-text-primary)!important;background:radial-gradient(circle at 8% -8%,var(--ws-bg-glow-purple),transparent 34rem),radial-gradient(circle at 92% 4%,var(--ws-bg-glow-blue),transparent 36rem),radial-gradient(circle at 78% 96%,var(--ws-bg-glow-orange),transparent 32rem),var(--ws-bg-page)!important}.ws-client-select-main{width:min(var(--ws-page-max),100%)!important;min-height:100vh!important;margin:0 auto!important;padding:var(--ws-page-pad-y) var(--ws-page-pad-x) var(--ws-page-pad-bottom-dock)!important;color:var(--ws-text-primary)!important}body.ws-snap-dock-left .ws-client-select-main{padding-left:max(var(--ws-page-pad-x),var(--ws-page-pad-side-dock))!important}body.ws-snap-dock-right .ws-client-select-main{padding-right:max(var(--ws-page-pad-x),var(--ws-page-pad-side-dock))!important}.ws-client-select-header{margin-bottom:var(--ws-space-6)}.ws-client-select-intro{margin-bottom:var(--ws-space-5);padding:var(--ws-space-6);color:var(--ws-text-primary);background:linear-gradient(135deg,#ffffffdb,#f6f1ffbd);border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-soft);-webkit-backdrop-filter:blur(24px) saturate(155%);backdrop-filter:blur(24px) saturate(155%)}.ws-client-select-intro h2{margin:0 0 6px;font-size:clamp(20px,2vw,28px);letter-spacing:-.04em}.ws-client-select-intro p{margin:0;color:var(--ws-text-secondary)}.ws-client-select-tabs{display:flex;flex-wrap:wrap;gap:var(--ws-space-3);margin:0 0 var(--ws-space-6);padding:var(--ws-space-3);background:#ffffff9e;border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:0 14px 34px #261f5414;-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%)}.ws-client-select-tabs button{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 15px;color:var(--ws-text-secondary);background:#ffffffbd;border:1px solid var(--ws-soft-border);border-radius:var(--ws-radius-pill);font-weight:800;cursor:pointer;transition:transform var(--ws-transition-fast),box-shadow var(--ws-transition-base),border-color var(--ws-transition-base),background var(--ws-transition-base)}.ws-client-select-tabs button:hover,.ws-client-select-tabs button:focus-visible{transform:translateY(-1px);border-color:var(--ws-accent-border);box-shadow:0 10px 24px #261f541a;outline:none}.ws-client-select-tabs button.is-active{color:#fff;background:linear-gradient(135deg,var(--ws-accent-primary),var(--ws-accent-secondary));border-color:#ffffff6b;box-shadow:var(--ws-shadow-button)}.ws-client-select-tabs strong{display:inline-grid;min-width:28px;height:24px;place-items:center;padding:0 8px;border-radius:var(--ws-radius-pill);background:#ffffffb8;color:var(--ws-accent-primary);font-size:12px}.ws-client-select-tabs .is-active strong{color:var(--ws-text-primary)}.ws-error-banner{margin-bottom:var(--ws-space-5);padding:14px 18px;color:#991b1b;background:#fee2e2db;border:1px solid rgba(239,68,68,.22);border-radius:var(--ws-radius-lg)}.ws-client-select-table-card{overflow:hidden;background:var(--ws-glass-panel-bg);border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-strong);-webkit-backdrop-filter:blur(30px) saturate(165%);backdrop-filter:blur(30px) saturate(165%)}.ws-client-select-table-head,.ws-client-select-row{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(120px,.8fr) minmax(190px,1.2fr) minmax(130px,.85fr) minmax(150px,1fr) minmax(130px,.9fr) minmax(165px,.9fr) minmax(104px,auto);gap:var(--ws-space-4);align-items:center}.ws-client-select-table-head{padding:18px 22px;color:var(--ws-text-muted);background:#f8faffbd;border-bottom:1px solid var(--ws-soft-border);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ws-client-select-table-body{display:grid;gap:10px;padding:12px}.ws-client-select-row{padding:14px 16px;color:var(--ws-text-secondary);background:#ffffffc7;border:1px solid rgba(45,35,95,.09);border-radius:var(--ws-radius-xl);cursor:pointer;transition:transform var(--ws-transition-fast),box-shadow var(--ws-transition-base),border-color var(--ws-transition-base),background var(--ws-transition-base)}.ws-client-select-row:hover,.ws-client-select-row:focus-within{transform:translateY(-2px);background:#fffffff0;border-color:var(--ws-accent-border);box-shadow:0 16px 38px #261f541f}.ws-client-select-name-cell{display:flex;align-items:center;gap:var(--ws-space-3);min-width:0}.ws-client-avatar{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;color:#fff;border-radius:16px;font-weight:900;box-shadow:inset 0 1px #ffffff52,0 12px 24px #261f541f}.ws-client-avatar-1{background:linear-gradient(135deg,#7c3aed,#2563eb)}.ws-client-avatar-2{background:linear-gradient(135deg,#2563eb,#06b6d4)}.ws-client-avatar-3{background:linear-gradient(135deg,#16a34a,#22c55e)}.ws-client-avatar-4{background:linear-gradient(135deg,#f59e0b,#f97316)}.ws-client-avatar-5{background:linear-gradient(135deg,#db2777,#7c3aed)}.ws-client-avatar-6{background:linear-gradient(135deg,#0f172a,#2563eb)}.ws-client-select-name-cell strong,.ws-client-select-presentation strong{display:block;color:var(--ws-text-primary);font-weight:850}.ws-client-select-name-cell span,.ws-client-select-presentation span{display:block;margin-top:3px;color:var(--ws-text-muted);font-size:12px}.ws-client-select-status{width:100%;min-height:38px;padding:0 12px;color:var(--ws-text-primary);background:linear-gradient(135deg,#7c3aed1a,#2563eb1a),#ffffffdb;border:1px solid var(--ws-accent-border);border-radius:var(--ws-radius-pill);font-weight:800;outline:none}.ws-client-select-status:focus{box-shadow:0 0 0 4px var(--ws-focus-ring)}.ws-client-select-button{width:100%;color:var(--ws-accent-primary)!important}.ws-client-select-empty{padding:var(--ws-space-10);color:var(--ws-text-secondary);text-align:center;background:#ffffffad;border:1px dashed var(--ws-card-border);border-radius:var(--ws-radius-xl);font-weight:750}.ws-client-select-footer{padding:16px 22px 20px;color:var(--ws-text-muted);border-top:1px solid var(--ws-soft-border);font-size:13px;font-weight:750}@media(max-width:1180px){.ws-client-select-table-head{display:none}.ws-client-select-row{grid-template-columns:1fr 1fr}}@media(max-width:720px){.ws-client-select-row{grid-template-columns:1fr}}.client-detail-panel{position:fixed;top:var(--ws-space-6);right:var(--ws-space-6);bottom:calc(var(--ws-page-pad-bottom-dock) - 84px);z-index:var(--ws-z-sticky);display:flex;width:min(440px,calc(100vw - 32px));flex-direction:column;gap:var(--ws-space-4);padding:var(--ws-space-5);color:var(--ws-text-primary);background:var(--ws-glass-panel-bg-strong);border:1px solid var(--ws-card-border);border-radius:var(--ws-radius-2xl);box-shadow:var(--ws-shadow-strong);overflow:auto;backdrop-filter:blur(30px) saturate(165%);-webkit-backdrop-filter:blur(30px) saturate(165%)}body.ws-snap-dock-right .client-detail-panel{right:calc(var(--ws-page-pad-side-dock) + var(--ws-space-4))}.client-detail-panel__header{position:relative;display:flex;gap:var(--ws-space-4);align-items:center;padding:var(--ws-space-5);border-radius:var(--ws-radius-xl);background:linear-gradient(135deg,#7c3aed24,#2563eb1f),#ffffffc7;border:1px solid var(--ws-accent-border)}.client-detail-panel__header p,.client-detail-panel__header h2{margin:0}.client-detail-panel__header p{color:var(--ws-accent-primary);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.client-detail-panel__header h2{margin-top:3px;color:var(--ws-text-primary);font-size:24px;letter-spacing:-.04em}.client-detail-panel__header span{display:inline-flex;margin-top:8px;padding:5px 10px;color:var(--ws-accent-primary);background:var(--ws-accent-primary-soft);border-radius:var(--ws-radius-pill);font-size:12px;font-weight:850}.client-detail-panel__close{position:absolute;top:12px;right:12px;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--ws-soft-border);border-radius:var(--ws-radius-pill);background:#ffffffc7;color:var(--ws-text-secondary);font-size:22px;cursor:pointer}.client-detail-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--ws-space-3)}.client-detail-item,.client-detail-panel__section{padding:var(--ws-space-4);background:#ffffffc2;border:1px solid var(--ws-soft-border);border-radius:var(--ws-radius-lg)}.client-detail-item span,.client-file-action span,.client-detail-empty{color:var(--ws-text-muted);font-size:12px}.client-detail-item span{display:block;margin-bottom:5px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.client-detail-item strong{color:var(--ws-text-primary);font-size:14px}.client-detail-panel__section h3{margin:0 0 var(--ws-space-3);color:var(--ws-text-primary);font-size:16px;letter-spacing:-.025em}.client-detail-panel__section p{margin:0;color:var(--ws-text-secondary);line-height:1.5}.client-file-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--ws-space-3);align-items:center;padding:var(--ws-space-3) 0;border-top:1px solid var(--ws-soft-border)}.client-file-action strong,.client-file-action span{display:block}.client-file-action strong{color:var(--ws-text-primary)}.client-file-action span{margin-top:3px}.client-detail-open{width:100%;flex:0 0 auto}@media(max-width:760px){.client-detail-panel{inset:var(--ws-space-3) var(--ws-space-3) var(--ws-page-pad-bottom-dock);width:auto}.client-detail-panel__grid,.client-file-action{grid-template-columns:1fr}}.client-file-action.is-generated{grid-template-columns:auto minmax(0,1fr) auto auto;padding:var(--ws-space-3);background:#ffffffc2;border:1px solid var(--ws-soft-border);border-radius:var(--ws-radius-lg)}.client-file-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--ws-accent-primary);background:var(--ws-accent-primary-soft);border-radius:12px;font-size:15px}.client-file-action em{padding:5px 9px;color:var(--ws-accent-success);background:var(--ws-accent-success-soft);border-radius:var(--ws-radius-pill);font-size:11px;font-style:normal;font-weight:900}.client-files-generate-empty{display:grid;gap:var(--ws-space-3);padding:var(--ws-space-4);background:#ffffffa8;border:1px dashed var(--ws-card-border);border-radius:var(--ws-radius-lg)}.client-files-generate-empty p{margin:0}@media(max-width:760px){.client-file-action.is-generated{grid-template-columns:auto 1fr}.client-file-action.is-generated em,.client-file-action.is-generated button{grid-column:1 / -1}}.ws-client-select-row.is-selected{background:#fffffff5;border-color:var(--ws-accent-border);box-shadow:0 16px 38px #4c1d9524}.ws-client-select-page.ws-theme-v2{background:radial-gradient(circle at 10% -10%,rgba(124,58,237,.18),transparent 34rem),radial-gradient(circle at 92% 0%,rgba(37,99,235,.16),transparent 38rem),linear-gradient(135deg,#fff,#f7f2ff 48%,#edf6ff)!important}.ws-client-select-main{padding:clamp(22px,3vw,42px) clamp(18px,3vw,42px) calc(var(--ws-page-pad-bottom-dock, 132px) + 32px)!important}.ws-client-select-header{grid-template-columns:minmax(0,1fr) minmax(0,auto)!important;gap:clamp(16px,2vw,28px)!important;padding:clamp(20px,2.3vw,30px)!important;border-radius:32px!important;background:radial-gradient(circle at 92% 10%,rgba(37,99,235,.12),transparent 22rem),linear-gradient(145deg,#ffffffe6,#f7f3ffc2)!important;border-color:#7c3aed1f!important;box-shadow:0 24px 70px #261f5421,inset 0 1px #ffffffdb!important}.ws-client-select-header .ws-rd-page-header__tools{min-width:0!important;max-width:100%!important;flex-wrap:wrap!important;justify-content:flex-end!important}.ws-client-select-header .ws-rd-search{flex:1 1 280px!important;min-width:min(280px,100%)!important;max-width:430px!important}.ws-client-select-header .ws-client-select-new{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;white-space:nowrap!important}.ws-client-select-intro{color:var(--ws-text-primary, #111a3a)!important;background:radial-gradient(circle at 8% 0%,rgba(124,58,237,.1),transparent 18rem),#ffffffd1!important;border-color:#2d235f1a!important;border-radius:30px!important;box-shadow:0 18px 50px #261f541a!important}.ws-client-select-intro h2{color:var(--ws-text-primary, #111a3a)!important}.ws-client-select-intro p{color:var(--ws-text-secondary, #51627f)!important;font-weight:650!important}.ws-client-select-tabs{gap:10px!important;padding:10px!important;border-radius:28px!important;background:#ffffffb8!important;border-color:#2d235f1a!important}.ws-client-select-tabs button{min-height:46px!important;color:var(--ws-text-primary, #111a3a)!important;background:#ffffffe0!important;border-color:#2d235f1a!important;box-shadow:0 10px 24px #261f5412!important}.ws-client-select-tabs button.is-active{color:#fff!important;background:linear-gradient(135deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb))!important}.ws-client-select-table-card{border-radius:32px!important;background:#ffffffd6!important;border-color:#2d235f1a!important;box-shadow:0 24px 70px #261f5421!important;overflow-x:auto!important}.ws-client-select-table-head{color:var(--ws-text-secondary, #51627f)!important;background:#f8faffdb!important;letter-spacing:.08em!important}.ws-client-select-row{color:var(--ws-text-secondary, #51627f)!important;background:#ffffffe0!important;border-color:#2d235f17!important;box-shadow:0 10px 26px #261f5412!important}.ws-client-select-row.is-selected,.ws-client-select-row:hover,.ws-client-select-row:focus-within{background:#fff!important;border-color:#7c3aed3d!important}@media(max-width:920px){.ws-client-select-header{grid-template-columns:1fr!important}.ws-client-select-header .ws-rd-page-header__tools{justify-content:stretch!important}}.ws-reports-redesign{min-height:100vh;background:radial-gradient(circle at 16% 8%,rgba(124,58,237,.2),transparent 31rem),radial-gradient(circle at 88% 0%,rgba(37,99,235,.18),transparent 34rem),linear-gradient(135deg,#fff,#f7f2ff 48%,#edf6ff)!important;color:var(--ws-text-primary, #111a3a)}.ws-reports-redesign.ws-theme-v2{background:radial-gradient(circle at 16% 8%,rgba(124,58,237,.2),transparent 31rem),radial-gradient(circle at 88% 0%,rgba(37,99,235,.18),transparent 34rem),linear-gradient(135deg,#fff,#f7f2ff 48%,#edf6ff)!important}.ws-reports-redesign .ws-reports-main{padding:var(--ws-page-pad-y, 28px) var(--ws-page-pad-x, 36px) var(--ws-page-pad-bottom-dock, 132px)!important;overflow:auto!important}.ws-reports-redesign .ws-reports-header{max-width:var(--ws-page-max, 1480px);margin:0 auto var(--ws-space-5, 20px)!important}.ws-reports-redesign .ws-reports-header h1{color:var(--ws-text-primary, #111a3a)!important}.ws-reports-redesign .ws-reports-header p{color:var(--ws-text-secondary, #51627f)!important}.ws-reports-redesign .ws-reports-refresh{width:46px!important;min-width:46px!important;height:46px!important;border:1px solid var(--ws-accent-border, rgba(124, 58, 237, .22))!important;border-radius:var(--ws-radius-pill, 999px)!important;background:linear-gradient(145deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb))!important;color:#fff!important;box-shadow:var(--ws-shadow-button, 0 12px 28px rgba(76, 29, 149, .16))!important}.ws-reports-redesign .ws-report-main-tabs{max-width:var(--ws-page-max, 1480px);margin:0 auto var(--ws-space-4, 16px)!important;padding:8px!important;border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12))!important;border-radius:var(--ws-radius-pill, 999px)!important;background:#ffffffb8!important;box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1))!important;backdrop-filter:blur(22px) saturate(155%)!important;-webkit-backdrop-filter:blur(22px) saturate(155%)!important}.ws-reports-redesign .ws-report-main-tabs button,.ws-reports-redesign .ws-report-period-tabs button{border-radius:var(--ws-radius-pill, 999px)!important;color:var(--ws-text-secondary, #51627f)!important;font-weight:850!important;letter-spacing:-.01em}.ws-reports-redesign .ws-report-main-tabs button.is-active,.ws-reports-redesign .ws-report-period-tabs button.is-active{background:linear-gradient(135deg,#7c3aed29,#2563eb24)!important;color:var(--ws-accent-primary-strong, #6d28d9)!important;box-shadow:inset 0 0 0 1px #7c3aed2e,0 10px 24px #4c1d951a!important}.ws-reports-redesign .ws-reports-shell{width:min(var(--ws-page-max, 1480px),100%)!important;max-width:var(--ws-page-max, 1480px)!important;min-height:auto!important;margin:0 auto!important;padding:var(--ws-space-5, 20px)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:32px!important;background:linear-gradient(145deg,#ffffffc7,#f7f3ffad)!important;box-shadow:0 30px 90px #261f5426,inset 0 1px #ffffffdb!important;backdrop-filter:blur(28px) saturate(165%)!important;-webkit-backdrop-filter:blur(28px) saturate(165%)!important}.ws-reports-redesign .ws-reports-summary-strip,.ws-reports-redesign .ws-report-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--ws-space-4, 16px)!important;margin-bottom:var(--ws-space-5, 20px)!important}.ws-reports-redesign .ws-report-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ws-reports-redesign .ws-report-kpi{position:relative;display:flex!important;align-items:flex-start!important;gap:var(--ws-space-4, 16px)!important;min-height:132px!important;padding:var(--ws-space-5, 20px)!important;overflow:hidden}.ws-reports-redesign .ws-report-kpi:after{content:"";position:absolute;right:-42px;bottom:-48px;width:124px;height:124px;border-radius:999px;background:radial-gradient(circle,rgba(124,58,237,.16),transparent 68%)}.ws-reports-redesign .ws-report-kpi-dot{display:grid!important;width:12px!important;height:12px!important;min-width:12px!important;margin-top:6px!important;overflow:hidden;color:transparent!important}.ws-reports-redesign .ws-report-kpi-copy{position:relative;z-index:1}.ws-reports-redesign .ws-report-kpi p{margin:0 0 12px!important;color:var(--ws-text-muted, #7b8aa5)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.ws-reports-redesign .ws-report-kpi strong{display:block!important;color:var(--ws-text-primary, #111a3a)!important;font-size:clamp(28px,3vw,42px)!important;line-height:.96!important;letter-spacing:-.055em!important}.ws-reports-redesign .ws-report-kpi span{display:block!important;margin-top:10px!important;color:var(--ws-text-secondary, #51627f)!important;font-size:13px!important;font-weight:700!important}.ws-reports-redesign .ws-report-toolbar{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:var(--ws-space-4, 16px)!important;margin-bottom:var(--ws-space-5, 20px)!important;padding:var(--ws-space-3, 12px)!important;border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12))!important;border-radius:var(--ws-radius-xl, 24px)!important;background:#ffffffad!important}.ws-reports-redesign .ws-report-period-tabs{display:flex!important;flex-wrap:wrap!important;gap:var(--ws-space-2, 8px)!important}.ws-reports-redesign .ws-report-period-tabs button{min-height:40px!important;padding:0 16px!important;border:1px solid transparent!important;background:#ffffff8a!important}.ws-reports-redesign .ws-report-export-button,.ws-reports-redesign .ws-report-notes-btn,.ws-reports-redesign .ws-report-modal-actions button{min-height:40px!important;border-radius:var(--ws-radius-pill, 999px)!important;border:1px solid var(--ws-accent-border, rgba(124, 58, 237, .22))!important;background:#ffffffd1!important;color:var(--ws-accent-primary-strong, #6d28d9)!important;font-weight:850!important;box-shadow:0 10px 24px #4c1d9514!important}.ws-reports-redesign .ws-report-export-button,.ws-reports-redesign .ws-report-modal-actions button:last-child{background:linear-gradient(145deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb))!important;color:#fff!important}.ws-reports-redesign .ws-report-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--ws-space-4, 16px)!important}.ws-reports-redesign .ws-report-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ws-reports-redesign .ws-report-panel{overflow:hidden!important;border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12))!important;border-radius:var(--ws-radius-xl, 24px)!important;background:#ffffffd1!important;box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1))!important;backdrop-filter:blur(22px) saturate(150%)!important;-webkit-backdrop-filter:blur(22px) saturate(150%)!important}.ws-reports-redesign .ws-report-panel h3{margin:0!important;padding:var(--ws-space-5, 20px) var(--ws-space-5, 20px) var(--ws-space-3, 12px)!important;color:var(--ws-text-primary, #111a3a)!important;font-size:18px!important;letter-spacing:-.035em!important}.ws-reports-redesign .ws-report-row,.ws-reports-redesign .ws-rank{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:var(--ws-space-3, 12px)!important;align-items:center!important;margin:0 var(--ws-space-4, 16px) var(--ws-space-3, 12px)!important;padding:var(--ws-space-3, 12px)!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:var(--ws-radius-md, 16px)!important;background:#f8fafcb8!important;color:var(--ws-text-secondary, #51627f)!important}.ws-reports-redesign .ws-rank{grid-template-columns:1fr!important;font-weight:800!important}.ws-reports-redesign .ws-report-row strong{color:var(--ws-text-primary, #111a3a)!important}.ws-reports-redesign .ws-report-table-scroll{margin:0 var(--ws-space-4, 16px) var(--ws-space-4, 16px)!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:var(--ws-radius-lg, 20px)!important;background:#ffffffb8!important}.ws-reports-redesign .ws-report-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}.ws-reports-redesign .ws-report-table th{position:sticky;top:0;z-index:1;padding:13px 14px!important;color:var(--ws-text-muted, #7b8aa5)!important;background:#f8fafcf0!important;font-size:11px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}.ws-reports-redesign .ws-report-table td{padding:13px 14px!important;color:var(--ws-text-secondary, #51627f)!important;border-top:1px solid rgba(148,163,184,.16)!important}.ws-reports-redesign .ws-report-client-name,.ws-reports-redesign .ws-report-table td strong{color:var(--ws-text-primary, #111a3a)!important;font-weight:850!important}.ws-reports-redesign .ws-report-table select,.ws-reports-redesign .ws-report-notes-modal textarea{border:1px solid var(--ws-soft-border, rgba(15, 23, 42, .09))!important;border-radius:var(--ws-radius-md, 16px)!important;background:var(--ws-input-bg, rgba(255, 255, 255, .78))!important;color:var(--ws-text-primary, #111a3a)!important}.ws-reports-redesign .ws-report-badge{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;border-radius:var(--ws-radius-pill, 999px)!important;border:1px solid rgba(124,58,237,.18)!important;background:#7c3aed1a!important;color:var(--ws-accent-primary-strong, #6d28d9)!important;font-size:12px!important;font-weight:850!important}.ws-reports-redesign .ws-report-badge-ready-to-present,.ws-reports-redesign .ws-report-badge-ready-for-advice{border-color:#2563eb33!important;background:#2563eb1a!important;color:#1d4ed8!important}.ws-reports-redesign .ws-report-badge-client-signed,.ws-reports-redesign .ws-report-badge-deal,.ws-reports-redesign .ws-report-badge-signed{border-color:#16a34a33!important;background:#16a34a1c!important;color:#15803d!important}.ws-reports-redesign .ws-report-badge-client-lost,.ws-reports-redesign .ws-report-badge-lost,.ws-reports-redesign .ws-report-badge-dead,.ws-reports-redesign .ws-report-badge-dnq{border-color:#ef44442e!important;background:#ef44441a!important;color:#b91c1c!important}.ws-reports-redesign .ws-report-error{margin-bottom:var(--ws-space-4, 16px)!important;padding:var(--ws-space-4, 16px)!important;border:1px solid rgba(239,68,68,.18)!important;border-radius:var(--ws-radius-lg, 20px)!important;background:#fef2f2e0!important;color:#b91c1c!important;font-weight:850!important}.ws-reports-redesign .ws-report-modal-backdrop{background:#0f172a42!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.ws-reports-redesign .ws-report-notes-modal{border:1px solid rgba(255,255,255,.74)!important;border-radius:28px!important;background:#ffffffeb!important;box-shadow:var(--ws-shadow-strong, 0 28px 90px rgba(38, 31, 84, .17))!important}.ws-reports-redesign .ws-report-notes-modal h3{color:var(--ws-text-primary, #111a3a)!important;letter-spacing:-.035em!important}.ws-reports-redesign .ws-report-notes-modal p{color:var(--ws-text-secondary, #51627f)!important}@media(max-width:1180px){.ws-reports-redesign .ws-reports-summary-strip,.ws-reports-redesign .ws-report-kpis,.ws-reports-redesign .ws-report-grid,.ws-reports-redesign .ws-report-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.ws-reports-redesign .ws-reports-main{padding-inline:16px!important}.ws-reports-redesign .ws-reports-summary-strip,.ws-reports-redesign .ws-report-kpis,.ws-reports-redesign .ws-report-grid,.ws-reports-redesign .ws-report-grid.two{grid-template-columns:1fr!important}.ws-reports-redesign .ws-report-toolbar,.ws-reports-redesign .ws-reports-header,.ws-reports-redesign .ws-rd-page-header__tools{align-items:stretch!important;flex-direction:column!important}.ws-reports-redesign .ws-rd-page-header{grid-template-columns:1fr!important}}.ws-reports-redesign.ws-theme-v2{background:radial-gradient(circle at 10% -10%,rgba(124,58,237,.18),transparent 34rem),radial-gradient(circle at 92% 0%,rgba(37,99,235,.16),transparent 38rem),linear-gradient(135deg,#fff,#f7f2ff 48%,#edf6ff)!important}.ws-reports-redesign .ws-reports-main{padding:clamp(22px,3vw,42px) clamp(18px,3vw,42px) calc(var(--ws-page-pad-bottom-dock, 132px) + 32px)!important}.ws-reports-redesign .ws-reports-header{padding:clamp(20px,2.3vw,30px)!important;border-radius:32px!important;background:radial-gradient(circle at 92% 10%,rgba(37,99,235,.12),transparent 22rem),linear-gradient(145deg,#ffffffe6,#f7f3ffc2)!important;border-color:#7c3aed1f!important;box-shadow:0 24px 70px #261f5421,inset 0 1px #ffffffdb!important}.ws-reports-redesign .ws-reports-summary-strip,.ws-reports-redesign .ws-report-kpis{gap:clamp(12px,1.4vw,18px)!important}.ws-reports-redesign .ws-report-kpi{min-height:118px!important;padding:clamp(16px,1.7vw,22px)!important;border-radius:26px!important;background:#ffffffd6!important;border-color:#2d235f1a!important;box-shadow:0 16px 42px #261f541a!important}.ws-reports-redesign .ws-report-kpi strong{font-size:clamp(26px,2.5vw,36px)!important}.ws-reports-redesign .ws-report-main-tabs,.ws-reports-redesign .ws-report-toolbar{border-radius:28px!important;background:#ffffffbd!important;border-color:#2d235f1a!important}.ws-reports-redesign .ws-report-main-tabs button,.ws-reports-redesign .ws-report-period-tabs button{color:var(--ws-text-primary, #111a3a)!important;background:#ffffffc2!important}.ws-reports-redesign .ws-report-main-tabs button.is-active,.ws-reports-redesign .ws-report-period-tabs button.is-active{color:#fff!important;background:linear-gradient(135deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb))!important}.ws-reports-redesign .ws-reports-shell{padding:clamp(16px,2vw,24px)!important;border-radius:34px!important;background:linear-gradient(145deg,#ffffffc7,#f4efff99)!important;border-color:#ffffffb8!important;box-shadow:0 26px 78px #261f5421!important}.ws-reports-redesign .ws-report-panel{border-radius:28px!important;background:#ffffffd6!important;border-color:#2d235f1a!important;box-shadow:0 16px 46px #261f5417!important}.ws-reports-redesign .ws-report-panel h3{color:var(--ws-text-primary, #111a3a)!important;font-size:19px!important}.ws-reports-redesign .ws-report-table-scroll{border-radius:22px!important;background:#ffffffc2!important;overflow-x:auto!important}.ws-reports-redesign .ws-report-table th{color:var(--ws-text-secondary, #51627f)!important;letter-spacing:.08em!important}.ws-reports-redesign .ws-report-table td{color:var(--ws-text-secondary, #51627f)!important}:root{--ws-bg: #f4f7fb;--ws-text: #0f172a;--ws-muted: #64748b;--ws-blue: #173f8f;--ws-blue-2: #2454ad;--ws-blue-3: #2563eb;--ws-border: rgba(15, 23, 42, .1);--ws-border-blue: rgba(37, 99, 235, .24);--ws-glass: rgba(255, 255, 255, .66);--ws-glass-strong: rgba(255, 255, 255, .82);--ws-shadow-soft: 0 18px 45px rgba(15, 23, 42, .08);--ws-shadow-small: 0 8px 22px rgba(15, 23, 42, .06);--ws-radius-md: 14px;--ws-radius-lg: 22px;--ws-radius-xl: 28px}html,body,#root{height:100%;width:100%}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ws-text);background:radial-gradient(circle at 8% 0%,rgba(59,130,246,.2),transparent 34rem),radial-gradient(circle at 92% 8%,rgba(147,197,253,.24),transparent 35rem),linear-gradient(135deg,#f8fbff,#eef5ff 48%,#f7f9fc);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.page{min-height:100vh;width:100vw;display:flex;flex-direction:column;background:transparent}.page-inner{flex:1;display:flex;flex-direction:column;padding:18px;gap:12px;overflow:hidden}.scroll-area{flex:1;overflow:auto}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px 18px;align-items:start}input,select,textarea{max-width:100%}.card{background:var(--ws-glass-strong);border:1px solid var(--ws-border);border-radius:var(--ws-radius-lg);padding:18px;box-shadow:var(--ws-shadow-small);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}.table-wrap{overflow-x:auto}.btn{padding:10px 14px;border-radius:12px;border:1px solid var(--ws-border);background:#ffffffc2;color:var(--ws-blue);cursor:pointer;font-weight:750;box-shadow:0 6px 16px #0f172a0d}.btn-primary{border:1px solid rgba(23,63,143,.72);background:linear-gradient(180deg,var(--ws-blue-2),var(--ws-blue));color:#fff}.row{display:flex;gap:10px;align-items:center}.space-between{display:flex;justify-content:space-between;align-items:center}.wrap{flex-wrap:wrap}@media(max-width:900px){.form-grid{grid-template-columns:1fr}}.page{background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.16),transparent 30rem),radial-gradient(circle at 95% 10%,rgba(125,211,252,.2),transparent 34rem),linear-gradient(135deg,#f8fbff,#eef5ff 48%,#f8fafc)}.page h1,.page-inner h1{color:#0f2f73;font-size:24px;font-weight:850;letter-spacing:-.05em}button:not([type=radio]):not([type=checkbox]){min-height:38px;border-radius:13px;border:1px solid rgba(15,23,42,.1);background:linear-gradient(180deg,#ffffffeb,#ffffffad);color:#113a88;padding:9px 16px;font-size:14px;font-weight:760;line-height:1;box-shadow:inset 0 1px #fffc,0 8px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}button:not([type=radio]):not([type=checkbox]):hover:not(:disabled){transform:translateY(-1px);border-color:#2563eb3d;box-shadow:inset 0 1px #ffffffeb,0 14px 30px #0f172a17}button.active,.btn-primary,button[aria-current=true],button[aria-selected=true]{background:linear-gradient(180deg,#2563ebf5,#173f8ffa)!important;color:#fff!important;border-color:#173f8fb3!important;box-shadow:inset 0 1px #ffffff42,0 16px 32px #173f8f3d!important}input:not([type=radio]):not([type=checkbox]),select,textarea{border:1px solid rgba(37,99,235,.2);border-radius:14px;background:linear-gradient(180deg,#ffffffdb,#ffffff9e);color:#0f172a;padding:11px 13px;font-size:14px;outline:none;box-shadow:inset 0 1px #ffffffd9,0 4px 14px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:not([type=radio]):not([type=checkbox]):focus,select:focus,textarea:focus{border-color:#2563ebad;background:#ffffffeb;box-shadow:0 0 0 4px #2563eb1f,inset 0 1px #ffffffe6}input::placeholder,textarea::placeholder{color:#94a3b8}.table-wrap{border:1px solid rgba(15,23,42,.1);border-radius:22px;background:#ffffff9e;box-shadow:0 18px 45px #0f172a13;backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%);overflow:hidden}.table-wrap table{width:100%;border-collapse:separate;border-spacing:0}.table-wrap thead th{position:sticky;top:0;z-index:2;background:#e8effbdb;color:#12387f;font-size:13px;font-weight:850;text-align:left;padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.table-wrap tbody td{padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.18);background:#fff6}.table-wrap tbody tr:hover td{background:#ffffffb3}.table-wrap tbody tr:last-child td{border-bottom:none}.table-wrap tbody td:first-child,.table-wrap tbody td:nth-child(2){font-weight:800}.page>div[style*="display: flex"]>div:first-child{background:linear-gradient(180deg,#ffffffa8,#ffffff6b);border-right:1px solid rgba(15,23,42,.09)!important;box-shadow:10px 0 30px #0f172a09;backdrop-filter:blur(26px) saturate(165%);-webkit-backdrop-filter:blur(26px) saturate(165%)}.page>div[style*="display: flex"]>div:first-child button,.page>div[style*="display: flex"]>div:first-child a{display:flex;align-items:center;width:100%;min-height:39px;border-radius:12px;padding:10px 12px;color:#10213f;background:transparent;border:1px solid transparent;box-shadow:none;text-align:left;font-weight:620;transform:none}.page>div[style*="display: flex"]>div:first-child button:hover,.page>div[style*="display: flex"]>div:first-child a:hover{background:#2563eb13;border-color:#2563eb1f;box-shadow:none;transform:none}.page>div[style*="display: flex"]>div:first-child button.active,.page>div[style*="display: flex"]>div:first-child a.active{background:#2563eb1f!important;color:#12387f!important;border-color:#2563eb3d!important;box-shadow:inset 0 1px #ffffff85,0 8px 18px #2563eb14!important}.page>div[style*="display: flex"]>div:nth-child(2){padding:22px 26px!important}.card{background:linear-gradient(180deg,#ffffffc2,#ffffff8a);border:1px solid rgba(15,23,42,.1);border-radius:24px;box-shadow:0 18px 45px #0f172a13;backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%)}input[type=radio]{width:16px;height:16px;accent-color:#2454ad;flex:0 0 auto}.card:has(input[type=radio]){padding:18px}.card:has(input[type=radio]) label{display:flex;align-items:center;gap:14px;min-height:48px;width:100%;margin:0;padding:12px 14px;border:1px solid rgba(148,163,184,.2);border-radius:14px;background:#ffffffa8;box-shadow:inset 0 1px #ffffffb3}.card:has(input[type=radio]) label:hover{border-color:#2563eb40;background:#ffffffd1}.card:has(input[type=radio]) label span,.card:has(input[type=radio]) label div{line-height:1.25}@media(max-width:900px){.page-inner{padding:14px}.page>div[style*="display: flex"]{flex-direction:column}.page>div[style*="display: flex"]>div:first-child{width:100%!important;min-height:auto!important;border-right:none!important;border-bottom:1px solid rgba(15,23,42,.09)!important}.page>div[style*="display: flex"]>div:nth-child(2){padding:16px!important}}:root{--ws-navy: #0f2f73;--ws-blue: #1456d9;--ws-blue-dark: #173f8f;--ws-blue-soft: rgba(20, 86, 217, .1);--ws-text: #0f172a;--ws-muted: #64748b;--ws-line: rgba(15, 23, 42, .1);--ws-line-strong: rgba(30, 64, 175, .18);--ws-glass: rgba(255, 255, 255, .66);--ws-glass-strong: rgba(255, 255, 255, .82);--ws-shadow: 0 24px 70px rgba(15, 23, 42, .1);--ws-shadow-soft: 0 12px 32px rgba(15, 23, 42, .07);--ws-radius: 22px}.ws-client-page{position:relative;min-height:100vh;width:100vw;display:grid;grid-template-columns:260px minmax(0,1fr);overflow:hidden;color:var(--ws-text);background:radial-gradient(circle at 10% -6%,rgba(96,165,250,.16),transparent 34rem),radial-gradient(circle at 96% 4%,rgba(186,230,253,.26),transparent 38rem),linear-gradient(135deg,#fbfdff,#f3f8ff 42%,#fbfdff);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,system-ui,sans-serif}.ws-client-page:before,.ws-client-page:after{content:"";position:absolute;pointer-events:none;border:1px solid rgba(255,255,255,.74);background:linear-gradient(180deg,#ffffff9e,#ffffff47);box-shadow:inset 0 1px #ffffffd1,0 24px 80px #0f172a0e;backdrop-filter:blur(34px) saturate(150%);-webkit-backdrop-filter:blur(34px) saturate(150%);z-index:0}.ws-client-page:before{top:92px;left:300px;right:58px;height:116px;border-radius:28px}.ws-client-page:after{inset:245px 58px 42px 300px;border-radius:32px;opacity:.74}.ws-client-sidebar,.ws-client-main{position:relative;z-index:1}.ws-client-sidebar{height:100vh;display:flex;flex-direction:column;gap:22px;padding:18px;border-right:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffc7,#ffffff80);box-shadow:12px 0 38px #0f172a0a;backdrop-filter:blur(28px) saturate(165%);-webkit-backdrop-filter:blur(28px) saturate(165%)}.ws-brand{display:flex;align-items:center;gap:13px;min-height:44px}.ws-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#fff;font-weight:650;font-size:16px;background:linear-gradient(145deg,#6aa7ff,#1456d9);box-shadow:inset 0 1px #ffffff6b,0 12px 24px #1456d93d}.ws-brand-title{font-size:18px;font-weight:650;letter-spacing:-.03em;color:#071632}.ws-brand-subtitle{margin-top:1px;font-size:11px;font-weight:400;color:var(--ws-muted)}.ws-sidebar-nav{display:flex;flex-direction:column;gap:8px}.ws-client-page .ws-sidebar-link{width:100%;min-height:42px;display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid transparent!important;border-radius:13px;background:transparent!important;color:#334155!important;box-shadow:none!important;font-size:13px;font-weight:450;letter-spacing:-.01em;text-align:left;transform:none!important}.ws-client-page .ws-sidebar-parent-link{border-color:#0f172a14!important;background:#ffffff75!important;color:#334155!important}.ws-client-page .ws-sidebar-parent-link:hover{border-color:#1456d92e!important;background:#dbeafe94!important}.ws-client-page .ws-sidebar-child-link{margin-left:12px;width:calc(100% - 12px)}.ws-client-page .ws-sidebar-link.is-active{border-color:#1456d92e!important;background:linear-gradient(180deg,#dbeafeeb,#bfdbfe8f)!important;color:#1456d9!important;box-shadow:inset 0 1px #fffc,0 10px 22px #1456d917!important}.ws-sidebar-icon{width:24px;height:22px;display:inline-grid;place-items:center;border-radius:8px;background:#1456d914;color:#1456d9;font-size:9px;font-weight:550;letter-spacing:-.02em;text-align:center}.ws-sidebar-user{margin-top:auto;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#ffffff80;box-shadow:0 14px 34px #0f172a0d}.ws-user-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:var(--ws-blue);font-weight:550;margin-bottom:9px}.ws-user-name{font-size:13px;font-weight:550;color:#17213a}.ws-user-role{margin-top:1px;font-size:11px;font-weight:400;color:var(--ws-muted)}.ws-client-page .ws-logout-button{width:100%;min-height:34px;justify-content:flex-start;margin-top:12px;padding:8px 10px;border-radius:12px;border:1px solid rgba(15,23,42,.07)!important;background:#ffffff8c!important;color:#334155!important;box-shadow:none!important;font-size:12px;font-weight:500;transform:none!important}.ws-client-main{min-width:0;height:100vh;overflow:auto;padding:26px 34px 34px}.ws-client-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.ws-client-topbar h1{margin:0;color:#0b1734;font-size:26px;line-height:1.05;font-weight:650;letter-spacing:-.04em}.ws-client-topbar p{margin:7px 0 0;color:#64748b;font-size:13px;font-weight:400}.ws-client-page .ws-new-client-button{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:11px 18px;border:1px solid rgba(20,86,217,.38)!important;border-radius:13px;background:linear-gradient(180deg,#1c6bff,#1456d9)!important;color:#fff!important;font-size:13px;font-weight:550;box-shadow:inset 0 1px #ffffff47,0 9px 17px #1456d937!important}.ws-client-page .ws-new-client-button span{font-size:19px;line-height:1;font-weight:500}.ws-client-controls{margin-bottom:18px}.ws-search-box{width:min(620px,100%);min-height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#fffc;box-shadow:inset 0 1px #ffffffdb,0 10px 26px #0f172a0d;backdrop-filter:blur(22px) saturate(165%);-webkit-backdrop-filter:blur(22px) saturate(165%)}.ws-search-icon{min-width:48px;color:#94a3b8;font-size:12px;font-weight:450}.ws-client-page .ws-search-input{width:100%;min-height:42px;padding:0;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;color:#0f172a;font-size:13px;font-weight:400}.ws-client-page .ws-search-input::placeholder{color:#94a3b8}.ws-status-tabs{width:fit-content;max-width:100%;display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;padding:7px;border:1px solid rgba(15,23,42,.07);border-radius:18px;background:#ffffff80;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%)}.ws-client-page .ws-status-tab{min-height:38px;display:inline-flex;align-items:center;gap:10px;padding:8px 15px;border-radius:999px;border:1px solid rgba(15,23,42,.08)!important;background:#ffffffa8!important;color:#24344f!important;box-shadow:inset 0 1px #ffffffc7,0 7px 18px #0f172a0a!important;font-size:12px;font-weight:500;transform:none!important}.ws-client-page .ws-status-tab.is-active{border-color:#1456d980!important;background:linear-gradient(180deg,#1c6bff,#1456d9)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff42,0 14px 28px #1456d938!important}.ws-status-count{min-width:22px;height:20px;display:inline-grid;place-items:center;padding:0 7px;border-radius:999px;background:#0f172a12;font-size:11px;font-weight:500}.ws-status-tab.is-active .ws-status-count{background:#ffffff38;color:#fff}.ws-error-banner{width:min(980px,100%);margin-top:12px;padding:12px 14px;border:1px solid rgba(180,35,24,.2);border-radius:14px;background:#fee2e2b8;color:#991b1b;font-size:13px;font-weight:450;white-space:pre-wrap}.ws-client-table-card{border:1px solid rgba(15,23,42,.09);border-radius:22px;background:linear-gradient(180deg,#ffffffdb,#ffffffad);box-shadow:0 22px 55px #0f172a13,inset 0 1px #ffffffb8;backdrop-filter:blur(28px) saturate(170%);-webkit-backdrop-filter:blur(28px) saturate(170%);overflow:hidden}.ws-table-summary{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;border-bottom:1px solid rgba(15,23,42,.07)}.ws-table-title{color:#0b1734;font-size:14px;font-weight:550;letter-spacing:-.02em}.ws-table-subtitle{margin-top:3px;color:var(--ws-muted);font-size:12px;font-weight:400}.ws-client-page .ws-clear-search{min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.08)!important;background:#ffffff9e!important;color:#334155!important;box-shadow:none!important;font-size:12px;font-weight:500}.ws-client-table-scroll{overflow:auto}.ws-client-table{min-width:1120px}.ws-client-table-head,.ws-client-row{display:grid;grid-template-columns:2.2fr 1.25fr 1.25fr 1.55fr 1.45fr 1.45fr 44px;align-items:center}.ws-client-table-head{padding:12px 18px;color:#64748b;background:#f8fafcb8;border-bottom:1px solid rgba(15,23,42,.07);font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.ws-client-row{min-height:58px;padding:0 18px;border-bottom:1px solid rgba(148,163,184,.16);background:#ffffff6b;cursor:pointer;transition:background .15s ease,transform .15s ease}.ws-client-row:hover{background:#ffffffc7}.ws-client-row:last-child{border-bottom:none}.ws-client-person-cell{display:flex;align-items:center;gap:12px;min-width:0}.ws-client-avatar{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:999px;color:#0f172a;font-size:11px;font-weight:550;box-shadow:inset 0 1px #ffffffbf,0 8px 16px #0f172a0f}.ws-avatar-1{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1456d9}.ws-avatar-2{background:linear-gradient(145deg,#ede9fe,#ddd6fe);color:#6d28d9}.ws-avatar-3{background:linear-gradient(145deg,#dcfce7,#bbf7d0);color:#15803d}.ws-avatar-4{background:linear-gradient(145deg,#ffedd5,#fed7aa);color:#c2410c}.ws-avatar-5{background:linear-gradient(145deg,#fee2e2,#fecaca);color:#b91c1c}.ws-avatar-6{background:linear-gradient(145deg,#ccfbf1,#99f6e4);color:#0f766e}.ws-client-name-wrap{min-width:0}.ws-client-name{color:#0f172a;font-size:13px;font-weight:550;letter-spacing:-.015em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-client-detail{margin-top:2px;color:#94a3b8;font-size:10.5px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-muted-cell{color:#334155;font-size:12px;font-weight:400}.ws-muted-cell:empty:after{content:""}.ws-status-cell{padding-right:10px}.ws-client-page .ws-status-select{width:100%;min-height:34px;border:1px solid rgba(20,86,217,.12)!important;border-radius:11px;background:linear-gradient(180deg,#eff6fff2,#dbeafea6)!important;color:#1456d9;padding:8px 34px 8px 12px;font-size:11px;font-weight:500;outline:none;box-shadow:none!important;cursor:pointer}.ws-client-page .ws-status-select:disabled{opacity:.55;cursor:not-allowed}.ws-row-arrow{color:#94a3b8;font-size:11px;font-weight:400;text-align:right}.ws-empty-state{min-height:160px;display:flex;align-items:center;gap:14px;padding:22px;color:#475569}.ws-empty-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:15px;background:#dbeafebf;color:#1456d9;font-size:14px;font-weight:500}.ws-empty-title{font-size:14px;font-weight:550;color:#0f172a}.ws-empty-text{margin-top:3px;font-size:13px;font-weight:400;color:var(--ws-muted)}@media(max-width:1100px){.ws-client-page{grid-template-columns:1fr}.ws-client-page:before,.ws-client-page:after{left:22px;right:22px}.ws-client-sidebar{display:none}.ws-client-main{padding:22px}}@media(max-width:720px){.ws-client-topbar{flex-direction:column;align-items:stretch}.ws-client-page .ws-new-client-button{justify-content:center;width:100%}.ws-status-tabs{overflow-x:auto;flex-wrap:nowrap}.ws-client-page .ws-status-tab{white-space:nowrap}}.ws-crm-top-actions{display:flex;align-items:center;gap:10px}.ws-glass-action-button{min-height:42px;padding:11px 16px;border:1px solid rgba(15,23,42,.08)!important;border-radius:13px;background:#ffffff9e!important;color:#334155!important;box-shadow:inset 0 1px #ffffffc2,0 9px 17px #0f172a0e!important;font-size:13px;font-weight:500}.ws-client-page .ws-new-client-button:disabled{opacity:.55;cursor:not-allowed}.ws-crm-summary-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.ws-crm-summary-pill{min-height:38px;display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffa8;box-shadow:inset 0 1px #ffffffc7,0 7px 18px #0f172a0a}.ws-crm-summary-pill span{color:#334155;font-size:12px;font-weight:450}.ws-crm-summary-pill strong{min-width:22px;height:20px;display:inline-grid;place-items:center;padding:0 7px;border-radius:999px;background:#1456d91a;color:#1456d9;font-size:11px;font-weight:550}.ws-crm-board-card{border:1px solid rgba(15,23,42,.09);border-radius:22px;background:linear-gradient(180deg,#ffffffdb,#ffffff94);box-shadow:0 22px 55px #0f172a13,inset 0 1px #ffffffb8;backdrop-filter:blur(28px) saturate(170%);-webkit-backdrop-filter:blur(28px) saturate(170%);overflow:hidden}.ws-crm-board-scroll{overflow-x:auto;overflow-y:hidden;padding:16px}.ws-crm-board{min-width:1700px;display:grid;grid-template-columns:repeat(9,minmax(220px,1fr));gap:14px;align-items:start}.ws-crm-column{min-height:570px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:linear-gradient(180deg,#f8fafcb8,#ffffff70);box-shadow:inset 0 1px #ffffffc7,0 14px 36px #0f172a0b;overflow:hidden}.ws-crm-column-header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;color:#0f172a;font-size:12px;font-weight:550;background:#dbeafeb3;border-bottom:1px solid rgba(15,23,42,.07)}.ws-crm-column-header strong{min-width:24px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#ffffffb8;color:#1456d9;font-size:11px;font-weight:550}.ws-crm-column-1 .ws-crm-column-header{background:#bfdbfec7}.ws-crm-column-2 .ws-crm-column-header{background:#bae6fdc7}.ws-crm-column-3 .ws-crm-column-header{background:#a7f3d0b8}.ws-crm-column-4 .ws-crm-column-header{background:#fef08aad}.ws-crm-column-5 .ws-crm-column-header{background:#fecacac2}.ws-crm-column-6 .ws-crm-column-header{background:#ddd6fec2}.ws-crm-column-7 .ws-crm-column-header{background:#fed7aac2}.ws-crm-column-8 .ws-crm-column-header{background:#e2e8f0d1}.ws-crm-column-9 .ws-crm-column-header{background:#ccfbf1c7}.ws-crm-column-total{margin:12px auto 10px;width:fit-content;min-width:52px;padding:5px 12px;border-radius:999px;background:#1456d91a;color:#1456d9;font-size:12px;font-weight:500;text-align:center}.ws-crm-card-list{display:flex;flex-direction:column;gap:10px;padding:0 10px 12px}.ws-crm-empty-column{min-height:92px;display:grid;place-items:center;padding:12px;border:1px dashed rgba(100,116,139,.28);border-radius:14px;color:#94a3b8;font-size:12px;font-weight:400;text-align:center;background:#ffffff61}.ws-crm-lead-card{padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#ffffffd6;box-shadow:inset 0 1px #ffffffc7,0 12px 28px #0f172a0e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ws-crm-lead-card:hover{transform:translateY(-1px);background:#fffffff5;box-shadow:inset 0 1px #ffffffe0,0 16px 34px #0f172a13}.ws-crm-card-top{display:flex;align-items:center;gap:10px}.ws-crm-card-name{color:#0f172a;font-size:13px;font-weight:550;line-height:1.2}.ws-crm-card-email{margin-top:2px;color:#94a3b8;font-size:10.5px;font-weight:400;line-height:1.2;word-break:break-word}.ws-crm-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.ws-crm-card-grid span{display:block;color:#94a3b8;font-size:10px;font-weight:400;line-height:1.1}.ws-crm-card-grid strong{display:block;margin-top:3px;color:#334155;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-crm-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;padding-top:9px;border-top:1px solid rgba(15,23,42,.07);color:#64748b;font-size:11px;font-weight:400}.ws-crm-card-footer span:last-child{color:#1456d9;font-weight:500}.ws-lead-drawer-backdrop{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#0f172a38;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ws-lead-drawer{width:min(920px,calc(100vw - 32px));height:100vh;overflow:auto;padding:22px;border-left:1px solid rgba(255,255,255,.65);background:linear-gradient(180deg,#ffffffeb,#f8fafcd1);box-shadow:-28px 0 80px #0f172a2e}.ws-lead-drawer-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:14px}.ws-lead-overline{color:#1456d9;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.ws-lead-drawer-header h2{margin:4px 0 0;color:#0f172a;font-size:26px;font-weight:650;letter-spacing:-.04em}.ws-lead-drawer-header p{margin:5px 0 0;color:#64748b;font-size:13px}.ws-lead-close-button{min-height:36px;padding:9px 13px;border:1px solid rgba(15,23,42,.08)!important;border-radius:12px;background:#ffffffb3!important;color:#334155!important;box-shadow:none!important;font-size:12px;font-weight:500}.ws-lead-drawer-actions{display:flex;gap:10px;margin-bottom:16px}.ws-lead-drawer-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.ws-lead-panel{border:1px solid rgba(15,23,42,.09);border-radius:22px;padding:16px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffc2,0 18px 44px #0f172a0f}.ws-lead-panel-title{margin-bottom:14px;color:#0f172a;font-size:14px;font-weight:550}.ws-lead-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ws-lead-field{display:block}.ws-lead-field span{display:block;margin-bottom:6px;color:#64748b;font-size:11px;font-weight:500}.ws-lead-field input,.ws-lead-field select,.ws-lead-note-input{width:100%;border:1px solid rgba(37,99,235,.16);border-radius:13px;background:#ffffffb8;color:#0f172a;padding:10px 11px;font-size:13px;outline:none}.ws-lead-meta-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.ws-lead-meta-strip div{padding:10px;border-radius:14px;background:#dbeafe85}.ws-lead-meta-strip span{display:block;color:#64748b;font-size:10px}.ws-lead-meta-strip strong{display:block;margin-top:3px;color:#1456d9;font-size:11px;font-weight:550}.ws-lead-note-input{min-height:120px;resize:vertical}.ws-lead-note-actions{display:flex;justify-content:flex-end;margin:10px 0 14px}.ws-lead-timeline{display:flex;flex-direction:column;gap:10px}.ws-lead-empty-notes{padding:18px;border:1px dashed rgba(100,116,139,.28);border-radius:16px;color:#94a3b8;text-align:center;font-size:12px}.ws-lead-note-card{padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#ffffffc2}.ws-lead-note-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px}.ws-lead-note-top span{color:#1456d9;font-size:11px;font-weight:550;text-transform:capitalize}.ws-lead-note-top strong{color:#94a3b8;font-size:11px;font-weight:400}.ws-lead-note-card p{margin:0;color:#334155;font-size:13px;line-height:1.45}.ws-lead-note-author{margin-top:8px;color:#94a3b8;font-size:11px}@media(max-width:900px){.ws-crm-board{min-width:1500px}.ws-lead-drawer-grid,.ws-lead-field-grid,.ws-lead-meta-strip{grid-template-columns:1fr}}.ws-client-page:before,.ws-client-page:after{display:none!important}.ws-client-page .ws-sidebar-parent-link,.ws-client-page .ws-sidebar-child-link,.ws-client-page .ws-sidebar-link{margin-left:0!important;width:100%!important}.ws-client-page .ws-sidebar-nav{gap:8px}.ws-client-page .ws-sidebar-parent-link{min-height:42px;border-color:#0f172a14!important;background:#ffffff8f!important;color:#334155!important}.ws-client-page .ws-sidebar-link.is-active{border-color:#1456d92e!important;background:linear-gradient(180deg,#dbeafeeb,#bfdbfe8f)!important;color:#1456d9!important}.ws-client-controls{width:fit-content!important;max-width:min(980px,calc(100vw - 340px))!important;padding:10px!important;margin-bottom:22px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;background:linear-gradient(180deg,#ffffffc2,#ffffff70)!important}.ws-search-box{width:min(620px,calc(100vw - 380px))!important;margin-bottom:12px!important}.ws-status-tabs{width:fit-content!important;max-width:100%!important;margin-top:0!important;padding:0!important;border:none!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ws-client-topbar-spacer{width:140px;min-height:42px}.ws-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;max-width:980px}.ws-admin-card{border:1px solid rgba(15,23,42,.09);border-radius:22px;padding:18px;background:linear-gradient(180deg,#ffffffdb,#ffffff94)}.ws-admin-card-kicker{margin-bottom:8px;color:#1456d9;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.ws-admin-card-title{color:#0f172a;font-size:18px;font-weight:650;letter-spacing:-.03em}.ws-admin-card-text{margin:8px 0 16px;color:#64748b;font-size:13px;line-height:1.45}.ws-lead-field select,.ws-lead-drawer select,.ws-lead-panel select{width:100%;min-height:42px;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:0 12px;color:#0f172a;background:#ffffffb8;outline:none}.ws-lead-field select:focus,.ws-lead-drawer select:focus,.ws-lead-panel select:focus{border-color:#1456d957;box-shadow:0 0 0 4px #1456d914}.ws-lead-field input[readonly],.ws-lead-drawer input[readonly],.ws-lead-panel input[readonly]{color:#64748b;background:#f8fafcbd}.ws-lead-field-help{display:block;margin-top:6px;color:#b45309;font-size:12px}.ws-import-file-input{display:block;width:100%;margin:10px 0 12px;padding:10px;border:1px dashed rgba(15,23,42,.2);border-radius:14px;background:#ffffff9e;color:#334155;font-size:13px}.ws-import-error{margin-top:10px;color:#b91c1c;font-size:13px}.ws-import-result{margin-top:12px;padding:10px 12px;border-radius:14px;background:#dcfce7b8;color:#166534;font-size:13px;line-height:1.45}.ws-import-errors-list{margin-top:10px;padding-top:10px;border-top:1px solid rgba(22,101,52,.18);color:#854d0e;font-size:12px;line-height:1.45}.ws-admin-select,.ws-admin-number-input{display:block;width:100%;min-height:42px;margin:10px 0 12px;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:0 12px;color:#0f172a;background:#ffffffb8;outline:none}.ws-admin-select:focus,.ws-admin-number-input:focus{border-color:#1456d957;box-shadow:0 0 0 4px #1456d914}.ws-selected-allocation-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#ffffffb3}.ws-selected-allocation-bar select{min-height:40px;min-width:180px;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:0 10px;background:#fffc}.ws-selected-allocation-error{color:#b91c1c;font-size:13px}.ws-selected-allocation-success{color:#166534;font-size:13px}.ws-crm-card-select{width:18px;height:18px;accent-color:#1456d9}.ws-stats-panel{margin-top:12px}.ws-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ws-stats-grid>div,.ws-stats-list>div{border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:10px;background:#ffffff94}.ws-stats-grid span,.ws-stats-list span{display:block;color:#64748b;font-size:12px}.ws-stats-grid strong,.ws-stats-list strong{display:block;margin-top:4px;color:#0f172a;font-size:18px}.ws-stats-section-title{margin:16px 0 8px;color:#1456d9;font-size:12px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.ws-stats-list{display:grid;gap:8px}.ws-dialler-download-button{width:100%;min-height:34px;margin:8px 0 10px;border:1px solid rgba(20,86,217,.18);border-radius:14px;background:#dbeafebf;color:#1456d9;font-size:12px;font-weight:650;cursor:pointer}.ws-dialler-download-button:disabled{cursor:not-allowed;opacity:.45}.ws-crm-board-scroll{width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:18px!important;overscroll-behavior-x:contain;scroll-behavior:smooth}.ws-crm-board{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:286px!important;grid-template-columns:none!important;align-items:start!important;width:max-content!important;min-width:max-content!important;gap:16px!important}.ws-crm-column{width:286px!important;min-width:286px!important;max-width:286px!important;align-self:start!important}.ws-crm-card-list{min-height:220px}.ws-crm-board-scroll::-webkit-scrollbar{height:12px}.ws-crm-board-scroll::-webkit-scrollbar-track{background:#ffffff73;border-radius:999px}.ws-crm-board-scroll::-webkit-scrollbar-thumb{background:#64748b52;border-radius:999px;border:3px solid rgba(255,255,255,.5)}.ws-crm-board-scroll::-webkit-scrollbar-thumb:hover{background:#64748b7a}.ws-crm-board-scroll{transform:rotateX(180deg);padding-top:14px!important;padding-bottom:0!important}.ws-crm-board{transform:rotateX(180deg)}.ws-crm-board-scroll{overflow-x:auto!important;overflow-y:hidden!important}.ws-phone-call-row{display:flex;gap:8px;align-items:center}.ws-phone-call-row input{flex:1}.ws-call-button{min-height:40px;padding:0 14px;border:1px solid rgba(20,86,217,.18);border-radius:14px;background:#dbeafed9;color:#1456d9;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ws-call-button:hover{background:#bfdbfef2}.ws-call-button.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.ws-disposition-row{display:flex;gap:10px;align-items:center;margin:10px 0 12px}.ws-disposition-row select{flex:1;min-height:40px;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:0 10px;background:#ffffffd1;color:#0f172a}@media(max-width:760px){.ws-disposition-row{flex-direction:column;align-items:stretch}}.ws-disposition-stats-filters{display:grid;gap:12px;margin-bottom:12px}.ws-disposition-user-picker{display:grid;gap:8px}.ws-disposition-user-picker label{display:flex;align-items:center;gap:8px;min-height:34px;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:7px 10px;background:#ffffff9e;color:#0f172a;font-size:13px;font-weight:600}.ws-disposition-user-picker input{width:16px;height:16px}.ws-disposition-stats-filters select{min-height:40px;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:0 10px;background:#ffffffd1;color:#0f172a}.ws-disposition-chart{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;background:#ffffff94}.ws-disposition-chart-title{display:flex;justify-content:space-between;gap:10px;color:#0f172a;font-size:13px;font-weight:700;margin-bottom:12px}.ws-disposition-chart-title span{color:#64748b;font-weight:600}.ws-disposition-bar-row{display:grid;grid-template-columns:58px 1fr 34px;gap:10px;align-items:center;margin:10px 0}.ws-disposition-bar-label{color:#334155;font-size:12px;font-weight:700}.ws-disposition-bar-track{height:14px;border-radius:999px;background:#e2e8f0e6;overflow:hidden}.ws-disposition-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1456d9a6,#0ea5e9d9)}.ws-disposition-bar-count{color:#0f172a;font-size:13px;font-weight:800;text-align:right}.ws-disposition-empty-users{border:1px dashed rgba(15,23,42,.16);border-radius:14px;padding:10px;background:#ffffff8c;color:#64748b;font-size:13px}.ws-company-details-button{min-height:40px;padding:0 14px;border:1px solid rgba(22,163,74,.18);border-radius:14px;background:#dcfce7e0;color:#166534;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.ws-company-details-button:hover{background:#bbf7d0f2}.ws-company-details-button.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.ws-phone-call-row{flex-wrap:wrap}.ws-phone-call-row input{min-width:210px}.ws-phone-call-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;align-items:center!important}.ws-phone-call-row input{grid-column:1 / -1!important;width:100%!important;min-width:0!important}.ws-phone-call-row .ws-call-button,.ws-phone-call-row .ws-company-details-button{width:100%!important;min-height:40px!important;white-space:nowrap!important}.ws-phone-call-row .ws-company-details-button{padding:0 10px!important;font-size:12px!important}.ws-phone-call-row .ws-call-button{padding:0 10px!important}.ws-phone-action-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:-6px}.ws-phone-action-button{width:100%;min-height:34px;border:1px solid rgba(100,116,139,.22);border-radius:13px;background:#f1f5f9eb;color:#334155;font-size:12px;font-weight:750;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.ws-phone-action-button:hover{background:#e2e8f0fa;color:#0f172a}.ws-phone-action-button:active{background:#dcfce7f2;border-color:#16a34a59;color:#166534;transform:translateY(1px)}.ws-phone-action-button.is-disabled,.ws-phone-action-button:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.ws-phone-call-row .ws-call-button,.ws-phone-call-row .ws-company-details-button{width:auto}.ws-factfind-page{display:flex;width:100vw;min-height:100vh;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(219,234,254,.82),transparent 34%),linear-gradient(135deg,#f8fbff,#eaf4ff);color:#0f172a}.ws-factfind-sidebar{width:260px;flex:0 0 260px;padding:18px;border-right:1px solid rgba(15,23,42,.08);background:#ffffff94;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ws-factfind-main{flex:1;padding:26px 34px;overflow:auto}.ws-factfind-back-link{display:inline-flex;margin-bottom:18px;color:#1456d9;font-size:14px;font-weight:650;text-decoration:none}.ws-factfind-nav-item{width:100%;min-height:42px;margin-bottom:8px;padding:0 14px;border:1px solid transparent;border-radius:14px;background:transparent;color:#0f172a;font-size:14px;font-weight:600;text-align:left;cursor:pointer}.ws-factfind-nav-item:hover{background:#ffffffb8;border-color:#0f172a14}.ws-factfind-nav-item.is-active{background:linear-gradient(180deg,#dbeafef2,#bfdbfeb3);border-color:#1456d93d;color:#1456d9;box-shadow:0 10px 24px #2563eb1f}.ws-factfind-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.ws-factfind-title{margin:0;color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.04em}.ws-factfind-subtitle{margin-top:6px;color:#64748b;font-size:14px}.ws-factfind-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.ws-factfind-actions button{min-height:40px;padding:0 16px;border:1px solid rgba(15,23,42,.08);border-radius:15px;background:#ffffffc7;color:#0f172a;font-size:13px;font-weight:750;cursor:pointer;box-shadow:0 10px 22px #0f172a0f}.ws-factfind-actions button:hover:not(:disabled){background:#dbeafed1;color:#1456d9;border-color:#1456d92e}.ws-factfind-actions button:disabled{opacity:.45;cursor:not-allowed}.ws-factfind-divider{margin:18px 0;border:0;border-top:1px solid rgba(15,23,42,.12)}.ws-factfind-section-shell{max-width:1180px}.ws-factfind-section-shell>div>div:first-child{border:1px solid rgba(20,86,217,.14)!important;border-radius:18px!important;background:#ffffffc7!important;color:#1456d9!important;box-shadow:0 18px 50px #0f172a0f!important}.ws-factfind-section-shell>div>div:first-child>div{color:#1456d9!important;font-size:13px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important}.ws-factfind-section-shell>div>div:nth-child(2){border:1px solid rgba(15,23,42,.08)!important;border-radius:22px!important;background:#ffffffc2!important;box-shadow:0 18px 50px #0f172a0f!important}.ws-factfind-section-shell input,.ws-factfind-section-shell select,.ws-factfind-section-shell textarea{border:1px solid rgba(20,86,217,.18)!important;border-radius:16px!important;background:#ffffffd1!important;color:#0f172a!important;box-shadow:inset 0 1px #ffffffb3!important}.ws-factfind-section-shell input:focus,.ws-factfind-section-shell select:focus,.ws-factfind-section-shell textarea:focus{border-color:#1456d973!important;box-shadow:0 0 0 4px #2563eb1a!important}@media(max-width:980px){.ws-factfind-page{flex-direction:column}.ws-factfind-sidebar{width:auto;flex:none;border-right:0;border-bottom:1px solid rgba(15,23,42,.08)}.ws-factfind-main{padding:20px}.ws-factfind-topbar{flex-direction:column}.ws-factfind-actions{justify-content:flex-start}}.ws-factfind-page{display:flex!important;min-height:100vh!important;width:100%!important;background:radial-gradient(circle at top left,rgba(219,234,254,.72),transparent 31%),linear-gradient(135deg,#f7fbff,#edf5ff 45%,#eaf3ff)!important;color:#10234d!important;font-family:Inter,Arial,sans-serif!important}.ws-factfind-sidebar{width:252px!important;flex:0 0 252px!important;min-height:100vh!important;padding:18px 16px!important;display:flex!important;flex-direction:column!important;gap:14px!important;border-right:1px solid rgba(20,86,217,.08)!important;background:#ffffff75!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.ws-factfind-brand-card{display:flex!important;align-items:center!important;gap:14px!important;padding:6px 4px 14px!important}.ws-factfind-brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;display:grid!important;place-items:center!important;font-size:24px!important;font-weight:900!important;color:#fff!important;background:linear-gradient(180deg,#5da0ff,#1d63f0)!important;box-shadow:0 12px 24px #1d63f038!important}.ws-factfind-brand-title{font-size:19px!important;line-height:1.1!important;font-weight:900!important;color:#10234d!important}.ws-factfind-brand-subtitle{margin-top:4px!important;font-size:12px!important;color:#7184a6!important}.ws-factfind-side-links{display:flex!important;flex-direction:column!important;gap:8px!important}.ws-factfind-side-link{min-height:44px!important;padding:0 14px!important;display:flex!important;align-items:center!important;gap:12px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:16px!important;background:#ffffffad!important;color:#10234d!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important;box-shadow:0 8px 20px #0f172a09!important}.ws-factfind-side-link.is-active{background:linear-gradient(180deg,#dbeafefa,#c8dcffcc)!important;border-color:#1d63f03d!important;color:#1456d9!important}.ws-factfind-side-link-badge{width:24px!important;height:24px!important;border-radius:8px!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:900!important;background:#1d63f01c!important;color:#1456d9!important}.ws-factfind-nav-group-label{margin-top:10px!important;padding:4px 4px 0!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.09em!important;color:#7b8dab!important}.ws-factfind-nav-list{display:flex!important;flex-direction:column!important;gap:8px!important;flex:1!important}.ws-factfind-nav-item{width:100%!important;min-height:44px!important;padding:0 14px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:16px!important;background:#ffffffbd!important;color:#10234d!important;text-align:left!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 8px 20px #0f172a08!important}.ws-factfind-nav-item:hover{border-color:#1d63f029!important;color:#1456d9!important;background:#ffffffe6!important}.ws-factfind-user-card{margin-top:auto!important;padding:18px 14px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:22px!important;background:#ffffffb8!important;box-shadow:0 12px 28px #0f172a0b!important}.ws-factfind-user-avatar{width:36px!important;height:36px!important;border-radius:50%!important;display:grid!important;place-items:center!important;margin-bottom:10px!important;font-weight:900!important;color:#1456d9!important;background:#1d63f024!important}.ws-factfind-user-role{font-size:13px!important;color:#7b8dab!important;margin-top:2px!important}.ws-factfind-logout-button{margin-top:14px!important;width:100%!important;min-height:40px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:14px!important;background:#ffffffd6!important;color:#10234d!important;font-weight:800!important;cursor:pointer!important}.ws-factfind-logout-button:hover{background:#dbeafeb8!important;color:#1456d9!important}.ws-factfind-header-block{display:flex!important;flex-direction:column!important;gap:6px!important;padding-top:2px!important}.ws-factfind-subtitle{font-size:14px!important;color:#7285a4!important;font-weight:650!important}.ws-factfind-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;padding:14px!important;border:1px solid rgba(16,35,77,.06)!important;border-radius:24px!important;background:#ffffff85!important;box-shadow:0 16px 36px #0f172a09!important}.ws-factfind-actions button{min-height:46px!important;padding:0 18px!important;border-radius:16px!important;border:1px solid rgba(16,35,77,.08)!important;background:#ffffffe0!important;color:#16315e!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0a!important}.ws-factfind-actions button:hover:not(:disabled){border-color:#1d63f038!important;color:#1456d9!important}.ws-factfind-actions .ws-factfind-primary-action{background:linear-gradient(180deg,#3d8bff,#1456d9)!important;color:#fff!important;border-color:#1456d940!important;box-shadow:0 14px 28px #1d63f038!important}.ws-factfind-divider{margin:12px 0 18px!important;border:0!important;border-top:1px solid rgba(16,35,77,.1)!important}.ws-factfind-section-shell{max-width:1260px!important}.ws-factfind-section-shell>div>div:first-child{border-radius:22px!important;border:1px solid rgba(29,99,240,.14)!important;background:#ffffffc7!important;box-shadow:0 14px 28px #0f172a0a!important}.ws-factfind-section-shell>div>div:first-child>div{color:#1456d9!important;font-size:13px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.ws-factfind-section-shell>div>div:nth-child(2){border-radius:26px!important;border:1px solid rgba(16,35,77,.07)!important;background:#ffffffc7!important;box-shadow:0 18px 36px #0f172a0b!important}.ws-factfind-section-shell input,.ws-factfind-section-shell select,.ws-factfind-section-shell textarea{border:1px solid rgba(29,99,240,.16)!important;border-radius:16px!important;background:#ffffffe6!important;color:#10234d!important;box-shadow:inset 0 1px #ffffffd1!important}.ws-factfind-section-shell input::placeholder,.ws-factfind-section-shell textarea::placeholder{color:#9aabc5!important}.ws-factfind-section-shell input:focus,.ws-factfind-section-shell select:focus,.ws-factfind-section-shell textarea:focus{outline:none!important;border-color:#1d63f061!important;box-shadow:0 0 0 4px #1d63f014!important}.ws-factfind-section-shell label,.ws-factfind-section-shell strong{color:#10234d!important}.ws-factfind-section-shell button{border-radius:14px!important}.ws-factfind-section-shell input[type=radio]{width:18px!important;height:18px!important;box-shadow:none!important}.ws-factfind-section-shell input[type=radio]+span,.ws-factfind-section-shell input[type=checkbox]+span{color:#10234d!important}.ws-factfind-section-shell table,.ws-factfind-section-shell .table{border-radius:18px!important;overflow:hidden!important}@media(min-width:1280px){.ws-factfind-section-shell{max-width:1320px!important}}@media(max-width:1100px){.ws-factfind-page{flex-direction:column!important}.ws-factfind-sidebar{width:100%!important;flex:none!important;min-height:auto!important;border-right:0!important;border-bottom:1px solid rgba(20,86,217,.08)!important}.ws-factfind-main{padding:20px!important}.ws-factfind-topbar{flex-direction:column!important}.ws-factfind-actions{width:100%!important;justify-content:flex-start!important}}.ws-factfind-page{display:flex!important;min-height:100vh!important;width:100%!important;background:radial-gradient(circle at 5% 0%,rgba(191,219,254,.78),transparent 30%),linear-gradient(135deg,#f8fbff,#edf5ff 46%,#eaf3ff)!important;color:#10234d!important;font-family:Inter,Arial,sans-serif!important}.ws-factfind-sidebar{width:252px!important;flex:0 0 252px!important;min-height:100vh!important;padding:18px 16px!important;border-right:1px solid rgba(20,86,217,.08)!important;background:#ffffff7a!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;display:flex!important;flex-direction:column!important}.ws-factfind-main{flex:1!important;padding:28px 34px 38px!important;overflow:auto!important}.ws-factfind-back-link{display:flex!important;align-items:center!important;min-height:44px!important;padding:0 14px!important;margin-bottom:16px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:16px!important;background:#ffffffc2!important;color:#1456d9!important;text-decoration:none!important;font-size:14px!important;font-weight:850!important;box-shadow:0 8px 20px #0f172a09!important}.ws-factfind-back-link:hover{background:#dbeafec7!important;border-color:#1d63f02e!important}.ws-factfind-nav-item{width:100%!important;min-height:44px!important;margin-bottom:8px!important;padding:0 14px!important;border:1px solid rgba(16,35,77,.08)!important;border-radius:16px!important;background:#ffffffbd!important;color:#10234d!important;text-align:left!important;font-size:14px!important;font-weight:850!important;cursor:pointer!important;box-shadow:0 8px 20px #0f172a08!important}.ws-factfind-nav-item:hover{border-color:#1d63f029!important;color:#1456d9!important;background:#ffffffeb!important}.ws-factfind-nav-item.is-active{border-color:#1d63f03d!important;background:#fffffff5!important;box-shadow:inset 4px 0 #1d63f0,0 10px 24px #1d63f014!important;color:#1456d9!important}.ws-factfind-topbar{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:22px!important;margin-bottom:18px!important}.ws-factfind-title{margin:0!important;font-size:30px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.04em!important;color:#10234d!important}.ws-factfind-subtitle{margin-top:7px!important;font-size:14px!important;color:#7285a4!important;font-weight:650!important}.ws-factfind-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;padding:14px!important;border:1px solid rgba(16,35,77,.06)!important;border-radius:24px!important;background:#ffffff8f!important;box-shadow:0 16px 36px #0f172a09!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.ws-factfind-actions button{min-height:44px!important;padding:0 16px!important;border-radius:16px!important;border:1px solid rgba(16,35,77,.08)!important;background:#ffffffe0!important;color:#16315e!important;font-size:13px!important;font-weight:850!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0a!important}.ws-factfind-actions button:hover:not(:disabled){border-color:#1d63f038!important;color:#1456d9!important;background:#fffffff5!important}.ws-factfind-actions button:disabled{opacity:.45!important;cursor:not-allowed!important}.ws-factfind-sidebar{width:300px!important;flex:0 0 300px!important;padding:24px!important;gap:14px!important;background:#ffffff80!important}.ws-factfind-brand-card{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:22px!important}.ws-factfind-brand-mark{width:46px!important;height:46px!important;border-radius:14px!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:24px!important;font-weight:900!important;background:linear-gradient(180deg,#5da0ff,#1d63f0)!important}.ws-factfind-brand-title{font-size:20px!important;font-weight:900!important;color:#10234d!important}.ws-factfind-brand-subtitle{font-size:13px!important;color:#7184a6!important}.ws-factfind-side-links{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:30px!important}.ws-factfind-side-link{height:50px!important;border-radius:17px!important;padding:0 18px!important;display:flex!important;align-items:center!important;gap:12px!important;background:#ffffffc7!important;border:1px solid rgba(16,35,77,.08)!important;text-decoration:none!important;color:#10234d!important;font-weight:850!important}.ws-factfind-side-link.is-active{color:#1456d9!important;background:linear-gradient(180deg,#dbeafe,#c8dcffd1)!important;border-color:#1d63f040!important}.ws-factfind-side-link-badge{width:25px!important;height:25px!important;border-radius:8px!important;display:grid!important;place-items:center!important;background:#1d63f01c!important;color:#1456d9!important;font-size:10px!important;font-weight:900!important}.ws-factfind-nav-group-label{margin:0 0 12px!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#7b8dab!important}.ws-factfind-nav-list{display:flex!important;flex-direction:column!important;gap:9px!important;flex:1!important}.ws-factfind-nav-item{min-height:50px!important;border-radius:17px!important;padding:0 18px!important;background:#ffffffc2!important;border:1px solid rgba(16,35,77,.08)!important;color:#394b6a!important;font-size:15px!important;font-weight:800!important}.ws-factfind-nav-item.is-active{color:#1456d9!important;background:#fffffff5!important;border-color:#1d63f03d!important;box-shadow:inset 4px 0 #1d63f0,0 10px 24px #1d63f014!important}.ws-factfind-user-card{margin-top:auto!important;padding:20px 16px!important;border-radius:24px!important;background:#ffffffb8!important;border:1px solid rgba(16,35,77,.08)!important;box-shadow:0 16px 32px #0f172a0b!important}.ws-factfind-user-avatar{width:38px!important;height:38px!important;border-radius:50%!important;display:grid!important;place-items:center!important;margin-bottom:12px!important;background:#1d63f024!important;color:#1456d9!important;font-weight:900!important}.ws-factfind-user-name{font-weight:900!important;color:#10234d!important}.ws-factfind-user-role{margin-top:2px!important;color:#7b8dab!important;font-size:13px!important}.ws-factfind-logout-button{margin-top:16px!important;height:42px!important;border-radius:15px!important;border:1px solid rgba(16,35,77,.08)!important;background:#ffffffe0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#10234d!important;font-weight:850!important;text-decoration:none!important}.ws-factfind-main{padding:42px 54px!important}.ws-factfind-topbar{align-items:center!important;margin-bottom:30px!important}.ws-factfind-title{font-size:38px!important;font-weight:950!important;letter-spacing:-.045em!important}.ws-factfind-actions{padding:14px!important;border-radius:28px!important;background:#ffffff8f!important;min-width:720px!important;justify-content:space-between!important}.ws-factfind-actions button{min-height:52px!important;padding:0 22px!important;border-radius:17px!important;font-size:14px!important;font-weight:900!important}.ws-factfind-actions button:first-child{background:linear-gradient(180deg,#3d8bff,#1456d9)!important;color:#fff!important;border-color:#1456d940!important;box-shadow:0 14px 28px #1d63f038!important}.ws-factfind-topbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:18px!important;margin-bottom:22px!important}.ws-factfind-title{font-size:38px!important;line-height:1.05!important;margin:0!important}.ws-factfind-subtitle{margin-top:8px!important}.ws-factfind-actions{width:100%!important;max-width:1320px!important;min-width:0!important;justify-content:flex-start!important;gap:12px!important;padding:14px!important;border-radius:28px!important}.ws-factfind-actions button{min-height:50px!important;padding:0 24px!important;border-radius:17px!important}.ws-factfind-actions button:first-child{min-width:120px!important}.ws-factfind-main{padding:36px 48px 48px!important}.ws-factfind-section-shell{width:100%!important;max-width:1320px!important}.ws-factfind-section-shell>div{width:100%!important;max-width:1320px!important}.ws-factfind-section-shell>div>div:first-child{width:100%!important;max-width:1320px!important;min-height:64px!important;display:flex!important;align-items:center!important;padding:0 24px!important;margin-bottom:18px!important}.ws-factfind-section-shell>div>div:nth-child(2){width:100%!important;max-width:1320px!important;padding:26px!important;border-radius:28px!important;background:#ffffffd1!important;box-shadow:0 24px 54px #0f172a0e!important}.ws-factfind-section-shell>div>div:nth-child(2)>div{max-width:none!important}.ws-factfind-section-shell input,.ws-factfind-section-shell select,.ws-factfind-section-shell textarea{min-height:46px!important}.ws-factfind-section-shell textarea{min-height:118px!important}.ws-factfind-sidebar{width:290px!important;flex-basis:290px!important;padding:22px!important}.ws-factfind-brand-card{margin-bottom:18px!important}.ws-factfind-side-links{margin-bottom:24px!important}.ws-factfind-nav-list{gap:8px!important}.ws-factfind-nav-item{min-height:48px!important}.ws-factfind-user-card{padding:18px 16px!important}.ws-factfind-section-shell fieldset,.ws-factfind-section-shell [role=group]{border-radius:24px!important;border-color:#1d63f024!important;background:#ffffffb8!important}.ws-factfind-section-shell input[type=radio]{min-height:auto!important}html,body,#root{max-width:100%}body.ws-snap-dock-mounted{overflow-x:hidden}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page,body.ws-snap-dock-mounted .ws-client-page.ws-client-select-page,body.ws-snap-dock-mounted .ws-client-page.ws-reports-page,body.ws-snap-dock-mounted .ws-ff-v2-page{width:100%;max-width:100vw;min-height:100vh;display:block!important;margin:0!important;padding-left:0!important;transform:none!important;overflow-x:clip!important}body.ws-snap-dock-mounted .ws-client-page.ws-theme-v2,body.ws-snap-dock-mounted .ws-ff-v2-page{background:radial-gradient(circle at 8% -8%,var(--ws-bg-glow-purple, rgba(139, 92, 246, .2)),transparent 34rem),radial-gradient(circle at 92% 4%,var(--ws-bg-glow-blue, rgba(59, 130, 246, .17)),transparent 36rem),radial-gradient(circle at 78% 96%,var(--ws-bg-glow-orange, rgba(251, 146, 60, .16)),transparent 32rem),var(--ws-bg-page, linear-gradient(135deg, #fbfcff 0%, #f6f1ff 52%, #fff8f0 100%))!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page>.ws-client-sidebar,body.ws-snap-dock-mounted .ws-client-page.ws-reports-page>.ws-client-sidebar,body.ws-snap-dock-mounted .ws-ff-v2-page>.ws-ff-v2-sidebar{display:none!important;width:0!important;min-width:0!important;flex:0 0 0!important;padding:0!important;margin:0!important;border:0!important}body.ws-snap-dock-mounted .ws-client-page .ws-client-main,body.ws-snap-dock-mounted .ws-client-page .ws-crm-main-panel,body.ws-snap-dock-mounted .ws-ff-v2-main{width:min(100%,calc(100vw - 24px))!important;max-width:none!important;min-width:0!important;min-height:100vh!important;height:auto!important;max-height:none!important;margin-inline:auto!important;overflow-x:clip!important}body.ws-snap-dock-bottom .ws-client-page .ws-client-main,body.ws-snap-dock-bottom .ws-client-page .ws-crm-main-panel,body.ws-snap-dock-bottom .ws-ff-v2-main{padding-bottom:calc(var(--ws-page-pad-bottom-dock, 132px) + 16px)!important}body.ws-snap-dock-left .ws-client-page .ws-client-main,body.ws-snap-dock-left .ws-client-page .ws-crm-main-panel,body.ws-snap-dock-left .ws-ff-v2-main{padding-left:max(var(--ws-page-pad-x, 24px),var(--ws-page-pad-side-dock, 136px))!important}body.ws-snap-dock-right .ws-client-page .ws-client-main,body.ws-snap-dock-right .ws-client-page .ws-crm-main-panel,body.ws-snap-dock-right .ws-ff-v2-main{padding-right:max(var(--ws-page-pad-x, 24px),var(--ws-page-pad-side-dock, 136px))!important}body.ws-snap-dock-mounted .crm-redesign-page .ws-crm-main-panel{display:flex!important;flex-direction:column!important;gap:var(--ws-space-5, 20px)!important;width:calc(100vw - 32px)!important;max-width:none!important}body.ws-snap-dock-mounted .crm-redesign-page .crm-dashboard-header,body.ws-snap-dock-mounted .crm-redesign-page .crm-kpi-grid,body.ws-snap-dock-mounted .crm-redesign-page .crm-pipeline-strip,body.ws-snap-dock-mounted .crm-redesign-page .crm-dashboard-shell{width:100%!important;max-width:100%!important}body.ws-snap-dock-mounted .crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));min-width:0}body.ws-snap-dock-mounted .crm-redesign-page .crm-pipeline-strip,body.ws-snap-dock-mounted .crm-redesign-page .crm-dashboard-shell,body.ws-snap-dock-mounted .crm-redesign-page .ws-crm-board-card{width:100%!important;max-width:100%!important;min-width:0!important}body.ws-snap-dock-mounted .crm-redesign-page .ws-crm-board-card{overflow:hidden!important}body.ws-snap-dock-mounted .crm-redesign-page .ws-crm-board-scroll,body.ws-snap-dock-mounted .crm-redesign-page .crm-kanban-scroll{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain}body.ws-snap-dock-mounted .crm-redesign-page .ws-crm-board{width:max-content!important;min-width:100%!important}@media(max-width:1180px){body.ws-snap-dock-mounted .crm-redesign-page .crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}body.ws-snap-dock-mounted .crm-lead-panel-backdrop{position:fixed!important;inset:0!important;align-items:center!important;justify-content:flex-end!important;padding:clamp(10px,2vh,22px) clamp(12px,2vw,26px)!important;background:linear-gradient(90deg,#0f172a06,#0f172a1a)!important;backdrop-filter:blur(1px)!important;-webkit-backdrop-filter:blur(1px)!important;overflow:hidden!important;overscroll-behavior:contain}body.ws-snap-dock-mounted .crm-lead-detail-panel{display:flex!important;flex-direction:column!important;height:auto!important;max-height:calc(100dvh - clamp(24px,4vh,44px))!important;overflow:hidden!important}body.ws-snap-dock-mounted .crm-lead-detail-scroll{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overscroll-behavior:contain;padding-bottom:var(--ws-space-5, 20px)!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-main{width:calc(100vw - 32px)!important;max-width:none!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-header{grid-template-columns:minmax(0,1fr) minmax(0,auto)!important;align-items:center!important;width:100%!important;max-width:100%!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-rd-page-header__tools,body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-actions{min-width:0!important;max-width:100%!important;flex-wrap:wrap!important;justify-content:flex-end!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-rd-search,body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-search{flex:1 1 280px!important;min-width:min(260px,100%)!important;max-width:420px!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-new{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;max-width:100%!important;white-space:nowrap!important}body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-table-card{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain}body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-table-head,body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-row{min-width:1120px}@media(max-width:1180px){body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-table-head,body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-row{min-width:0}}@media(max-width:780px){body.ws-snap-dock-mounted .ws-client-select-page .ws-client-select-header{grid-template-columns:1fr!important}}body.ws-snap-dock-mounted .ws-ff-v2-main{padding:clamp(16px,2.4vw,28px) clamp(14px,2.8vw,34px) calc(var(--ws-page-pad-bottom-dock, 132px) + 16px)!important}body.ws-snap-dock-mounted .ws-ff-v2-shell{width:100%!important;max-width:var(--ws-page-max, 1480px)!important;height:min(980px,calc(100vh - var(--ws-page-pad-bottom-dock, 132px) - 42px))!important;min-height:680px!important}body.ws-snap-dock-left .ws-ff-v2-shell,body.ws-snap-dock-right .ws-ff-v2-shell{height:calc(100vh - 48px)!important}body.ws-snap-dock-mounted .ws-reports-redesign .ws-reports-main{width:calc(100vw - 32px)!important;max-width:none!important;overflow:visible!important}body.ws-snap-dock-mounted .ws-reports-redesign .ws-reports-header,body.ws-snap-dock-mounted .ws-reports-redesign .ws-report-main-tabs,body.ws-snap-dock-mounted .ws-reports-redesign .ws-reports-shell{width:100%!important;max-width:100%!important}body.ws-snap-dock-mounted .ws-reports-redesign .ws-reports-shell{overflow:visible!important;min-height:0!important}body.ws-snap-dock-mounted .ws-reports-redesign .ws-report-table-scroll{max-width:100%!important;overflow-x:auto!important;overscroll-behavior-inline:contain}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2){color:var(--ws-text-primary, #111a3a)!important;background:radial-gradient(circle at 12% 0%,var(--ws-bg-glow-purple, rgba(139, 92, 246, .2)),transparent 34rem),radial-gradient(circle at 88% 2%,var(--ws-bg-glow-blue, rgba(59, 130, 246, .17)),transparent 36rem),var(--ws-bg-page, linear-gradient(135deg, #fbfcff 0%, #f6f1ff 52%, #fff8f0 100%))!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-main{width:calc(100vw - 32px)!important;max-width:none!important;padding:var(--ws-page-pad-y, 28px) var(--ws-page-pad-x, 36px) calc(var(--ws-page-pad-bottom-dock, 132px) + 16px)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-topbar{margin-bottom:var(--ws-space-6, 24px)!important;padding:var(--ws-space-6, 24px)!important;background:var(--ws-glass-panel-bg, rgba(255, 255, 255, .88))!important;border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12))!important;border-radius:var(--ws-radius-2xl, 28px)!important;box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1))!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-topbar h1{margin:0!important;color:var(--ws-text-primary, #111a3a)!important;font-size:clamp(28px,3vw,38px)!important;letter-spacing:-.05em!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-topbar p{color:var(--ws-text-secondary, #51627f)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--ws-space-5, 20px)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-stats-panel,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-import-result{color:var(--ws-text-primary, #111a3a)!important;background:var(--ws-glass-panel-bg, rgba(255, 255, 255, .88))!important;border:1px solid var(--ws-card-border, rgba(45, 35, 95, .12))!important;border-radius:var(--ws-radius-xl, 24px)!important;box-shadow:var(--ws-shadow-soft, 0 18px 50px rgba(38, 31, 84, .1))!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card{padding:var(--ws-space-6, 24px)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card-kicker{color:var(--ws-accent-primary, #7c3aed)!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card-title{color:var(--ws-text-primary, #111a3a)!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.04em!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card-text,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-stats-list span,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-stats-grid span{color:var(--ws-text-secondary, #51627f)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-import-file-input,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) select,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) input[type=text]{max-width:100%;color:var(--ws-text-primary, #111a3a)!important;background:var(--ws-input-bg, rgba(255, 255, 255, .78))!important;border:1px solid var(--ws-soft-border, rgba(15, 23, 42, .09))!important;border-radius:var(--ws-radius-md, 16px)!important}@media(max-width:1180px){body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-grid{grid-template-columns:1fr!important}}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-main{padding:clamp(22px,3vw,42px) clamp(18px,3vw,42px) calc(var(--ws-page-pad-bottom-dock, 132px) + 32px)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-client-topbar{padding:clamp(20px,2.3vw,30px)!important;border-radius:32px!important;background:radial-gradient(circle at 92% 10%,rgba(37,99,235,.12),transparent 22rem),linear-gradient(145deg,#ffffffe6,#f7f3ffc2)!important;box-shadow:0 24px 70px #261f5421,inset 0 1px #ffffffdb!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-grid{align-items:start!important;gap:clamp(18px,2vw,28px)!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-stats-panel,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-import-result{border-radius:30px!important;background:radial-gradient(circle at 12% 0%,rgba(124,58,237,.08),transparent 18rem),#ffffffdb!important;box-shadow:0 18px 54px #261f541c!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-admin-card{min-height:280px!important}body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-new-client-button,body.ws-snap-dock-mounted .ws-client-page.ws-crm-page:not(.ws-theme-v2) .ws-glass-action-button{border-radius:var(--ws-radius-pill, 999px)!important;background:linear-gradient(135deg,var(--ws-accent-primary, #7c3aed),var(--ws-accent-secondary, #2563eb))!important;color:#fff!important;box-shadow:var(--ws-shadow-button, 0 12px 28px rgba(76, 29, 149, .16))!important}
