:root,[data-theme=light]{--bg-page:#f1f5f9;--bg-surface:#fff;--bg-surface-alt:#f8fafc;--bg-sidebar:#0f172a;--bg-sidebar-hover:#1e293b;--border:#e2e8f0;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--input-bg:#fff;--input-border:#e2e8f0;--topbar-bg:#fff;--topbar-border:#e2e8f0;--card-shadow:0 1px 2px 0 #0000000d;--primary:#1e40af;--primary-hover:#1d3a9b}[data-theme=dark]{--bg-page:#0f172a;--bg-surface:#1e293b;--bg-surface-alt:#162032;--bg-sidebar:#020617;--bg-sidebar-hover:#0f172a;--border:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--input-bg:#1e293b;--input-border:#334155;--topbar-bg:#1e293b;--topbar-border:#334155;--card-shadow:0 1px 3px 0 #0006;--primary:#3b5cf0;--primary-hover:#2e4dd4}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body{background-color:var(--bg-page);color:var(--text-primary);font-size:14px;line-height:1.5;transition:background-color .2s,color .2s}#root{flex-direction:column;height:100vh;display:flex}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px #1e40af26;border-color:#1e40af!important}button:disabled,input:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}@keyframes mcp-spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite mcp-spin}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-page)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}input[type=checkbox],input[type=radio]{appearance:none;border:1.5px solid var(--border);background-color:var(--bg-surface);cursor:pointer;vertical-align:middle;flex-shrink:0;width:16px;height:16px;margin:0;transition:background-color .12s,border-color .12s,box-shadow .12s;position:relative}input[type=checkbox]{border-radius:4px}input[type=radio]{border-radius:50%}input[type=checkbox]:hover,input[type=radio]:hover{border-color:#1e40af}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#1e40af;border-color:#1e40af}input[type=checkbox]:checked:after{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.5 8.5L6.5 11.5L12.5 5.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:16px 16px;position:absolute;inset:0}input[type=radio]:checked:after{content:"";background-color:#fff;border-radius:50%;position:absolute;inset:3px}input[type=checkbox]:indeterminate{background-color:#1e40af;border-color:#1e40af}input[type=checkbox]:indeterminate:after{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8H12' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:16px 16px;position:absolute;inset:0}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:none;box-shadow:0 0 0 3px #1e40af40}[data-theme=dark] input[type=checkbox],[data-theme=dark] input[type=radio]{background-color:var(--input-bg);border-color:var(--input-border)}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=search]::-webkit-search-results-button{-webkit-appearance:none}input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=date],input[type=datetime-local],input[type=time],input[type=month]{min-height:38px;font-family:inherit}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(0%)}input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(0%)}input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(0%)}input[type=month]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(0%)}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert()}[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert()}[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert()}[data-theme=dark] input[type=month]::-webkit-calendar-picker-indicator{filter:invert()}input[type=file]{cursor:pointer;font-family:inherit;font-size:13px}input[type=file]::-webkit-file-upload-button{border:1px solid var(--border);background:var(--bg-surface-alt);color:var(--text-primary);cursor:pointer;border-radius:6px;margin-right:10px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:600}textarea{resize:vertical;font-family:inherit}select{appearance:none;background-color:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border);cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 8px center;background-repeat:no-repeat;background-size:14px 14px;border-radius:8px;padding:7px 30px 7px 10px;font-family:inherit;font-size:13px}select::-ms-expand{display:none}::selection{color:inherit;background-color:#1e40af33}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:none;box-shadow:0 0 0 3px #1e40af40}@media (pointer:coarse){button,[role=button]{min-height:36px}input[type=checkbox],input[type=radio]{width:20px;height:20px}}@media (width<=768px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=url],input[type=password],input[type=date],input[type=datetime-local],input[type=time],input[type=month],textarea,select{font-size:16px}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 3px #1e40af2e}}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}button,[role=button],a,label,input,select,textarea{touch-action:manipulation}button svg,[role=button] svg{-webkit-touch-callout:none;pointer-events:none}.react-flow svg,.react-flow__edge,.react-flow__edge-path,.react-flow__edge-interaction,.react-flow__handle,.react-flow__connection,.react-flow__connection-path{pointer-events:all}.safe-area-top{padding-top:max(env(safe-area-inset-top,0px), 12px)}.safe-area-bottom{padding-bottom:max(env(safe-area-inset-bottom,0px), 12px)}.sidebar-nav-scroll{scrollbar-width:none}.sidebar-nav-scroll::-webkit-scrollbar{width:0;height:0;display:none}[data-theme=dark] [style*="color: rgb(0, 0, 0)"],[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: rgb(30, 41, 59)"],[data-theme=dark] [style*="color: rgb(51, 65, 85)"],[data-theme=dark] [style*="color: rgb(17, 24, 39)"],[data-theme=dark] [style*="color: rgb(31, 41, 55)"],[data-theme=dark] [style*="color: rgb(55, 65, 81)"]{color:var(--text-primary)!important}[data-theme=dark] [style*="color: rgb(71, 85, 105)"],[data-theme=dark] [style*="color: rgb(100, 116, 139)"],[data-theme=dark] [style*="color: rgb(75, 85, 99)"],[data-theme=dark] [style*="color: rgb(107, 114, 128)"]{color:var(--text-secondary)!important}[data-theme=dark] [style*="color: rgb(148, 163, 184)"],[data-theme=dark] [style*="color: rgb(203, 213, 225)"],[data-theme=dark] [style*="color: rgb(156, 163, 175)"],[data-theme=dark] [style*="color: rgb(209, 213, 219)"]{color:var(--text-muted)!important}[data-theme=dark] [style*="color: rgb(20, 83, 45)"],[data-theme=dark] [style*="color: rgb(6, 95, 70)"],[data-theme=dark] [style*="color: rgb(22, 101, 52)"],[data-theme=dark] [style*="color: rgb(21, 128, 61)"],[data-theme=dark] [style*="color: rgb(22, 163, 74)"]{color:#86efac!important}[data-theme=dark] [style*="color: rgb(120, 53, 15)"],[data-theme=dark] [style*="color: rgb(146, 64, 14)"],[data-theme=dark] [style*="color: rgb(180, 83, 9)"],[data-theme=dark] [style*="color: rgb(217, 119, 6)"]{color:#fcd34d!important}[data-theme=dark] [style*="color: rgb(127, 29, 29)"],[data-theme=dark] [style*="color: rgb(153, 27, 27)"],[data-theme=dark] [style*="color: rgb(185, 28, 28)"],[data-theme=dark] [style*="color: rgb(220, 38, 38)"]{color:#fca5a5!important}[data-theme=dark] [style*="color: rgb(30, 58, 138)"],[data-theme=dark] [style*="color: rgb(30, 64, 175)"],[data-theme=dark] [style*="color: rgb(29, 78, 216)"],[data-theme=dark] [style*="color: rgb(55, 48, 163)"],[data-theme=dark] [style*="color: rgb(67, 56, 202)"]{color:#93c5fd!important}[data-theme=dark] [style*="color: rgb(76, 29, 149)"],[data-theme=dark] [style*="color: rgb(91, 33, 182)"],[data-theme=dark] [style*="color: rgb(109, 40, 217)"],[data-theme=dark] [style*="color: rgb(124, 58, 237)"]{color:#d8b4fe!important}[data-theme=dark] [style*="color: rgb(157, 23, 77)"],[data-theme=dark] [style*="color: rgb(131, 24, 67)"]{color:#f9a8d4!important}[data-theme=dark] :not(iframe)[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] :not(iframe)[style*="background: rgb(255, 255, 255)"]{background-color:var(--bg-surface)!important}[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: rgb(248, 250, 252)"]{background-color:var(--bg-surface-alt)!important}[data-theme=dark] [style*="background-color: rgb(241, 245, 249)"],[data-theme=dark] [style*="background: rgb(241, 245, 249)"]{background-color:var(--bg-page)!important}[data-theme=dark] [style*="background-color: rgb(249, 250, 251)"],[data-theme=dark] [style*="background: rgb(249, 250, 251)"]{background-color:var(--bg-surface-alt)!important}[data-theme=dark] [style*="background-color: rgb(250, 245, 255)"],[data-theme=dark] [style*="background-color: rgb(245, 243, 255)"],[data-theme=dark] [style*="background-color: rgb(237, 233, 254)"],[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"],[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],[data-theme=dark] [style*="background-color: rgb(240, 253, 250)"],[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229)"],[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"],[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"],[data-theme=dark] [style*="background-color: rgb(240, 249, 255)"],[data-theme=dark] [style*="background-color: rgb(238, 242, 255)"],[data-theme=dark] [style*="background-color: rgb(253, 242, 248)"],[data-theme=dark] [style*="background-color: rgb(250, 250, 255)"],[data-theme=dark] [style*="background: rgb(250, 245, 255)"],[data-theme=dark] [style*="background: rgb(245, 243, 255)"],[data-theme=dark] [style*="background: rgb(237, 233, 254)"],[data-theme=dark] [style*="background: rgb(239, 246, 255)"],[data-theme=dark] [style*="background: rgb(219, 234, 254)"],[data-theme=dark] [style*="background: rgb(236, 253, 245)"],[data-theme=dark] [style*="background: rgb(240, 253, 244)"],[data-theme=dark] [style*="background: rgb(220, 252, 231)"],[data-theme=dark] [style*="background: rgb(209, 250, 229)"],[data-theme=dark] [style*="background: rgb(254, 242, 242)"],[data-theme=dark] [style*="background: rgb(254, 226, 226)"],[data-theme=dark] [style*="background: rgb(255, 251, 235)"],[data-theme=dark] [style*="background: rgb(254, 243, 199)"],[data-theme=dark] [style*="background: rgb(240, 249, 255)"],[data-theme=dark] [style*="background: rgb(238, 242, 255)"],[data-theme=dark] [style*="background: rgb(253, 242, 248)"],[data-theme=dark] [style*="background: rgb(250, 250, 255)"],[data-theme=dark] [style*="background: rgb(250, 251, 252)"],[data-theme=dark] [style*="background-color: rgb(250, 251, 252)"]{background-color:var(--bg-surface)!important}[data-theme=dark] [style*="linear-gradient(rgb(250, 245, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(237, 233, 254)"],[data-theme=dark] [style*="linear-gradient(rgb(219, 234, 254)"],[data-theme=dark] [style*="linear-gradient(rgb(220, 252, 231)"],[data-theme=dark] [style*="linear-gradient(rgb(254, 226, 226)"],[data-theme=dark] [style*="linear-gradient(rgb(254, 243, 199)"],[data-theme=dark] [style*="linear-gradient(rgb(240, 249, 255)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(250, 245, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(250, 245, 255)"]{background:var(--bg-surface)!important}[data-theme=dark] [style*="border: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border: 1.5px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border: 2px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border-color: rgb(226, 232, 240)"],[data-theme=dark] [style*="border-bottom: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border-top: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border-left: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border-right: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border: 1px solid rgb(241, 245, 249)"],[data-theme=dark] [style*="border-color: rgb(241, 245, 249)"]{border-color:var(--border)!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background-color:var(--input-bg);color:var(--text-primary);border-color:var(--input-border)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)}[data-theme=dark] [style*="linear-gradient(160deg, rgb(238, 242, 255)"],[data-theme=dark] [style*="linear-gradient(160deg, rgb(250, 250, 255)"],[data-theme=dark] [style*="linear-gradient(160deg, rgb(248, 250, 252)"],[data-theme=dark] [style*="linear-gradient(160deg, rgb(241, 245, 249)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(255, 255, 255)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(253, 253, 253)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(252, 252, 252)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(250, 250, 255)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(248, 250, 252)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(241, 245, 249)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(245, 243, 255)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(239, 246, 255)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(236, 253, 245)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(240, 253, 244)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(254, 242, 242)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(255, 251, 235)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(237, 233, 254)"],[data-theme=dark] [style*="linear-gradient(180deg, rgb(233, 213, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(255, 255, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(238, 242, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(248, 250, 252)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(241, 245, 249)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(245, 243, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(236, 253, 245)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(240, 253, 244)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(254, 242, 242)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(255, 251, 235)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(237, 233, 254)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(233, 213, 255)"],[data-theme=dark] [style*="linear-gradient(135deg, rgb(209, 250, 229)"],[data-theme=dark] [style*="linear-gradient(180deg, rgba(255, 255, 255"],[data-theme=dark] [style*="linear-gradient(180deg, rgba(253, 253, 253"],[data-theme=dark] [style*="linear-gradient(180deg, rgba(248, 250, 252"],[data-theme=dark] [style*="linear-gradient(180deg, rgba(241, 245, 249"],[data-theme=dark] [style*="linear-gradient(180deg, rgba(245, 243, 255"],[data-theme=dark] [style*="linear-gradient(135deg, rgba(255, 255, 255"],[data-theme=dark] [style*="linear-gradient(135deg, rgba(248, 250, 252"],[data-theme=dark] [style*="linear-gradient(135deg, rgba(241, 245, 249"],[data-theme=dark] [style*="background: rgb(253, 253, 253)"],[data-theme=dark] [style*="background: rgb(252, 252, 252)"],[data-theme=dark] [style*="background: rgb(250, 250, 255)"],[data-theme=dark] [style*="background: rgb(238, 242, 255)"],[data-theme=dark] [style*="background: rgb(239, 246, 255)"],[data-theme=dark] [style*="background: rgb(236, 253, 245)"],[data-theme=dark] [style*="background: rgb(240, 253, 244)"],[data-theme=dark] [style*="background: rgb(245, 243, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(255, 255, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(253, 253, 253)"],[data-theme=dark] [style*="linear-gradient(rgb(252, 252, 252)"],[data-theme=dark] [style*="linear-gradient(rgb(250, 250, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(248, 250, 252)"],[data-theme=dark] [style*="linear-gradient(rgb(241, 245, 249)"],[data-theme=dark] [style*="linear-gradient(rgb(245, 243, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(239, 246, 255)"],[data-theme=dark] [style*="linear-gradient(rgb(236, 253, 245)"],[data-theme=dark] [style*="linear-gradient(rgb(240, 253, 244)"],[data-theme=dark] [style*="linear-gradient(rgb(254, 242, 242)"],[data-theme=dark] [style*="linear-gradient(rgb(255, 251, 235)"],[data-theme=dark] [style*="linear-gradient(rgb(237, 233, 254)"],[data-theme=dark] [style*="linear-gradient(rgb(233, 213, 255)"],[data-theme=dark] [style*="linear-gradient(rgba(255, 255, 255"],[data-theme=dark] [style*="linear-gradient(rgba(253, 253, 253"],[data-theme=dark] [style*="linear-gradient(rgba(252, 252, 252"],[data-theme=dark] [style*="linear-gradient(rgba(250, 250, 255"],[data-theme=dark] [style*="linear-gradient(rgba(248, 250, 252"],[data-theme=dark] [style*="linear-gradient(rgba(241, 245, 249"],[data-theme=dark] [style*="linear-gradient(rgba(245, 243, 255"],[data-theme=dark] [style*="linear-gradient(rgba(239, 246, 255"],[data-theme=dark] [style*="linear-gradient(rgba(236, 253, 245"],[data-theme=dark] [style*="linear-gradient(rgba(240, 253, 244"],[data-theme=dark] [style*="linear-gradient(rgba(254, 242, 242"],[data-theme=dark] [style*="linear-gradient(rgba(255, 251, 235"],[data-theme=dark] [style*="linear-gradient(rgba(237, 233, 254"],[data-theme=dark] [style*="linear-gradient(rgba(233, 213, 255"],[data-theme=dark] [style*="linear-gradient(rgba(255, 247, 237"],[data-theme=dark] [style*="linear-gradient(rgba(255, 251, 235"],[data-theme=dark] [style*="linear-gradient(rgba(254, 242, 242"],[data-theme=dark] [style*="linear-gradient(rgba(254, 226, 226"],[data-theme=dark] [style*="linear-gradient(rgba(220, 252, 231"],[data-theme=dark] [style*="linear-gradient(rgba(219, 234, 254"]{background:var(--bg-surface)!important}[data-theme=dark] [style*="fill: rgb(148, 163, 184)"],[data-theme=dark] svg text[fill=\#94a3b8],[data-theme=dark] svg text[fill=\#64748b]{fill:var(--text-muted)!important}[data-theme=dark] svg text[fill=\#0f172a],[data-theme=dark] svg text[fill=\#1e293b]{fill:var(--text-primary)!important}[data-theme=dark] .recharts-text tspan{fill:var(--text-muted)!important}[data-theme=dark] .lead-detail-page,[data-theme=dark] .dashboard-page,[data-theme=dark] .revenue-analytics-page,[data-theme=dark] .comms-hub-page,[data-theme=dark] .invoice-builder-page,[data-theme=dark] .fee-catalog-page{background:var(--bg-page)!important}[data-theme=dark] .lead-detail-center,[data-theme=dark] .lead-detail-tabcontent{background:0 0!important}[data-theme=dark] [style*="background-color: rgba(255, 255, 255"],[data-theme=dark] [style*="background: rgba(255, 255, 255"]{background-color:var(--bg-surface)!important}[data-theme=dark] [style*="background-color: rgba(248, 250, 252"],[data-theme=dark] [style*="background: rgba(248, 250, 252"]{background-color:var(--bg-surface-alt)!important}[data-theme=dark] [style*="color: rgb(226, 232, 240)"]{color:var(--text-muted)!important}[data-theme=dark] [style*="color: rgb(153, 27, 27)"],[data-theme=dark] [style*="color: rgb(185, 28, 28)"],[data-theme=dark] [style*="color: rgb(220, 38, 38)"]{color:#fca5a5!important}[data-theme=dark] [style*="color: rgb(146, 64, 14)"],[data-theme=dark] [style*="color: rgb(180, 83, 9)"],[data-theme=dark] [style*="color: rgb(120, 53, 15)"]{color:#fcd34d!important}[data-theme=dark] [style*="color: rgb(22, 101, 52)"],[data-theme=dark] [style*="color: rgb(21, 128, 61)"],[data-theme=dark] [style*="color: rgb(4, 120, 87)"],[data-theme=dark] [style*="color: rgb(6, 95, 70)"]{color:#6ee7b7!important}[data-theme=dark] [style*="color: rgb(29, 78, 216)"],[data-theme=dark] [style*="color: rgb(30, 64, 175)"],[data-theme=dark] [style*="color: rgb(30, 58, 138)"],[data-theme=dark] [style*="color: rgb(15, 45, 107)"],[data-theme=dark] [style*="color: rgb(2, 132, 199)"],[data-theme=dark] [style*="color: rgb(3, 105, 161)"],[data-theme=dark] [style*="color: rgb(7, 89, 133)"],[data-theme=dark] [style*="color: rgb(12, 74, 110)"]{color:#93c5fd!important}[data-theme=dark] [style*="color: rgb(14, 116, 144)"],[data-theme=dark] [style*="color: rgb(21, 94, 117)"],[data-theme=dark] [style*="color: rgb(22, 78, 99)"]{color:#67e8f9!important}[data-theme=dark] [style*="color: rgb(109, 40, 217)"],[data-theme=dark] [style*="color: rgb(124, 58, 237)"]{color:#c4b5fd!important}[data-theme=dark] [style*="color: rgb(55, 48, 163)"]{color:#a5b4fc!important}[data-theme=dark] [style*="color: rgb(157, 23, 77)"]{color:#f9a8d4!important}[data-theme=dark] button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] button[style*="background: rgb(255, 255, 255)"]{background-color:var(--bg-surface)!important;color:var(--text-primary)!important}[data-theme=dark] button[aria-pressed]>span[style*="background: rgb(255, 255, 255)"],[data-theme=dark] [role=switch]>span[style*="background: rgb(255, 255, 255)"]{background:#fff!important}@media (width<=768px){html,body,#root{max-width:100vw;overflow-x:hidden}p,span,a,h1,h2,h3,h4,h5,h6,td,th,label,li,button{overflow-wrap:break-word;word-break:normal}[data-mobile-keep],.mobile-keep{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}button,[role=button],a[role=button]{min-height:44px!important}button:has(>svg:only-child){min-width:44px!important}button:has(>img:only-child){min-width:44px!important}[role=button]:has(>svg:only-child){min-width:44px!important}[role=button]:has(>img:only-child){min-width:44px!important}input:not([type=checkbox]):not([type=radio]):not([type=file]),textarea,select{max-width:100%}[style*="width: 740px"],[style*="width: 720px"],[style*="width: 700px"],[style*="width: 680px"],[style*="width: 640px"],[style*="width: 600px"],[style*="width: 560px"],[style*="width: 520px"],[style*="width: 500px"],[style*="width: 480px"],[style*="width: 460px"],[style*="width: 440px"],[style*="width: 420px"],[style*="width: 400px"]{width:100vw!important;max-width:100vw!important}[style*="maxWidth: 720px"],[style*="maxWidth: 640px"],[style*="maxWidth: 600px"],[style*="maxWidth: 560px"],[style*="maxWidth: 480px"]{max-width:100%!important}[style*="width: 110px"],[style*="width: 120px"],[style*="width: 140px"],[style*="width: 160px"],[style*="width: 180px"],[style*="width: 200px"],[style*="width: 220px"],[style*="width: 240px"],[style*="width: 260px"],[style*="width: 280px"],[style*="width: 300px"],[style*="width: 320px"],[style*="width: 360px"]{width:auto!important;max-width:100%!important}[style*="grid-template-columns: 280px"],[style*="grid-template-columns: 320px"],[style*="grid-template-columns: 360px"],[style*="grid-template-columns: 1fr 1fr 1fr"],[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: 2fr 1fr"],[style*="grid-template-columns: 1fr 2fr"],[style*="grid-template-columns: 3fr 1fr"],[style*="grid-template-columns: 1fr 3fr"]{grid-template-columns:1fr!important}[style*="padding: 48px"],[style*="padding: 40px"],[style*="padding: 36px"],[style*="padding: 32px"]{padding:16px!important}[style*="padding: 28px"],[style*="padding: 24px"]{padding:14px!important}[style*="grid-template-columns: minmax("],[style*=grid-template-columns][style*=px\ 1fr]{grid-template-columns:1fr!important}button,[role=button],a[role=button]{border-radius:8px}button[style*="borderRadius: '4px'"],button[style*="borderRadius: '6px'"],button[style*="border-radius: 4px"],button[style*="border-radius: 6px"]{border-radius:8px!important}span[style*="borderRadius: '999px'"],span[style*="borderRadius: '9999px'"],span[style*="border-radius: 999px"],span[style*="border-radius: 9999px"]{min-height:24px;padding-left:max(8px,.5em);padding-right:max(8px,.5em)}button[aria-pressed],button[aria-checked],[role=switch],[data-toggle=switch]{min-height:revert!important;min-width:revert!important}table,[role=table]{max-width:100%;display:block;overflow-x:auto}[style*="display: flex"][style*="alignItems: 'center'"][style*=gap]:has(>button+button+button){flex-wrap:wrap!important}main,[data-page-root],.page-root{max-width:100vw;overflow-x:hidden}input[type=password],input[type=text],input[type=email],input[type=tel],input[type=number],input[type=url],input[type=search],input[type=date],input[type=time],textarea{box-sizing:border-box;max-width:100%}[style*="position: fixed"][style*="bottom: 0"],[style*="position: sticky"][style*="bottom: 0"]{width:100%!important;max-width:100vw!important}[data-has-sticky-savebar]{padding-bottom:96px!important}.dash-main-grid,.dash-bottom-grid{grid-template-columns:1fr!important}.dash-funnel-wrap{margin:0!important}.dash-pipeline-label{width:100px!important;font-size:11.5px!important}[style*="padding: 24px"][style*="margin: '0 auto'"],[style*="padding: '24px'"][style*="margin: '0 auto'"],[style*="padding: '28px'"][style*="margin: '0 auto'"],[style*="padding: 32px"][style*="margin: '0 auto'"],[style*="padding: '32px'"][style*="margin: '0 auto'"]{max-width:100vw!important;overflow-x:hidden!important}code,[style*="font-family: ui-monospace"],[style*=font-family\:ui-monospace],[data-mono]{overflow-wrap:anywhere!important;word-break:break-word!important}[role=tablist],[data-tablist]{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;display:flex!important;overflow-x:auto!important}[role=tablist]::-webkit-scrollbar{display:none}[data-tablist]::-webkit-scrollbar{display:none}[role=tab],[data-tab]{white-space:nowrap;flex:none!important}[style*="display: flex"][style*=alignItems][style*=gap]:has(>h1,>h2,>h3){flex-wrap:wrap!important}}@media (width<=480px){body{font-size:13.5px}[style*="padding: 52px 32px"],[style*="padding: 36px 32px"]{padding:24px 16px!important}th,td{font-size:12.5px;padding:8px!important}}
