@layer theme,base,widgets;@layer theme{:root{color-scheme:light;--bf-font-family: system-ui, -apple-system, sans-serif;--bf-color-primary: #4285f4;--bf-color-primary-hover: #1a73e8;--bf-color-primary-soft: #e8f0fe;--bf-color-primary-border: #c5d8fc;--bf-color-danger: #c0392b;--bf-color-danger-hover: #9e1111;--bf-color-danger-soft: #fdf0ef;--bf-color-danger-border: #f5c6c2;--bf-color-success: #1e7e34;--bf-color-success-soft: #e6f4ea;--bf-color-success-border: #b7dfbf;--bf-color-warning: #f39c12;--bf-color-text: #111827;--bf-color-text-muted: #6b7280;--bf-color-text-subtle: #9ca3af;--bf-color-border: #d1d5db;--bf-color-border-light: #e5e7eb;--bf-color-surface: #ffffff;--bf-color-surface-alt: #f5f5f5;--bf-color-surface-muted: #f3f4f6;--bf-focus-ring: 0 0 0 2px rgba(66, 133, 244, .2);--bf-shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--bf-shadow-lg: 0 8px 24px rgba(17, 24, 39, .12);--bf-space-2: 4px;--bf-space-3: 6px;--bf-space-4: 8px;--bf-space-5: 12px;--bf-space-6: 16px;--bf-radius-sm: 3px;--bf-radius-md: 4px;--bf-radius-xl: 8px}:root[data-theme=dark],[data-theme=dark]{color-scheme:dark;--bf-color-text: #e6e9f0;--bf-color-text-muted: #9aa4b8;--bf-color-text-subtle: #697284;--bf-color-border: #333a47;--bf-color-border-light: #262b36;--bf-color-surface: #1a1d27;--bf-color-surface-alt: #20242f;--bf-color-surface-muted: #262b36;--bf-color-primary-soft: #1c2740;--bf-color-primary-border: #2c3a5a;--bf-focus-ring: 0 0 0 2px rgba(66, 133, 244, .35)}}@layer base{html,body{margin:0;padding:0}html,body,#app{height:100%}body{font-family:var(--bf-font-family, system-ui, -apple-system, sans-serif);font-size:14px;line-height:1.5;color:var(--bf-color-text);background:var(--bf-color-surface-alt);overflow:hidden}#app{padding:0 20px;box-sizing:border-box;overflow-y:auto}[data-block-id]{position:relative}.bf-row{display:flex;flex-direction:row;gap:var(--bf-space-4)}.bf-column{display:flex;flex-direction:column;gap:var(--bf-space-4)}.bf-grid{display:grid;gap:var(--bf-space-4)}}@layer widgets{.bf-button-root{--button-gap: 4px;--button-pad-y: 6px;--button-pad-x: 12px;--button-radius: 3px;--button-font-size: 13px;box-sizing:border-box;display:inline-flex;align-items:center;gap:var(--button-gap);margin:0;padding:var(--button-pad-y) var(--button-pad-x);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--button-radius);color:var(--bf-color-text, #111827);background:var(--bf-color-surface-alt, #f5f5f5);box-shadow:0 1px 1px #0000000d;font-family:var(--bf-font-family, system-ui, -apple-system, sans-serif);font-size:var(--button-font-size);font-weight:500;cursor:pointer;white-space:nowrap}.bf-button-root *{box-sizing:border-box}.bf-button-root:hover{background:var(--bf-color-border-light, #e5e7eb)}.bf-button-primary{background:var(--bf-color-primary, #4285f4);color:var(--bf-color-surface, #ffffff);border-color:var(--bf-color-primary-hover, #1a73e8)}.bf-button-primary:hover{background:var(--bf-color-primary-hover, #1a73e8)}.bf-button-secondary{background:var(--bf-color-border-light, #e5e7eb);color:var(--bf-color-text, #111827);border-color:var(--bf-color-border, #d1d5db)}.bf-button-secondary:hover{background:var(--bf-color-border, #d1d5db)}.bf-button-danger{background:var(--bf-color-danger-soft, #fdf0ef);color:var(--bf-color-danger, #c0392b);border-color:var(--bf-color-danger, #c0392b)}.bf-button-danger:hover{background:var(--bf-color-danger, #c0392b);color:var(--bf-color-surface, #ffffff)}.bf-button-link{padding:0;border-color:transparent;background:transparent;box-shadow:none;color:var(--bf-color-primary, #4285f4);text-decoration:underline;text-underline-offset:2px}.bf-button-link:hover{background:transparent;color:var(--bf-color-primary, #4285f4)}.bf-button-ghost{background:transparent;border-color:transparent;box-shadow:none;color:inherit;font-size:inherit;padding:.1em .25em}.bf-button-ghost:hover{background:color-mix(in srgb,currentColor 12%,transparent)}.bf-button-root[hidden]{display:none}.bf-button-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;transform:scale(1.35)}.bf-button-label{min-width:0}.bf-button-caret{flex:0 0 auto;font-size:10px;margin-left:2px}.bf-button-root:disabled,.bf-button-disabled{opacity:.5;cursor:not-allowed}.bf-button-menu{position:absolute;top:calc(100% + 4px);left:0;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:4px;box-shadow:0 4px 12px #0000001f;z-index:200;min-width:160px;overflow:hidden}.bf-button-menu[hidden]{display:none}.bf-button-menu-item{padding:8px 12px;font-size:13px;cursor:pointer;color:var(--bf-color-text, #111827);white-space:nowrap}.bf-button-menu-item:hover{background:var(--bf-color-surface-alt, #f5f5f5)}}@layer widgets{.bf-container-title{margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.3}.bf-container-collapsible>.bf-container-title{margin-bottom:0}.bf-container-collapsible.bf-container-collapsed>.bf-container-title{margin-bottom:0}.bf-container-collapsible>.bf-container-children{margin-top:12px}.bf-container-toggle{display:inline-flex;align-items:center;gap:6px;margin:0;padding:0;border:0;background:none;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;text-align:left;cursor:pointer}.bf-container-toggle:focus-visible{outline:none;box-shadow:var(--bf-focus-ring, 0 0 0 2px rgba(66, 133, 244, .2));border-radius:var(--bf-radius-sm, 3px)}.bf-container-chevron{flex:0 0 auto;font-size:max(14px,.9em);line-height:1;color:var(--bf-color-text, #111827);transition:transform .12s ease}.bf-container-collapsed .bf-container-chevron{transform:rotate(-90deg)}.bf-container-summary{margin-top:4px;font-size:13px;line-height:1.45;color:var(--bf-color-text-subtle, #9ca3af)}@media(prefers-reduced-motion:reduce){.bf-container-chevron{transition:none}}.bf-container-resizable{position:relative}.bf-container-resizable-y{padding-bottom:8px}.bf-container-resizable-x{padding-right:8px}.bf-container-resize-handle-y{position:absolute;left:0;right:0;bottom:0;height:8px;pointer-events:none}.bf-container-resize-handle-y .bf-container-resize-grip{pointer-events:auto;position:absolute;top:0;bottom:0;left:50%;width:48px;transform:translate(-50%);cursor:row-resize;display:flex;align-items:center;justify-content:center}.bf-container-resize-handle-y .bf-container-resize-grip:after{content:"";width:32px;border-top:2px solid var(--bf-color-border, #d1d5db)}.bf-container-resize-handle-y .bf-container-resize-grip:hover:after,.bf-container-resizing .bf-container-resize-handle-y .bf-container-resize-grip:after{border-top-color:var(--bf-color-primary, #4285f4)}.bf-container-resize-handle-x{position:absolute;top:0;right:0;bottom:0;width:8px;pointer-events:none}.bf-container-resize-handle-x .bf-container-resize-grip{pointer-events:auto;position:absolute;left:0;right:0;top:50%;height:48px;transform:translateY(-50%);cursor:col-resize;display:flex;align-items:center;justify-content:center}.bf-container-resize-handle-x .bf-container-resize-grip:after{content:"";height:32px;border-left:2px solid var(--bf-color-border, #d1d5db)}.bf-container-resize-handle-x .bf-container-resize-grip:hover:after,.bf-container-resizing .bf-container-resize-handle-x .bf-container-resize-grip:after{border-left-color:var(--bf-color-primary, #4285f4)}.bf-container-resizing{user-select:none}.bf-container-resizing-y{cursor:row-resize}.bf-container-resizing-x{cursor:col-resize}}@layer widgets{.bf-field-root{--field-radius: 3px;--field-pad-y: 6px;--field-pad-x: 8px;box-sizing:border-box;width:100%;min-width:0;margin-bottom:12px}.bf-field-root *{box-sizing:border-box}.bf-field-root label{display:block;font-size:12px;color:var(--bf-color-text-muted, #6b7280);margin-bottom:4px;font-weight:500}.bf-field-root label:has(>.bf-help-trigger){display:flex;align-items:center}.bf-field-root input[type=checkbox]{width:auto;flex:0 0 auto}.bf-field-label-left,.bf-field-label-right{display:flex;align-items:center;gap:8px}.bf-field-label-left>label,.bf-field-label-right>label{margin:0;flex:0 0 auto;white-space:nowrap}.bf-field-label-left>input,.bf-field-label-left>textarea{flex:1 1 auto;min-width:0}.bf-field-label-hidden>label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.bf-field-root input,.bf-field-root textarea{width:100%;max-width:100%;margin:0;padding:var(--field-pad-y) var(--field-pad-x);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--field-radius);color:var(--bf-color-text, #111827);background:var(--bf-color-surface, #ffffff);font-family:var(--bf-font-family, system-ui, -apple-system, sans-serif);font-size:14px}.bf-field-root textarea{min-width:100%;resize:vertical;overflow-y:auto;line-height:1.45;tab-size:2}.bf-field-root input:focus,.bf-field-root textarea:focus{outline:none;border-color:var(--bf-color-primary, #4285f4);box-shadow:0 0 0 2px #4285f433}.bf-field-root input[readonly],.bf-field-root textarea[readonly]{background:var(--bf-color-surface-alt, #f5f5f5);color:var(--bf-color-text-muted, #6b7280);border-color:var(--bf-color-border, #d1d5db);cursor:default}.bf-field-display{width:100%;padding:var(--field-pad-y) var(--field-pad-x);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--field-radius);font-size:14px;background:var(--bf-color-surface-alt, #f5f5f5);color:var(--bf-color-text-muted, #6b7280)}.bf-field-error{display:block;font-size:12px;color:var(--bf-color-danger, #c0392b);margin-top:3px}.bf-field-invalid input,.bf-field-invalid textarea{border-color:var(--bf-color-danger, #c0392b)}.bf-field-disabled input,.bf-field-disabled textarea{background:var(--bf-color-surface-muted, #f3f4f6);color:var(--bf-color-text-muted, #6b7280);cursor:not-allowed}.bf-field-disabled>label{color:var(--bf-color-text-muted, #6b7280)}.bf-row>.bf-field-root{flex:1;min-width:0;margin-bottom:0}.bf-form-root>.bf-field-root{margin-bottom:0}.bf-list-cell-block>.bf-field-root,.bf-list-row-block>.bf-field-root{margin-bottom:0}}@layer widgets{.bf-file-list-root{box-sizing:border-box;display:flex;flex-direction:column;gap:8px}.bf-file-list-root *{box-sizing:border-box}.bf-file-list-header{font-weight:600;font-size:13px;color:var(--bf-color-text, #111827)}.bf-file-list-empty{font-size:12px;color:var(--bf-color-text-subtle, #9ca3af)}.bf-file-list-items{display:flex;flex-direction:column;gap:4px}.bf-file-list-thumbnails{flex-direction:row;flex-wrap:wrap;gap:8px}.bf-file-list-thumb{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--bf-color-text, #111827);width:calc(var(--bf-file-list-tile, 72px) + 8px)}.bf-file-list-thumb-preview{width:var(--bf-file-list-tile, 72px);height:var(--bf-file-list-tile, 72px);border:1px solid var(--bf-color-border-light, #e5e7eb);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bf-color-surface-muted, #f3f4f6);flex-shrink:0}.bf-file-list-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.bf-file-list-file-icon{color:var(--bf-color-text-subtle, #9ca3af)}.bf-file-list-thumb-name{font-size:11px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:var(--bf-file-list-tile, 72px);color:var(--bf-color-text-muted, #6b7280)}.bf-file-list-links{flex-direction:column}.bf-file-list-link{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--bf-color-primary, #4285f4);text-decoration:none;padding:4px 0;border-bottom:1px solid var(--bf-color-surface-muted, #f3f4f6)}.bf-file-list-link:hover{text-decoration:underline}.bf-file-list-link:last-child{border-bottom:none}.bf-file-list-link-icon{flex-shrink:0;color:var(--bf-color-text-subtle, #9ca3af);display:flex;align-items:center}.bf-file-list-link-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-file-list-link-size{flex-shrink:0;color:var(--bf-color-text-subtle, #9ca3af)}.bf-file-list-auto{gap:12px}}@layer widgets{.bf-file-picker-root{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:4px 0}.bf-file-picker-root *{box-sizing:border-box}.bf-file-picker-header{display:flex;align-items:center;gap:10px}.bf-file-picker-label{flex:1;font-weight:600;font-size:13px;color:var(--bf-color-text, #111827)}.bf-file-picker-choose{font-size:12px;padding:4px 12px;white-space:nowrap}.bf-file-picker-dropzone{border:2px dashed var(--bf-color-border, #d1d5db);border-radius:var(--bf-radius-lg, 8px);padding:14px;text-align:center;font-size:12px;color:var(--bf-color-text-subtle, #9ca3af);background:var(--bf-color-surface-alt, #f5f5f5);transition:border-color .15s,background .15s;cursor:default}.bf-file-picker-dropzone--drag-over{border-color:var(--bf-color-primary, #4285f4);background:var(--bf-color-primary-soft, #e8f0fe);color:var(--bf-color-primary, #4285f4)}.bf-file-picker-dropzone--loading{opacity:.6;pointer-events:none}.bf-file-picker-items{display:flex;flex-direction:column;gap:6px}.bf-file-picker-item{display:flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid var(--bf-color-border-light, #e5e7eb);border-radius:var(--bf-radius-lg, 8px);background:var(--bf-color-surface, #ffffff);font-size:12px}.bf-file-picker-item--pending{border-style:dashed;border-color:var(--bf-color-primary-border, #c5d8fc)}.bf-file-picker-preview{flex-shrink:0;display:flex;align-items:center;text-decoration:none;color:var(--bf-color-text-muted, #6b7280)}.bf-file-picker-thumb{width:40px;height:40px;object-fit:cover;border-radius:var(--bf-radius-sm, 3px);display:block}.bf-file-picker-file-icon{display:flex;align-items:center;font-size:20px}.bf-file-picker-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bf-color-text, #111827)}.bf-file-picker-size{flex-shrink:0;color:var(--bf-color-text-subtle, #9ca3af);white-space:nowrap}.bf-file-picker-remove{flex-shrink:0;background:none;border:none;color:var(--bf-color-text-subtle, #9ca3af);cursor:pointer;font-size:12px;padding:2px 4px;border-radius:var(--bf-radius-sm, 3px);line-height:1;transition:color .15s,background .15s}.bf-file-picker-remove:hover{color:var(--bf-color-danger, #c0392b);background:var(--bf-color-danger-soft, #fdecea)}.bf-file-picker-status{font-size:12px;color:var(--bf-color-text-muted, #6b7280);min-height:16px}.bf-file-picker-status--error{color:var(--bf-color-danger, #c0392b)}}@layer widgets{.bf-form-root{box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.bf-form-root *{box-sizing:border-box}.bf-form-root.bf-form-layout-grid{display:grid;grid-template-columns:repeat(var(--form-columns, 2),minmax(0,1fr));gap:12px;align-items:start}.bf-form-root.bf-form-layout-auto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--form-min-field-width, 220px),100%),1fr));gap:12px;align-items:start}.bf-form-root.bf-form-layout-grid>.bf-form-field--full,.bf-form-root.bf-form-layout-auto-grid>.bf-form-field--full,.bf-form-root.bf-form-layout-grid>.bf-form-detail-header,.bf-form-root.bf-form-layout-auto-grid>.bf-form-detail-header{grid-column:1 / -1}.bf-form-field--width-small input:not([type=checkbox]),.bf-form-field--width-small textarea,.bf-form-field--width-small .bf-select-field-wrapper{max-width:140px}.bf-form-field--width-medium input:not([type=checkbox]),.bf-form-field--width-medium textarea,.bf-form-field--width-medium .bf-select-field-wrapper{max-width:320px}.bf-form-field--width-large input:not([type=checkbox]),.bf-form-field--width-large textarea,.bf-form-field--width-large .bf-select-field-wrapper{max-width:520px}.bf-form-field--width-custom input:not([type=checkbox]),.bf-form-field--width-custom textarea,.bf-form-field--width-custom .bf-select-field-wrapper{max-width:var(--form-field-width)}.bf-form-detail-header{font-weight:600;font-size:16px;line-height:1.3;padding-bottom:4px;border-bottom:1px solid var(--bf-color-border-light, #e5e7eb);color:var(--bf-color-text, #111827)}.bf-form-detail-header[hidden]{display:none}}.bf-form-block-field-label{font-size:.82rem;font-weight:500;margin-bottom:.35rem;color:var(--bf-label, #4a5260)}.bf-form-block-field{display:flex;flex-direction:column;gap:.4rem}@layer widgets{.bf-header-root{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:10px 14px;border-bottom:1px solid var(--bf-color-border, #d1d5db);background:var(--bf-color-primary-soft, #e8f0fe);flex-shrink:0;margin:0 -20px}.bf-header-root *{box-sizing:border-box}.bf-header-title{font-size:16px;font-weight:600;color:var(--bf-color-text, #111827)}.bf-header-user{position:relative;display:flex;align-items:center;gap:8px}.bf-header-user-name{font-size:13px;color:var(--bf-color-text-muted, #6b7280);max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-header-user-button{border-color:transparent;background:transparent;color:var(--bf-color-text-muted, #6b7280)}.bf-header-user-button:hover{background:var(--bf-color-surface, #ffffff)}.bf-header-user .bf-button-menu{left:auto;right:0}}@layer widgets{.bf-list-controls-root{--lc-radius-sm: 3px;--lc-radius-md: 4px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;padding:8px;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-md)}.bf-list-controls-root *{box-sizing:border-box}.bf-list-controls-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.bf-list-controls-title{font-weight:600;font-size:16px;line-height:1.3}.bf-list-controls-subtitle{color:var(--bf-color-text-muted, #6b7280);font-size:13px;line-height:1.3}.bf-list-controls-subtitle[hidden]{display:none}.bf-list-controls-row{box-sizing:border-box;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bf-list-controls-row *{box-sizing:border-box}.bf-list-controls-search-group{display:flex;align-items:center;gap:6px}.bf-list-controls-record-count{font-size:12px;font-weight:600;color:var(--bf-color-text-muted, #6b7280);white-space:nowrap;margin-right:4px}.bf-list-controls-search-label{font-size:12px;color:var(--bf-color-text-muted, #6b7280);white-space:nowrap;font-weight:500}.bf-list-controls-filter-group{display:flex;align-items:center;gap:4px;background:var(--bf-color-surface-alt, #f5f5f5);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-md);padding:3px 6px}.bf-list-controls-filter-label{font-size:11px;color:var(--bf-color-text-subtle, #9ca3af);white-space:nowrap;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.bf-list-controls-filter-op{margin:0;padding:4px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-sm);font-size:12px;background:var(--bf-color-surface, #ffffff);cursor:pointer;max-width:100px}.bf-list-controls-filter-value{margin:0;padding:5px 7px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-sm);font-size:13px;width:200px;font-family:var(--bf-font-family, system-ui, -apple-system, sans-serif)}.bf-list-controls-filter-value:focus{outline:none;border-color:var(--bf-color-primary, #4285f4);box-shadow:0 0 0 2px #4285f433}.bf-list-controls-filter-clear{margin:0;padding:3px 5px;font-size:11px;line-height:1;border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-sm);background:var(--bf-color-surface, #ffffff);cursor:pointer;color:var(--bf-color-text-subtle, #9ca3af)}.bf-list-controls-filter-clear:hover{color:var(--bf-color-danger, #c0392b);border-color:var(--bf-color-danger, #c0392b)}.bf-list-controls-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-md);box-shadow:0 4px 12px #0000001f;z-index:200;min-width:140px;overflow:hidden}.bf-list-controls-dropdown[hidden]{display:none}.bf-list-controls-dropdown-item{padding:8px 12px;font-size:13px;cursor:pointer}.bf-list-controls-dropdown-item:hover{background:var(--bf-color-surface-alt, #f5f5f5)}.bf-list-controls-dropdown-empty{padding:8px 12px;font-size:12px;color:var(--bf-color-text-subtle, #9ca3af)}.bf-list-controls-config-panel{position:fixed;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-md);box-shadow:0 4px 12px #0000001f;padding:12px;min-width:240px;max-height:calc(100vh - 16px);overflow-y:auto;z-index:1000}.bf-list-controls-config-panel[hidden]{display:none}.bf-list-controls-config-section{margin-bottom:12px}.bf-list-controls-config-section:last-child{margin-bottom:0}.bf-list-controls-config-section-title{font-size:11px;font-weight:600;color:var(--bf-color-text-subtle, #9ca3af);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.bf-list-controls-config-option{display:flex;align-items:center;gap:6px;padding:4px 0;font-size:13px}.bf-list-controls-config-handle{color:var(--bf-color-text-subtle, #9ca3af);font-size:14px;flex-shrink:0;cursor:grab}.bf-list-controls-config-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-list-controls-config-pagesize{width:60px;padding:4px 6px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--lc-radius-sm);font-size:13px}.bf-list-controls-config-draggable{position:relative;border-radius:var(--lc-radius-sm);cursor:grab}.bf-list-controls-config-draggable.bf-list-controls-config-draggable--over-before:before,.bf-list-controls-config-draggable.bf-list-controls-config-draggable--over-after:after{content:"";position:absolute;left:0;right:0;height:2px;background:var(--bf-color-primary, #4285f4);border-radius:999px;pointer-events:none}.bf-list-controls-config-draggable.bf-list-controls-config-draggable--over-before:before{top:-2px}.bf-list-controls-config-draggable.bf-list-controls-config-draggable--over-after:after{bottom:-2px}}@layer widgets{.bf-list-root{--list-radius: 4px;--list-cell-pad-y: 8px;--list-cell-pad-x: 12px;box-sizing:border-box;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--list-radius);overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;flex:1}.bf-list-root *{box-sizing:border-box}.bf-list-state-msg{padding:24px;text-align:center}.bf-list-root.loading .bf-list-state-msg{color:var(--bf-color-text-subtle, #9ca3af)}.bf-list-root.error .bf-list-state-msg{color:var(--bf-color-danger, #c0392b)}.bf-list-root.empty .bf-list-state-msg{color:var(--bf-color-text-subtle, #9ca3af)}.bf-list-root table{width:100%;border-collapse:collapse;table-layout:fixed}.bf-list-root th{background:var(--bf-color-surface-alt, #f5f5f5);border-bottom:2px solid var(--bf-color-border, #d1d5db);padding:var(--list-cell-pad-y) var(--list-cell-pad-x);text-align:left;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.bf-list-header-content{display:flex;align-items:center;min-width:0}.bf-list-header-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.bf-list-root.hscroll{overflow-x:auto}.bf-list-col-resizer{position:absolute;top:0;right:-3px;bottom:0;width:7px;cursor:col-resize;z-index:2;touch-action:none}.bf-list-col-resizer:after{content:"";position:absolute;top:15%;bottom:15%;left:3px;border-left:1px solid var(--bf-color-border, #d1d5db)}.bf-list-col-resizer:hover:after,.bf-list-resizing .bf-list-col-resizer:after{top:0;bottom:0;border-left-color:var(--bf-color-primary, #4285f4)}.bf-list-resizing{cursor:col-resize;user-select:none}.bf-list-root td{border-bottom:1px solid var(--bf-color-border-light, #e5e7eb);padding:var(--list-cell-pad-y) var(--list-cell-pad-x);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-list-root tr:hover td{background:var(--bf-color-surface-alt, #f5f5f5);cursor:pointer}.bf-list-root tr.bf-list-band-b td,.bf-list-root .bf-list-freeform-item.bf-list-band-b{background:var(--bf-color-surface-alt, #f5f5f5)}.bf-list-root tr.selected td{background:var(--bf-color-primary-soft, #e8f0fe)}.bf-list-root tr.bf-list-row-active td,.bf-list-root tr.bf-list-row-active:hover td{background:var(--bf-color-success-soft, #e6f4ea)}.bf-list-root th.bf-list-align-right,.bf-list-root td.bf-list-align-right{text-align:right}.bf-list-root th.bf-list-align-center,.bf-list-root td.bf-list-align-center{text-align:center}.bf-list-root tr.dirty td:first-child:before{content:"\25cf";color:var(--bf-color-warning, #f39c12);margin-right:6px;font-size:10px}.bf-list-root tr.failed td:first-child:before{content:"\2715";color:var(--bf-color-danger, #c0392b);margin-right:6px;font-size:10px}.bf-list-root tr.dirty.failed td:first-child:before{content:"\2715\25cf";color:var(--bf-color-danger, #c0392b);margin-right:6px;font-size:10px}.bf-list-root th.bf-list-check,.bf-list-root td.bf-list-check{width:36px;text-align:center;padding:8px 4px}.bf-list-root th.bf-list-sort-handle-col,.bf-list-root td.bf-list-sort-handle-col{width:32px;text-align:center;padding:8px 4px}.bf-list-root .bf-list-row-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--bf-color-text-muted, #6b7280);background:var(--bf-color-surface, #ffffff);border:1px solid transparent;border-radius:var(--bf-radius-sm, 3px);cursor:grab;user-select:none}.bf-list-root .bf-list-row-drag-handle:hover{color:var(--bf-color-text, #111827);background:var(--bf-color-surface-muted, #f3f4f6);border-color:var(--bf-color-border, #d1d5db)}.bf-list-root .bf-list-row-drag-handle:active{cursor:grabbing}.bf-list-root tr.bf-list-row-dragging td{opacity:.45}.bf-list-root tr.bf-list-row-over-top td{box-shadow:inset 0 2px 0 var(--bf-color-primary, #4285f4)}.bf-list-root tr.bf-list-row-over-bottom td{box-shadow:inset 0 -2px 0 var(--bf-color-primary, #4285f4)}.bf-list-root th.bf-list-action-col,.bf-list-root td.bf-list-action-col{padding:6px 4px;text-align:center;overflow:hidden}.bf-list-root td.bf-list-action-col .bf-button-root{width:100%;min-width:0;max-width:100%;justify-content:center;overflow:hidden}.bf-list-action-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;transform:scale(1.35)}.bf-list-action-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.bf-list-options{display:flex;align-items:center;gap:4px;flex-wrap:wrap;min-height:22px}.bf-list-option-chip{display:inline-flex;align-items:center;min-height:20px;max-width:100%;padding:2px 7px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:var(--list-radius);background:var(--bf-color-surface-muted, #f3f4f6);color:var(--bf-color-text, #111827);font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-list-option-chip-clickable{cursor:pointer}.bf-list-freeform{display:flex;flex-direction:column;gap:8px;padding:8px}.bf-list-freeform-item{position:relative}.bf-list-freeform-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.bf-list-root .bf-list-freeform-item--draggable{display:flex;align-items:center;gap:8px}.bf-list-root .bf-list-freeform-item--draggable>.bf-list-freeform-actions{margin-top:0;margin-left:auto}.bf-list-root .bf-list-freeform-item.bf-list-row-dragging{opacity:.45}.bf-list-root .bf-list-freeform-item.bf-list-row-over-top:after,.bf-list-root .bf-list-freeform-item.bf-list-row-over-bottom:after{content:"";position:absolute;left:0;right:0;height:2px;border-radius:1px;background:var(--bf-color-primary, #4285f4);pointer-events:none;z-index:1}.bf-list-root .bf-list-freeform-item.bf-list-row-over-top:after{top:-5px}.bf-list-root .bf-list-freeform-item.bf-list-row-over-bottom:after{bottom:-5px}.bf-list-chat.bf-list-freeform-item{display:flex}.bf-list-chat.is-mine{justify-content:flex-end}.bf-list-chat.is-other{justify-content:flex-start}.bf-list-chat .bf-list-chat-bubble{max-width:78%;padding:8px 12px;border-radius:14px;background:var(--bf-color-surface-muted, #f3f4f6);color:var(--bf-color-text, #111827);border:1px solid var(--bf-color-border-light, #e5e7eb)}.bf-list-chat.is-mine .bf-list-chat-bubble{background:var(--bf-color-primary-soft, #e8f0fe);border-color:var(--bf-color-primary-border, #c5d8fc)}.bf-list-chat.selected .bf-list-chat-bubble{outline:2px solid var(--bf-color-primary-border, #c5d8fc)}.bf-list-chat.bf-list-row-active .bf-list-chat-bubble{border-color:var(--bf-color-success-border, #b7dfbf)}.bf-list-chat .bf-list-chat-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:3px;font-size:12px;color:var(--bf-color-text-muted, #6b7280)}.bf-list-chat .bf-list-chat-title{color:var(--bf-color-text, #111827);font-weight:600}.bf-list-chat .bf-list-chat-edited{font-style:italic}.bf-list-chat .bf-list-chat-content{white-space:pre-wrap;word-break:break-word}.bf-list-chat.dirty .bf-list-chat-bubble:after,.bf-list-chat.failed .bf-list-chat-bubble:after{margin-left:6px;font-size:10px;font-weight:700}.bf-list-chat.dirty .bf-list-chat-bubble:after{content:"\25cf";color:var(--bf-color-warning, #f39c12)}.bf-list-chat.failed .bf-list-chat-bubble:after{content:"\2715";color:var(--bf-color-danger, #c0392b)}.bf-list-root.compact th,.bf-list-root.compact td{padding:2px 8px;line-height:1.25}.bf-list-root.compact th.bf-list-action-col,.bf-list-root.compact td.bf-list-action-col{padding:2px 4px}.bf-list-root.sticky th{position:sticky;top:0;z-index:1}.bf-list-root tfoot .bf-list-footer-cell{font-weight:600;border-top:2px solid var(--bf-color-border, #d1d5db);padding:6px 8px;background:var(--bf-color-surface-alt, #f5f5f5);color:var(--bf-color-text, #111827);white-space:normal;overflow:visible}.bf-list-root td.bf-list-cell-block{padding:2px 6px;vertical-align:middle;overflow:visible;text-overflow:clip;white-space:normal}.bf-list-root .bf-list-row-block{display:contents}.bf-list-cell-editable{display:block;width:100%;cursor:text;min-height:20px}.bf-list-cell-display{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-list-root .bf-list-cell-input{width:100%;box-sizing:border-box;outline:none;border:1px solid transparent;border-radius:var(--list-radius);background:transparent;color:inherit}.bf-list-cell-editable .bf-list-cell-input:focus{border-color:var(--bf-color-border, #d1d5db);background:var(--bf-color-primary-soft, #e8f0fe)}.bf-list-pagination{display:flex;align-items:center;gap:8px;padding:var(--list-cell-pad-y) var(--list-cell-pad-x);border-top:1px solid var(--bf-color-border-light, #e5e7eb);font-size:13px;color:var(--bf-color-text-muted, #6b7280)}}@layer widgets{.bf-message-root{box-sizing:border-box;display:flex;flex-direction:column;gap:6px}.bf-message-root *{box-sizing:border-box}.bf-message-text,.bf-message-inline{font-size:13px;color:var(--bf-color-text, #111827)}.bf-message-list{display:flex;flex-direction:column;gap:6px}.bf-message-item{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:4px;font-size:13px}.bf-message-error{background:var(--bf-color-danger-soft, #fdf0ef);border:1px solid var(--bf-color-danger-border, #f5c6c2);color:var(--bf-color-danger, #c0392b)}.bf-message-info{background:var(--bf-color-primary-soft, #e8f0fe);border:1px solid var(--bf-color-primary-border, #c5d8fc);color:var(--bf-color-primary-hover, #1a73e8)}.bf-message-success{background:var(--bf-color-success-soft, #e6f4ea);border:1px solid var(--bf-color-success-border, #b7dfbf);color:var(--bf-color-success, #1e7e34)}.bf-message-dismiss{margin-left:auto;background:none;border:none;cursor:pointer;color:inherit;font-size:16px;line-height:1;padding:0;opacity:.6}.bf-message-dismiss:hover{opacity:1}}@layer widgets{.bf-modal-backdrop:not(.bf-modal-docked){transition:left .12s ease,right .12s ease}.bf-modal-body{box-sizing:border-box;display:flex;flex-direction:column;gap:8px}.bf-modal-footer{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;border-top:1px solid var(--bf-color-border-light, #e5e7eb);background:var(--bf-color-surface, #ffffff);padding:14px 24px;width:100%}.bf-modal-footer .bf-modal-action-start{margin-right:auto}}@layer widgets{.bf-select-field-root{box-sizing:border-box;width:100%;min-width:0;margin-bottom:12px}.bf-select-field-root *{box-sizing:border-box}.bf-select-field-label{display:block;font-size:12px;color:var(--bf-color-text-muted, #6b7280);margin-bottom:4px;font-weight:500}.bf-select-field-label:has(>.bf-help-trigger){display:flex;align-items:center}.bf-select-field-label-left{display:flex;align-items:center;gap:8px}.bf-select-field-label-left>.bf-select-field-label{margin:0;flex:0 0 auto;white-space:nowrap}.bf-select-field-label-left>.bf-select-field-wrapper{flex:1 1 auto;min-width:0}.bf-select-field-label--hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.bf-select-field-wrapper{position:relative;display:flex;align-items:center;gap:4px}.bf-select-field-trigger{flex:1;min-width:0;padding:6px 28px 6px 8px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:3px;font-size:14px;font-family:inherit;background-color:var(--bf-color-surface, #ffffff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;user-select:none;color:var(--bf-color-text, #111827);min-height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-select-field-trigger--empty{color:var(--bf-color-text-subtle, #9ca3af)}.bf-select-field-trigger:focus{outline:none;border-color:var(--bf-color-primary, #4285f4);box-shadow:0 0 0 2px #4285f433}.bf-select-field-clear{background:none;border:none;color:var(--bf-color-text-subtle, #9ca3af);cursor:pointer;font-size:16px;line-height:1;padding:0 2px;flex-shrink:0}.bf-select-field-clear:hover{color:var(--bf-color-text, #111827)}.bf-select-field-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--bf-color-surface, #ffffff);border:1px solid var(--bf-color-border, #d1d5db);border-radius:3px;box-shadow:0 4px 12px #0000001f;z-index:200;max-height:240px;flex-direction:column}.bf-select-field-dropdown:not([hidden]){display:flex}.bf-select-field-search{border:none;border-bottom:1px solid var(--bf-color-border-light, #e5e7eb);padding:6px 8px;font-size:13px;font-family:inherit;outline:none;flex-shrink:0}.bf-select-field-list{overflow-y:auto;flex:1}.bf-select-field-option{padding:6px 10px;font-size:14px;cursor:pointer;color:var(--bf-color-text, #111827);display:flex;align-items:center;gap:6px}.bf-select-field-option:hover{background:var(--bf-color-surface-alt, #f5f5f5)}.bf-select-field-option--selected{background:var(--bf-color-primary-soft, #e8f0fe);font-weight:500}.bf-select-field-option-checkbox{flex-shrink:0;pointer-events:none}.bf-select-field-empty{padding:8px 10px;font-size:13px;color:var(--bf-color-text-subtle, #9ca3af)}.bf-row>.bf-select-field-root{flex:1;min-width:0;margin-bottom:0}.bf-form-root>.bf-select-field-root{margin-bottom:0}.bf-list-cell-block>.bf-select-field-root,.bf-list-row-block>.bf-select-field-root{margin-bottom:0}}@layer widgets{.bf-tabbed-ui-root{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;min-width:0}.bf-tabbed-ui-root *{box-sizing:border-box}.bf-tabbed-ui-tabs{display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--bf-color-border, #d1d5db);flex-wrap:wrap}.bf-tabbed-ui-tab{display:inline-flex;align-items:center;gap:8px;border:1px solid transparent;border-bottom:0;border-radius:4px 4px 0 0;background:transparent;color:var(--bf-color-text-muted, #6b7280);font:inherit;font-size:13px;font-weight:500;padding:8px 12px;min-height:34px;cursor:pointer}.bf-tabbed-ui-tab[hidden]{display:none}.bf-tabbed-ui-tab-label{min-width:0}.bf-tabbed-ui-tab-close{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;color:var(--bf-color-text-muted, #6b7280);font-size:12px;line-height:1}.bf-tabbed-ui-tab-close:hover{background:var(--bf-color-border-light, #e5e7eb);color:var(--bf-color-text, #111827)}.bf-tabbed-ui-tab:hover{background:var(--bf-color-surface-muted, #f3f4f6);color:var(--bf-color-text, #111827)}.bf-tabbed-ui-tab--active{background:var(--bf-color-surface, #ffffff);border-color:var(--bf-color-border, #d1d5db);color:var(--bf-color-text, #111827);margin-bottom:-1px}.bf-tabbed-ui-panels,.bf-tabbed-ui-panel{min-width:0}.bf-tabbed-ui-panel[hidden]{display:none}}@layer widgets{.bf-tree-root{box-sizing:border-box;padding:4px 0;overflow-y:auto}.bf-tree-root *{box-sizing:border-box}.bf-tree-item{position:relative;display:flex;align-items:center;gap:8px;padding:5px 12px;font-size:13px;color:var(--bf-color-text, #111827);user-select:none}.bf-tree-item:hover{background:var(--bf-color-surface-alt, #f5f5f5)}.bf-tree-toggle{display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:var(--bf-color-text-subtle, #9ca3af);width:12px;flex-shrink:0}.bf-tree--navigation .bf-tree-toggle{width:16px;justify-content:flex-start}.bf-tree-toggle--icon{font-size:inherit;color:inherit}.bf-tree--flat .bf-tree-toggle:not(.bf-tree-toggle--icon){display:none}.bf-tree-label{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-tree-icon{flex:0 0 auto;display:inline-flex;align-items:center}.bf-tree-value{font-size:12px;color:var(--bf-color-text-subtle, #9ca3af);margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.bf-tree-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 7px;border-radius:999px;box-sizing:border-box;background:var(--bf-color-border-light, #e5e7eb);color:var(--bf-color-text, #111827);font-size:11px;font-weight:700;line-height:1;margin-left:auto;flex:0 0 auto}.bf-tree-badge--blue{background:var(--bf-color-primary, #4285f4);color:var(--bf-color-surface, #ffffff)}.bf-tree-badge--orange{background:var(--bf-color-warning, #f39c12);color:var(--bf-color-surface, #ffffff)}.bf-tree-badge--red{background:var(--bf-color-danger, #c0392b);color:var(--bf-color-surface, #ffffff)}.bf-tree-badge--green{background:var(--bf-color-success, #1e7e34);color:var(--bf-color-surface, #ffffff)}.bf-tree-badge--slate{background:#64748b;color:var(--bf-color-surface, #ffffff)}.bf-tree-children{padding-left:20px}.bf-tree-item.bf-tree-item--active{background:var(--bf-color-primary-soft, #e8f0fe);color:var(--bf-color-primary-hover, #1a73e8);font-weight:500}.bf-tree-item.bf-tree-item--selected{background:var(--bf-color-primary-soft, #e8f0fe);color:var(--bf-color-primary-hover, #1a73e8)}.bf-tree-item-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .1s;margin-left:auto;margin-right:-8px}.bf-tree-item:hover .bf-tree-item-actions{opacity:1}.bf-tree-dragging{opacity:.45}.bf-tree-over-before{border-top:2px solid var(--bf-color-primary, #4285f4)}.bf-tree-over-after{border-bottom:2px solid var(--bf-color-primary, #4285f4)}.bf-tree-over-inside{background:var(--bf-color-primary-soft, #e8f0fe);outline:1px solid var(--bf-color-primary, #4285f4)}.bf-tree-item-action{display:inline-flex;align-items:center;justify-content:center;width:24px;height:22px;border:none;background:transparent;border-radius:3px;cursor:pointer;font-size:16px;color:inherit;opacity:.75;padding:0;line-height:1}.bf-tree-item-action:hover{opacity:1;background:color-mix(in srgb,currentColor 15%,transparent)}}@layer widgets{.bf-help-trigger{--help-size: 1.25em;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:var(--help-size);height:var(--help-size);margin:0 0 0 4px;padding:0;border:1px solid var(--bf-color-border, #d1d5db);border-radius:50%;background:var(--bf-color-surface, #ffffff);color:var(--bf-color-text-muted, #6b7280);position:relative;line-height:1;cursor:help;vertical-align:middle;flex:0 0 auto}.bf-help-trigger:before,.bf-help-trigger:after{content:"";position:absolute;left:50%;width:15%;background:currentColor;transform:translate(-50%)}.bf-help-trigger:before{top:21%;padding-bottom:15%;border-radius:50%}.bf-help-trigger:after{top:42%;height:37%;border-radius:1px}.bf-help-trigger:hover,.bf-help-trigger--open{border-color:var(--bf-color-primary, #4285f4);color:var(--bf-color-primary, #4285f4)}.bf-help-trigger:focus-visible{outline:none;box-shadow:var(--bf-focus-ring, 0 0 0 2px rgba(66, 133, 244, .2))}.bf-help-bubble{position:fixed;z-index:1000;max-width:320px;box-sizing:border-box;padding:8px 10px;border:1px solid var(--bf-color-border, #d1d5db);border-radius:4px;background:var(--bf-color-surface, #ffffff);box-shadow:var(--bf-shadow-md, 0 4px 12px rgba(0, 0, 0, .12));font-family:var(--bf-font-family, system-ui, -apple-system, sans-serif);font-size:12.5px;line-height:1.5;color:var(--bf-color-text, #111827)}.bf-help-bubble[hidden]{display:none}.bf-help-bubble-body>:first-child{margin-top:0}.bf-help-bubble-body>:last-child{margin-bottom:0}.bf-help-bubble-body code{padding:1px 4px;border-radius:3px;background:var(--bf-color-surface-muted, #f3f4f6);font-size:12px}}.ls-login-page{height:100%;display:flex;align-items:center;justify-content:center}.ls-login-card{box-sizing:border-box;width:20vw;min-width:min(420px,calc(100vw - 32px));min-height:min(420px,calc(100vh - 32px));margin:auto;align-self:center;justify-content:center;background:var(--bf-color-surface);border:1px solid var(--bf-color-border-light);border-radius:var(--bf-radius-xl);box-shadow:var(--bf-shadow-lg);padding:40px}.ls-login-title{margin:0 0 18px;color:var(--bf-color-text);font-size:22px;font-weight:650;line-height:1.25;text-align:center}.ls-login-card .bf-button-root{width:100%;justify-content:center}.ls-login-card .bf-button-root.ls-login-secondary{width:auto;align-self:center;margin-top:10px;padding:4px 8px;font-size:13px}html,body,#app{height:100%;min-height:100%}#app{padding:0}.bp-shell{height:100vh;min-height:100vh;overflow:hidden}.bp-shell .bf-header-root{margin:0}.bp-main{flex:1;min-width:0;min-height:0}.bp-content{flex:1;min-height:0;padding:1.5rem;overflow:auto}:root{--bf-nav-bg: var(--bf-color-surface);--bf-nav-border: var(--bf-color-border);--bf-nav-text: var(--bf-color-text);--bf-nav-text-muted: var(--bf-color-text-muted);--bf-nav-text-subtle: var(--bf-color-text-subtle);--bf-nav-icon: #475467;--bf-nav-item-hover: rgba(17, 24, 39, .05);--bf-nav-control-border: rgba(17, 24, 39, .16);--bf-nav-control-bg: rgba(17, 24, 39, .03);--bf-nav-control-border-hover: rgba(17, 24, 39, .28);--bf-nav-control-bg-hover: rgba(17, 24, 39, .06);--bf-nav-accent: #1c6cd0;--bf-nav-item-active: linear-gradient(90deg, color-mix(in srgb, var(--bf-nav-accent) 22%, transparent), color-mix(in srgb, var(--bf-nav-accent) 7%, transparent));--bf-nav-text-active: color-mix(in srgb, var(--bf-nav-accent) 32%, black)}.bf-sidebar--dark{--bf-nav-bg: #171a22;--bf-nav-border: #262b36;--bf-nav-text: #c8ceda;--bf-nav-text-muted: #9aa4b8;--bf-nav-text-subtle: #697284;--bf-nav-icon: #aeb6c6;--bf-nav-item-hover: rgba(255, 255, 255, .045);--bf-nav-control-border: rgba(255, 255, 255, .14);--bf-nav-control-bg: rgba(255, 255, 255, .08);--bf-nav-control-border-hover: rgba(255, 255, 255, .24);--bf-nav-control-bg-hover: rgba(255, 255, 255, .11);--bf-nav-item-active: linear-gradient(90deg, color-mix(in srgb, var(--bf-nav-accent) 36%, transparent), color-mix(in srgb, var(--bf-nav-accent) 12%, transparent));--bf-nav-text-active: color-mix(in srgb, var(--bf-nav-accent) 12%, white)}.bf-sidebar--dark .bf-button-menu{background:color-mix(in srgb,var(--bf-nav-bg),#ffffff 8%);border-color:#ffffff29;box-shadow:0 6px 18px #00000073}.bf-sidebar--dark .bf-button-menu-item{color:var(--bf-nav-text)}.bf-sidebar--dark .bf-button-menu-item:hover{background:var(--bf-nav-control-bg-hover)}.bf-sidebar{display:flex;flex-direction:column;min-height:0;padding:16px 14px;box-sizing:border-box;color:var(--bf-nav-text);background:linear-gradient(rgba(255,255,255,.006) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.006) 1px,transparent 1px),var(--bf-nav-bg);background-size:28px 28px;border-right:1px solid var(--bf-nav-border);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-sidebar>.bf-tree-root{flex:1 1 auto;min-height:0;height:auto;width:100%;align-self:stretch;position:static;background:transparent;border-right:0;padding:6px 0;overflow-y:auto;color:var(--bf-nav-text);scrollbar-color:var(--bf-nav-border) transparent}.bf-sidebar>.bf-sidebar-footer{flex:0 0 auto;width:auto;margin:auto -14px -16px;padding:5px 6px 4px 0;border-top:1px solid var(--bf-nav-accent);box-sizing:border-box}.bf-sidebar>.bf-sidebar-footer .bf-field-display{border:none;background:transparent;padding:0;font-size:11px;color:var(--bf-nav-text-muted);text-align:right;user-select:none;min-height:1.2em}.bf-sidebar>.bf-tree-root .bf-tree-item{min-height:36px;padding:7px 12px;border-radius:var(--bf-radius-xl, 8px);color:var(--bf-nav-text);font-size:14px;font-weight:600;position:relative}.bf-sidebar>.bf-tree-root .bf-tree-item:hover{background:var(--bf-nav-item-hover);color:var(--bf-nav-text-active)}.bf-sidebar>.bf-tree-root .bf-tree-toggle{color:var(--bf-nav-text-subtle);width:14px}.bf-sidebar>.bf-tree-root .bf-tree-label{gap:var(--bf-space-5, 12px)}.bf-sidebar>.bf-tree-root .bf-tree-icon{width:22px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:var(--bf-nav-icon)}.bf-sidebar>.bf-tree-root .bf-tree-value{color:var(--bf-nav-text-muted)}.bf-sidebar>.bf-tree-root .bf-tree-badge{background:transparent;color:var(--bf-nav-text-subtle);min-width:0;height:auto;padding:0 2px 0 0;font-size:12px;font-weight:400;opacity:.7}.bf-sidebar>.bf-tree-root .bf-tree-children{padding-left:18px}.bf-sidebar>.bf-tree-root .bf-tree-item--active,.bf-sidebar>.bf-tree-root .bf-tree-item--selected{background:var(--bf-nav-item-active);color:var(--bf-nav-text-active);font-weight:700}.bf-sidebar>.bf-tree-root .bf-tree-item--active:before,.bf-sidebar>.bf-tree-root .bf-tree-item--selected:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:3px;border-radius:0 3px 3px 0;background:var(--bf-nav-accent)}.bf-sidebar>.bf-tree-root .bf-tree-item--active .bf-tree-icon,.bf-sidebar>.bf-tree-root .bf-tree-item--selected .bf-tree-icon{color:var(--bf-nav-text-active)}.bf-sidebar>.bf-tree-root .bf-tree-item--role-section,.bf-sidebar>.bf-tree-root .bf-tree-item--node-section{min-height:24px;padding:20px 12px 7px;color:var(--bf-nav-text-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
