@import"https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap";:root{--font-primary: "Figtree", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold:600;--font-weight-bold: 700;--font-weight-black: 800;--color-brand: #FF3D57;--color-brand-hover: #E53550;--color-brand-light: #FFECEE;--color-bg-primary: #FFFFFF;--color-bg-secondary: #F5F6F8;--color-bg-sidebar: #F5F6F8;--color-bg-hover: #DCDFEC;--color-bg-selected: #CDD0E8;--color-bg-dark: #1F1F3D;--color-text-primary: #323338;--color-text-secondary: #676879;--color-text-placeholder:#999BA5;--color-text-invert: #FFFFFF;--color-text-link: #0073EA;--color-border: #E6E9EF;--color-border-strong: #C5C7D4;--color-status-green: #00C875;--color-status-orange: #FDAB3D;--color-status-red: #E2445C;--color-status-blue: #0073EA;--color-status-purple: #A25DDC;--color-status-grey: #C4C4C4;--color-status-teal: #00D6AC;--color-status-yellow: #CAB641;--color-bg: var(--color-bg-secondary);--color-bg-card: var(--color-bg-primary);--color-text: var(--color-text-primary);--color-text-muted: var(--color-text-secondary);--color-divider: var(--color-border);--color-accent: var(--color-brand);--color-success: var(--color-status-green);--color-warning: var(--color-status-orange);--color-error: var(--color-status-red);--color-info: var(--color-text-link);--font-size-h1: 2rem;--font-size-h2: 1.5rem;--font-size-h3: 1.25rem;--font-size-h4: 1.125rem;--font-size-h5: 1rem;--font-size-body-lg: 1rem;--font-size-body-md: .875rem;--font-size-body-sm: .8125rem;--font-size-body-xs: .75rem;--line-height-heading: 1.3;--line-height-body: 1.5;--letter-spacing: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--shadow-xs: 0 1px 4px rgba(0, 0, 0, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .14);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .16);--transition-fast: .1s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--sidebar-width: 260px;--header-height: 56px;--content-max-width: 1280px}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-primary);font-size:var(--font-size-body-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-body);letter-spacing:var(--letter-spacing);color:var(--color-text-primary);background-color:var(--color-bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading);color:var(--color-text-primary);margin:0}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}p{font-size:var(--font-size-body-md);line-height:var(--line-height-body);margin:0}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select,button{font-family:var(--font-primary)}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-link{color:var(--color-text-link)}.text-invert{color:var(--color-text-invert)}.text-success{color:var(--color-status-green)}.text-error{color:var(--color-status-red)}.text-warning{color:var(--color-status-orange)}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-dark{background-color:var(--color-bg-dark)}.bg-brand{background-color:var(--color-brand)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.status-done{background:var(--color-status-green);color:#fff}.status-working{background:var(--color-status-orange);color:#fff}.status-stuck{background:var(--color-status-red);color:#fff}.status-progress{background:var(--color-status-blue);color:#fff}.status-none{background:var(--color-status-grey);color:#fff}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root,[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: transparent;--bg-sidebar: #ffffff;--card-bg: #ffffff;--input-bg: #ffffff;--hover-bg: rgba(155, 114, 245, .048);--text-primary: #111122;--text-secondary: #4a4a6a;--text-muted: #9999bb;--border-color: rgba(155, 114, 245, .13);--shadow-xs: 0 1px 3px rgba(80, 60, 160, .07);--shadow: 0 2px 16px rgba(80, 60, 160, .09), 0 1px 4px rgba(80, 60, 160, .05);--shadow-lg: 0 8px 32px rgba(80, 60, 160, .13), 0 2px 8px rgba(80, 60, 160, .07);--primary-blue: #9b72f5;--primary-blue-hover: #7f55d6;--success-green: #38A169;--warning-orange: #F08A36;--error-red: #E35D74;--purple: #9b72f5;--sidebar-text: #111122;--sidebar-text-muted: rgba(17, 17, 34, .6);--sidebar-border: rgba(155, 114, 245, .09);--sidebar-hover: rgba(155, 114, 245, .055);--sidebar-active-bg: rgba(155, 114, 245, .1);--sidebar-input-bg: rgba(155, 114, 245, .055);--sidebar-input-border: rgba(155, 114, 245, .2);--sidebar-btn-bg: rgba(155, 114, 245, .08);--sidebar-btn-hover: rgba(155, 114, 245, .15);--sidebar-accent: #9b72f5;--app-shell-bg: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,.58) 52%, #ffffff 62%), linear-gradient(90deg, #EAE2FF 0%, #F6EEF5 50%, #F8EEE5 100%);--app-shell-bg-color: #ffffff;--sidebar-bg-surface: rgba(255,255,255,.96);--sidebar-border-surface: rgba(155,114,245,.09);--sidebar-shadow-surface: 2px 0 20px rgba(80,60,160,.06);--topbar-bg: rgba(255,255,255,.76);--topbar-border: rgba(155,114,245,.13);--board-toolbar-bg: rgba(255,255,255,.72);--viewbar-bg: rgba(255,255,255,.72);--menu-bg: #ffffff;--menu-border: #e0e3e8;--menu-shadow: 0 8px 32px rgba(0,0,0,.18);--menu-divider: #f0f1f4;--menu-hover: var(--hover-bg);--menu-danger-hover: rgba(226,68,92,.08);--column-button-active-bg: #dce9ff;--column-button-hover-bg: #e6e9ef;--column-button-hover-text: #323338;--automation-button-color: #a25ddc;--automation-button-border: #a25ddc;--forms-button-color: #9b72f5;--forms-button-border: #9b72f5;--summary-row-bg: #ffffff}html:not([data-theme=dark]){background:linear-gradient(to bottom,#fff0,#fff0 40%,#ffffff8c,#fff 60%),linear-gradient(90deg,#eae2ff,#f6eef5,#f8eee5);background-attachment:fixed;background-color:#fff;min-height:100%}[data-theme=dark]{--dark-page-gradient: radial-gradient( ellipse 42% 36% at -5% -5%, rgba(74, 30, 160, .13) 0%, transparent 62% ), radial-gradient( ellipse 46% 38% at 106% 108%, rgba(156, 15, 46, .22) 0%, rgba(156, 15, 46, .1) 34%, transparent 72% );--bg-primary: #222754;--bg-secondary: #1b2045;--bg-sidebar: #111832;--text-primary: #ffffff;--text-secondary: #dfe3ff;--border-color: rgba(255, 255, 255, .08);--card-bg: #2a2e57;--input-bg: #2a2e57;--hover-bg: #2a3062;--shadow: 0 2px 8px rgba(0, 0, 0, .4);--primary-blue: #9b72f5;--primary-blue-hover: #7f55d6;--success-green: #00c875;--warning-orange: #fdab3d;--error-red: #e2445c;--purple: #a358df;--text-muted: #b8c0ff;--sidebar-text: #ffffff;--sidebar-text-muted: #ffffff;--sidebar-border: rgba(255, 255, 255, .07);--sidebar-hover: rgba(255, 255, 255, .05);--sidebar-active-bg: rgba(0, 115, 234, .2);--sidebar-input-bg: rgba(255, 255, 255, .07);--sidebar-input-border: rgba(255, 255, 255, .15);--sidebar-btn-bg: rgba(255, 255, 255, .07);--sidebar-btn-hover: rgba(255, 255, 255, .13);--app-shell-bg: #0f0f1e;--app-shell-bg-color: #0f0f1e;--workspace-bg: #0f0f1e;--sidebar-bg-surface: var(--dark-page-gradient), linear-gradient(180deg, rgba(82, 234, 255, .035), rgba(255, 70, 170, .045)), rgba(17, 24, 50, .9);--sidebar-border-surface: rgba(255, 255, 255, .08);--sidebar-shadow-surface: 10px 0 30px rgba(0, 0, 0, .22), 1px 0 12px rgba(82, 234, 255, .12), 6px 0 24px rgba(255, 70, 170, .08);--topbar-bg: #111832;--topbar-border: rgba(255, 255, 255, .08);--board-toolbar-bg: #1b2145;--viewbar-bg: #171b35;--menu-bg: #0f1427;--menu-border: rgba(255, 255, 255, .07);--menu-shadow: 0 18px 50px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04);--menu-divider: rgba(255, 255, 255, .07);--menu-hover: rgba(255, 255, 255, .055);--menu-danger-hover: rgba(226, 68, 92, .13);--column-button-active-bg: rgba(108, 76, 255, .22);--column-button-hover-bg: rgba(255, 255, 255, .07);--column-button-hover-text: #eef0ff;--automation-button-color: #ffffff;--automation-button-border: rgba(255, 255, 255, .72);--forms-button-color: #ffffff;--forms-button-border: rgba(255, 255, 255, .72);--summary-row-bg: #1b2045}[data-theme=dark] .app-sidebar,[data-theme=dark] .app-sidebar *,[data-theme=dark] .app-sidebar button,[data-theme=dark] .app-sidebar span,[data-theme=dark] .app-sidebar div{color:#fff!important;font-weight:800!important}[data-theme=dark] .app-sidebar{position:relative}[data-theme=dark] .app-sidebar:after{content:"";position:absolute;top:10px;right:0;bottom:10px;width:1px;pointer-events:none;background:linear-gradient(180deg,#a78bfa29,#52eaff6b,#ff46aa57,#a78bfa24);box-shadow:0 0 10px #52eaff2e,0 0 18px #ff46aa1f;opacity:.85}[data-theme=dark] .app-sidebar [style*="background: #fff"],[data-theme=dark] .app-sidebar [style*="background:#fff"],[data-theme=dark] .app-sidebar [style*="background: white"],[data-theme=dark] .app-sidebar [style*="background:white"]{background:var(--dark-page-gradient),#0f1427f5!important;border-color:#ffffff2e!important;box-shadow:0 18px 50px #0000006b!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .24s ease,color .24s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent;color:var(--text-primary);min-height:100vh;transition:background .24s ease,background-color .24s ease,color .24s ease}[data-theme=dark] body{background-color:#0f0f1e;background-image:var(--dark-page-gradient);color:#fff;font-weight:600}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] button,[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{font-weight:700}.app-shell,.app-sidebar,.app-topbar,.theme-logo{transition:background .24s ease,background-color .24s ease,border-color .24s ease,box-shadow .24s ease,color .24s ease,opacity .18s ease,filter .24s ease,transform .24s ease}.app-shell{transform:scale(.9);transform-origin:top left;width:111.111%;height:111.111vh!important}.theme-logo{flex-shrink:0}[data-theme=dark] .theme-logo{color:#fff}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}:not([data-theme=dark]) .card,:not([data-theme=dark]) [class*=card]{background:#fff;border-radius:14px;box-shadow:var(--shadow);border:1px solid rgba(155,114,245,.1)}:not([data-theme=dark]) input:focus,:not([data-theme=dark]) textarea:focus,:not([data-theme=dark]) select:focus{outline:none;border-color:#9b72f573!important;box-shadow:0 0 0 3px #9b72f51a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9b72f538;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9b72f561}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3f6e}[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}.file-chip-row::-webkit-scrollbar{display:none}:not([data-theme=dark]) tbody tr{background-color:#fff}:not([data-theme=dark]) tbody tr:hover{background-color:#9b72f509!important}:not([data-theme=dark]) table{background-color:transparent}:not([data-theme=dark]) .app-sidebar{font-size:13px;font-weight:500;letter-spacing:-.01em;position:relative;box-shadow:2px 0 20px #503ca00f,1px 0 14px #b48aff1f,8px 0 26px #ffb38a14!important}:not([data-theme=dark]) .app-sidebar:after{content:"";position:absolute;top:12px;right:0;bottom:12px;width:1px;pointer-events:none;background:linear-gradient(180deg,#b48aff33,#ff78b22e,#ffb38a29);box-shadow:0 0 12px #b48aff24,0 0 20px #ffb38a1a}:not([data-theme=dark]) .board-neon-header-cell{box-shadow:inset 0 -1px #b48aff4d,inset 0 -2px #ff78b21f,0 4px 12px -10px #b48aff61,0 7px 18px -16px #ffb38a47!important}[data-theme=dark] table{background:var(--workspace-bg)!important}[data-theme=dark] thead tr,[data-theme=dark] th{background-color:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .board-neon-header-cell{--board-neon-angle: 0deg;isolation:isolate;overflow:hidden}[data-theme=dark] .board-neon-header-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;padding:1.5px;border-radius:2px;background:conic-gradient(from var(--board-neon-angle),transparent 0deg,rgba(167,139,250,.14) 38deg,rgba(82,234,255,.92) 86deg,rgba(255,70,170,.82) 132deg,rgba(167,139,250,.22) 178deg,transparent 252deg,transparent 360deg);filter:drop-shadow(0 0 6px rgba(82,234,255,.24));pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}[data-theme=dark] tbody tr{background-color:var(--bg-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] tbody tr:hover{background-color:var(--hover-bg)!important}[data-theme=dark] td{border-color:var(--border-color)!important}[data-theme=dark] td:not(:first-child):not([style*=sticky]){background-color:var(--bg-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] tbody tr:hover td:not(:first-child):not([style*=sticky]){background-color:var(--hover-bg)!important}[data-theme=dark] td:not(:first-child)[style*=sticky]{background-color:var(--bg-secondary)!important}[data-theme=dark] tbody tr:hover td.wb-sticky-row-cell{background-color:var(--hover-bg)!important}.wb-group-summary-row,.wb-group-summary-row td{background-color:var(--summary-row-bg)!important}[data-theme=dark] tbody td span:not(.rating-star):not(.status-pill-label),[data-theme=dark] tbody td div,[data-theme=dark] tbody td label{color:var(--text-primary)!important}[data-theme=dark] tbody td span.status-pill-label,[data-theme=dark] tbody td .status-pill-label.status-pill-label{color:var(--status-pill-text)!important}[data-theme=dark] .cell-dropdown-popup .status-option-label{color:var(--status-option-text)!important}[data-theme=dark] .cell-dropdown-popup .status-option-label{background-color:var(--status-option-bg)!important}[data-theme=dark] .rating-star{color:unset}[data-theme=dark] tbody td input:not([type=checkbox]){color:var(--text-primary)!important;background-color:var(--input-bg)!important}[data-theme=dark] thead th span,[data-theme=dark] thead th div{color:var(--text-secondary)!important}[data-theme=dark] .modal,[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:white"],[data-theme=dark] [style*="background: white"]{background-color:var(--card-bg)!important;color:var(--text-primary)!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]),[data-theme=dark] textarea,[data-theme=dark] select{background-color:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range])::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-secondary)!important;opacity:1}[data-theme=dark] select option,[data-theme=dark] select optgroup{background-color:#1b2045!important;color:#fff!important;font-weight:600!important}[data-theme=dark] select option:checked,[data-theme=dark] select option:hover{background-color:#2a3062!important;color:#fff!important}[data-theme=dark] .wb-side-panel select option,[data-theme=dark] .wb-side-panel select optgroup{background-color:#111832!important;color:#fff!important}[data-theme=dark] .wb-side-panel select option:checked,[data-theme=dark] .wb-side-panel select option:hover{background-color:#2a3062!important;color:#fff!important}:not([data-theme=dark]) select option,:not([data-theme=dark]) select optgroup{background-color:#fff;color:#112}[data-theme=dark] [style*="background:'#fff'"],[data-theme=dark] [style*='background:"#fff"']{background-color:var(--card-bg)!important}[data-theme=dark] .cell-dropdown-popup{background-color:var(--card-bg)!important;border-color:var(--border-color)!important;box-shadow:0 6px 24px #00000080!important}[data-theme=dark] .cell-dropdown-popup span,[data-theme=dark] .cell-dropdown-popup>div{color:var(--text-primary)!important}[data-theme=dark] .cell-dropdown-popup [style*="background: #fff"],[data-theme=dark] .cell-dropdown-popup [style*="background:#fff"]{background-color:transparent!important}[data-theme=dark] .cell-dropdown-popup [style*="background: #f0f6ff"],[data-theme=dark] .cell-dropdown-popup [style*="background:#f0f6ff"]{background-color:#0073ea26!important}[data-theme=dark] .cell-dropdown-popup [style*="background: #f0f0f0"],[data-theme=dark] .cell-dropdown-popup [style*="background:#f0f0f0"]{background-color:var(--border-color)!important}[data-theme=dark] .wb-side-panel{background:var(--dark-page-gradient),radial-gradient(circle at 100% 100%,rgba(255,179,138,.08),transparent 34%),#0f1427f5!important;color:var(--text-primary)!important;border-left:1px solid var(--menu-border)!important;box-shadow:-24px 0 80px #00000075!important}[data-theme=dark] .wb-side-panel,[data-theme=dark] .wb-side-panel h1,[data-theme=dark] .wb-side-panel h2,[data-theme=dark] .wb-side-panel h3,[data-theme=dark] .wb-side-panel h4,[data-theme=dark] .wb-side-panel p,[data-theme=dark] .wb-side-panel label,[data-theme=dark] .wb-side-panel td,[data-theme=dark] .wb-side-panel th,[data-theme=dark] .wb-side-panel button{color:#fff!important;font-weight:800!important}[data-theme=dark] .wb-side-panel .theme-notice{background:var(--dark-page-gradient),#ffffff12!important;border-color:#ffffff2e!important}[data-theme=dark] .wb-side-panel .theme-notice,[data-theme=dark] .wb-side-panel .theme-notice *{color:#fff!important;font-weight:800!important}[data-theme=dark] .wb-side-panel .theme-chip{color:inherit;font-weight:800!important}[data-theme=dark] .wb-side-panel .theme-chip[style*="background: #fff3d6"]{background:#ffe9d6!important;color:#ff8a1f!important}[data-theme=dark] .wb-side-panel [style*="background: #fff"],[data-theme=dark] .wb-side-panel [style*="background:#fff"],[data-theme=dark] .wb-side-panel [style*="background: white"],[data-theme=dark] .wb-side-panel [style*="background:white"],[data-theme=dark] .wb-side-panel [style*="background: rgb(255, 255, 255)"]{background-color:#ffffff09!important;color:var(--text-primary)!important;border-color:var(--menu-border)!important}[data-theme=dark] .wb-side-panel [style*="background: #fff7e6"],[data-theme=dark] .wb-side-panel [style*="background:#fff7e6"],[data-theme=dark] .wb-side-panel [style*="background: #fafbfc"],[data-theme=dark] .wb-side-panel [style*="background:#fafbfc"],[data-theme=dark] .wb-side-panel [style*="background: #f5f5f5"],[data-theme=dark] .wb-side-panel [style*="background:#f5f5f5"],[data-theme=dark] .wb-side-panel [style*="background: #f5f6f8"],[data-theme=dark] .wb-side-panel [style*="background:#f5f6f8"],[data-theme=dark] .wb-side-panel [style*="background: #f0f6ff"],[data-theme=dark] .wb-side-panel [style*="background:#f0f6ff"]{background:var(--dark-page-gradient),#ffffff12!important;color:#fff!important;border-color:#ffffff2e!important}[data-theme=dark] .wb-side-panel [style*="color: #323338"],[data-theme=dark] .wb-side-panel [style*="color:#323338"],[data-theme=dark] .wb-side-panel [style*="color: rgb(50, 51, 56)"],[data-theme=dark] .wb-side-panel [style*="color: #172b4d"],[data-theme=dark] .wb-side-panel [style*="color: rgb(23, 43, 77)"]{color:var(--text-primary)!important}[data-theme=dark] .wb-side-panel [style*="color: #676879"],[data-theme=dark] .wb-side-panel [style*="color:#676879"],[data-theme=dark] .wb-side-panel [style*="color: rgb(103, 104, 121)"]{color:var(--text-secondary)!important}[data-theme=dark] .wb-side-panel textarea,[data-theme=dark] .wb-side-panel input[type=text]{color:var(--text-primary)!important}[data-theme=dark] .wb-side-panel [style*="background: #f8fafc"],[data-theme=dark] .wb-side-panel [style*="background:#f8fafc"],[data-theme=dark] .wb-side-panel [style*="background: #f1f5f9"],[data-theme=dark] .wb-side-panel [style*="background:#f1f5f9"],[data-theme=dark] .wb-side-panel [style*="background: #f7f8fc"],[data-theme=dark] .wb-side-panel [style*="background:#f7f8fc"],[data-theme=dark] .wb-side-panel [style*="background: #fafafa"],[data-theme=dark] .wb-side-panel [style*="background:#fafafa"],[data-theme=dark] .wb-side-panel [style*="background: #eef2ff"],[data-theme=dark] .wb-side-panel [style*="background:#eef2ff"]{background-color:#ffffff0b!important;color:var(--text-secondary)!important;border-color:var(--menu-border)!important}[data-theme=dark] .wb-side-panel [style*="background: #e3f0ff"],[data-theme=dark] .wb-side-panel [style*="background:#e3f0ff"],[data-theme=dark] .wb-side-panel [style*="background: #dbeafe"],[data-theme=dark] .wb-side-panel [style*="background:#dbeafe"],[data-theme=dark] .wb-side-panel [style*="background: #eff6ff"],[data-theme=dark] .wb-side-panel [style*="background:#eff6ff"]{background:var(--dark-page-gradient),#a78bfa1a!important;color:#dfe3ff!important;border-color:#a78bfa38!important}[data-theme=dark] .wb-side-panel [style*="background: #e8f7ee"],[data-theme=dark] .wb-side-panel [style*="background:#e8f7ee"],[data-theme=dark] .wb-side-panel [style*="background: #dcfce7"],[data-theme=dark] .wb-side-panel [style*="background:#dcfce7"]{background:#67e8b71a!important;color:#a7f3d0!important;border-color:#67e8b738!important}[data-theme=dark] .wb-side-panel [style*="background: #fff8e1"],[data-theme=dark] .wb-side-panel [style*="background:#fff8e1"],[data-theme=dark] .wb-side-panel [style*="background: #fffbeb"],[data-theme=dark] .wb-side-panel [style*="background:#fffbeb"],[data-theme=dark] .wb-side-panel [style*="background: #fef3c7"],[data-theme=dark] .wb-side-panel [style*="background:#fef3c7"]{background:#fdba741a!important;color:#f7d9ae!important;border-color:#fdba743d!important}[data-theme=dark] .wb-side-panel [style*="background: #fff0f2"],[data-theme=dark] .wb-side-panel [style*="background:#fff0f2"]{background:#e2445c1f!important;color:#ffb3c1!important;border-color:#e2445c3d!important}[data-theme=dark] .wb-side-panel h1,[data-theme=dark] .wb-side-panel h2,[data-theme=dark] .wb-side-panel h3,[data-theme=dark] .wb-side-panel label{color:var(--text-primary)!important}[data-theme=dark] .wb-side-panel p,[data-theme=dark] .wb-side-panel small,[data-theme=dark] .wb-side-panel [style*="color: #888"],[data-theme=dark] .wb-side-panel [style*="color:#888"],[data-theme=dark] .wb-side-panel [style*="color: #94a3b8"],[data-theme=dark] .wb-side-panel [style*="color:#94a3b8"],[data-theme=dark] .wb-side-panel [style*="color: #64748b"],[data-theme=dark] .wb-side-panel [style*="color:#64748b"],[data-theme=dark] .wb-side-panel [style*="color: #555"],[data-theme=dark] .wb-side-panel [style*="color:#555"],[data-theme=dark] .wb-side-panel [style*="color: #676879"],[data-theme=dark] .wb-side-panel [style*="color:#676879"],[data-theme=dark] .wb-side-panel [style*="color: #334155"],[data-theme=dark] .wb-side-panel [style*="color:#334155"],[data-theme=dark] .wb-side-panel [style*="color: #323338"],[data-theme=dark] .wb-side-panel [style*="color:#323338"],[data-theme=dark] .wb-side-panel [style*="color: #0f172a"],[data-theme=dark] .wb-side-panel [style*="color:#0f172a"]{color:#fff!important;font-weight:800!important}[data-theme=dark] .wb-side-panel input,[data-theme=dark] .wb-side-panel textarea,[data-theme=dark] .wb-side-panel select{background:#ffffff14!important;border-color:#ffffff47!important;color:#fff!important;font-weight:800!important}[data-theme=dark] .wb-side-panel input::placeholder,[data-theme=dark] .wb-side-panel textarea::placeholder{color:#ffffffe0!important;font-weight:800!important}[data-theme=dark] .forms-live-preview-pane,[data-theme=dark] .forms-builder-editor,[data-theme=dark] .forms-panel-header,[data-theme=dark] .automation-form-card,[data-theme=dark] .automation-email-settings{background:var(--dark-page-gradient),#ffffff0b!important;border-color:#ffffff24!important;color:#fff!important}[data-theme=dark] .board-member-name,[data-theme=dark] .board-member-email{color:#fff!important;font-weight:800!important}[data-theme=dark] .simplix-form-light input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]),[data-theme=dark] .simplix-form-light textarea,[data-theme=dark] .simplix-form-light select{background:#fff!important;background-color:#fff!important;color:#323338!important;border-color:#d0d4e4!important;font-weight:400!important}[data-theme=dark] .simplix-form-light input::placeholder,[data-theme=dark] .simplix-form-light textarea::placeholder{color:#9699a6!important;font-weight:400!important;opacity:1}[data-theme=dark] .simplix-form-light select option,[data-theme=dark] .simplix-form-light select optgroup{background-color:#fff!important;color:#323338!important;font-weight:400!important}[data-theme=dark] .simplix-form-light label,[data-theme=dark] .simplix-form-light [style*="color: #323338"],[data-theme=dark] .simplix-form-light [style*="color:#323338"],[data-theme=dark] .simplix-form-light [style*="color: rgb(50, 51, 56)"]{color:#323338!important}[data-theme=dark] .simplix-form-light [style*="color: #676879"],[data-theme=dark] .simplix-form-light [style*="color:#676879"],[data-theme=dark] .simplix-form-light [style*="color: rgb(103, 104, 121)"],[data-theme=dark] .simplix-form-light [style*="color: #555"],[data-theme=dark] .simplix-form-light [style*="color:#555"]{color:#676879!important}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.login-left-panel{display:flex;flex-direction:column}.login-mobile-logo{display:none!important}.login-pwd-toggle{min-height:unset!important;height:auto!important;padding:0!important}.sidebar-collapse-btn{opacity:0;transition:opacity .15s,background .15s!important}.app-sidebar:hover .sidebar-collapse-btn{opacity:1}.mobile-hamburger,.sidebar-close-btn,.sidebar-overlay{display:none}@media (max-width: 768px){*{-webkit-tap-highlight-color:transparent}body{overflow-x:hidden}.app-sidebar{position:fixed!important;top:0!important;left:0!important;height:100vh!important;width:80vw!important;max-width:300px!important;transform:translate(-100%)!important;transition:transform .25s ease!important;z-index:1000!important;overflow-y:auto!important;overflow-x:hidden!important}.app-sidebar.sidebar-open{transform:translate(0)!important}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:20px;color:var(--sidebar-text-muted);flex-shrink:0;background:var(--sidebar-btn-bg);transition:background .15s}.sidebar-close-btn:active{background:var(--sidebar-btn-hover)}.mobile-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-height:44px;font-size:20px;border-radius:8px;flex-shrink:0;color:var(--text-primary);transition:background .15s}.mobile-hamburger:active{background:var(--hover-bg)}.app-topbar{padding:0 10px!important;height:56px!important}.app-topbar h1{font-size:15px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 160px)}button,a,[role=button]{min-height:44px}.login-left-panel{display:none!important}.login-mobile-logo{display:flex!important}input[type=text],input[type=email],input[type=search],input[type=number],input[type=date],input[type=password],textarea,select{font-size:16px!important}.wb-side-panel{width:100vw!important;max-width:100vw!important;height:92vh!important;max-height:92vh!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;border-radius:16px 16px 0 0!important;box-shadow:0 -8px 32px #0000002e!important;animation:wb-sheet-up .24s cubic-bezier(.32,.72,0,1) both!important;padding-bottom:env(safe-area-inset-bottom)!important}@keyframes wb-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wb-side-panel-overlay{align-items:flex-end!important;justify-content:stretch!important;padding:0!important}.wb-notif-dropdown{position:fixed!important;top:56px!important;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;border-radius:0!important;max-height:calc(100vh - 56px)!important}.wb-cmdk-overlay{padding-top:6vh!important;align-items:flex-start!important}.wb-cmdk-modal{width:96vw!important;max-width:96vw!important;max-height:70vh!important}}.wb-safe-top{padding-top:env(safe-area-inset-top)}.wb-safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.wb-safe-left{padding-left:env(safe-area-inset-left)}.wb-safe-right{padding-right:env(safe-area-inset-right)}
