:root{--background:#ffffff;--foreground:#171717;--font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:11px;--font-size-sm:13px;--font-size-base:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:24px;--font-size-2xl:32px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--line-height-tight:1.2;--line-height-normal:1.4;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--row-height:36px;--cell-padding-x:10px;--cell-padding-y:0px;--group-gap:12px;--group-header-height:32px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-pill:100px;--bg-sidebar:#0e1029;--bg-content:#181b34;--bg-header:#1a1d38;--bg-table:#1e2140;--bg-elevated:#252849;--bg-tertiary:#2d3152;--bg-input:#12152d;--bg-hover:rgba(255,255,255,0.06);--hover-bg:rgba(255,255,255,0.06);--bg-primary:var(--bg-content);--bg-secondary:var(--bg-table);--border-subtle:rgba(255,255,255,0.08);--border-row:rgba(255,255,255,0.12);--border-header:rgba(255,255,255,0.15);--border-column:rgba(255,255,255,0.12);--border-primary:rgba(255,255,255,0.12);--border-secondary:rgba(255,255,255,0.2);--border-color:var(--border-primary);--border-light:rgba(255,255,255,0.08);--border-focus:#579bfc;--text-primary:rgba(255,255,255,0.92);--text-secondary:rgba(255,255,255,0.68);--text-tertiary:rgba(255,255,255,0.62);--text-muted:rgba(255,255,255,0.60);--text-header:rgba(255,255,255,0.68);--row-hover:rgba(255,255,255,0.03);--row-selected:rgba(87,155,252,0.12);--nav-active-bg:rgba(255,255,255,0.09);--nav-active-text:#ffffff;--link-color:#69a7ef;--link-hover:#7db5f5;--accent-primary:#0073ea;--accent-primary-hover:#0060c2;--accent-secondary:#579bfc;--accent-text:#69a7ef;--focus-ring:#579bfc;--monday-text-primary:rgb(213,216,223);--monday-text-secondary:rgb(150,153,166);--monday-link:#69a7ef;--monday-code-text:#e50073;--monday-code-bg:#393b53;--monday-doc-bg:#181b34;--monday-font-title:var(--font-poppins),Poppins,Roboto,system-ui,sans-serif;--table-header-font-size:12px;--table-header-letter-spacing:0;--checkbox-column-width:32px;--group-indicator-width:4px;--name-column-width:220px;--default-column-width:130px;--sidebar-item-gap:4px;--sidebar-item-padding:8px 12px;--sidebar-icon-size:16px;color-scheme:dark}html[data-theme=light]{--background:#ffffff;--foreground:#323338;--bg-sidebar:#f5f6f8;--bg-content:#ffffff;--bg-header:#ffffff;--bg-table:#ffffff;--bg-elevated:#f5f6f8;--bg-tertiary:#e6e9ef;--bg-input:#ffffff;--bg-hover:rgba(50,51,56,0.08);--hover-bg:rgba(50,51,56,0.08);--border-subtle:#d0d4e4;--border-row:#d0d4e4;--border-header:#c3c6d4;--border-column:#d0d4e4;--border-primary:#d0d4e4;--border-secondary:#a9adc1;--border-color:#d0d4e4;--border-light:#e6e9ef;--text-primary:#323338;--text-secondary:#676879;--text-tertiary:#727384;--text-muted:#676879;--text-header:#676879;--row-hover:#f5f6f8;--row-selected:rgba(0,115,234,0.1);--nav-active-bg:#e5f0fb;--nav-active-text:#0056a6;--link-color:#0060b9;--link-hover:#004f9a;--accent-text:#0060b9;--monday-text-primary:#323338;--monday-text-secondary:#676879;--monday-link:#0060b9;--monday-code-text:#c20062;--monday-code-bg:#f0f1f5;--monday-doc-bg:#ffffff;color-scheme:light}html[data-theme=light] .group-content,html[data-theme=light] .group-content .sticky-column{background-color:var(--bg-table)}html[data-theme=light] .group-content tr:hover .sticky-column{background-color:var(--row-hover)}html[data-theme=light] .group-content thead .sticky-column{background-color:var(--bg-elevated)}body{min-height:100vh;background:var(--bg-content);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal)}.live-status{color:#00d492}.update-body mark{border-radius:4px;background:rgba(0,115,234,.15);color:var(--accent-text);padding:1px 4px;font-weight:500}html[data-theme=light] .live-status{color:#007a43}.theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid var(--border-primary);border-radius:7px;background:var(--bg-elevated);color:var(--text-primary);font-size:12px;font-weight:500;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.theme-toggle:hover{border-color:var(--border-secondary);background:var(--bg-tertiary);transform:translateY(-1px)}.theme-toggle-compact{width:34px;padding:0;justify-content:center}.theme-toggle-icon,.theme-toggle-icon svg{width:16px;height:16px}.public-shell{position:relative;background:var(--bg-content);color:var(--text-primary)}.public-theme-toggle{position:fixed;z-index:50;top:14px;right:14px}html[data-theme=light] .app-topbar{box-shadow:0 1px 0 rgba(50,51,56,.06)}html[data-theme=light] .board-page-header{background:linear-gradient(180deg,#f8f9fb 0,var(--bg-content) 100%)}html[data-theme=light] .board-page-doc-btn:hover{background:var(--bg-tertiary);border-color:var(--border-secondary)}html[data-theme=light] .workdoc-document-title{color:var(--monday-text-primary)}.forms-manager{color:var(--text-primary)}.forms-manager :where(h1,h2,h3,.text-slate-100,.text-slate-200,.text-slate-300){color:var(--text-primary)}.forms-manager :where(.text-slate-400,.text-slate-500,.text-slate-600){color:var(--text-secondary)}.forms-manager :where(section,aside){border-color:var(--border-primary);background-color:var(--bg-table)}.forms-manager :where(input,select,textarea){border-color:var(--border-secondary);background-color:var(--bg-input);color:var(--text-primary)}::selection{background:rgba(87,155,252,.35);color:white}:where(a,button,input,select,textarea,[role=button]):focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}:where(button,input,select,textarea):disabled{cursor:not-allowed}.sidebar-container{position:relative;display:flex;flex-direction:column;height:100%;overflow:visible}.sidebar-resize-handle{position:absolute;right:0;top:0;bottom:0;width:8px;cursor:col-resize;z-index:50;display:flex;align-items:center;justify-content:center;background:transparent}.sidebar-resize-line{width:3px;height:100%;background-color:transparent;transition:background-color .15s ease;border-radius:2px}.sidebar-resize-handle:active .sidebar-resize-line,.sidebar-resize-handle:hover .sidebar-resize-line{background-color:#0073ea}.sidebar-resize-handle:hover{background-color:rgba(0,115,234,.1)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.sidebar-container ::-webkit-scrollbar{width:4px}.sidebar-container ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1)}.sidebar-container ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.85}}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}@media (max-width:767px){.desktop-sidebar-rail,.desktop-sidebar-shell{display:none}.app-main-content{padding:16px 12px 28px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}