:root{--bolo-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bolo-space-1:.25rem;--bolo-space-2:.5rem;--bolo-space-3:.75rem;--bolo-space-4:1rem;--bolo-space-5:1.25rem;--bolo-space-6:1.5rem;--bolo-radius-sm:.25rem;--bolo-radius-md:.375rem;--bolo-radius-lg:.5rem;--bolo-border-subtle:#d8dee8;--bolo-border-strong:#aab4c5;--bolo-bg-canvas:#f8fafc;--bolo-bg-surface:#fff;--bolo-bg-elevated:#fff;--bolo-text-strong:#101827;--bolo-text-body:#243044;--bolo-text-muted:#68758a;--bolo-muted-surface:#eef2f7;--bolo-muted-hover:#e3e9f2;--bolo-focus-ring:#3b82f6;--bolo-action:#2563eb;--bolo-action-hover:#1d4ed8;--bolo-danger:#dc2626;--bolo-danger-hover:#b91c1c;--bolo-priority-urgent:#d92d20;--bolo-priority-high:#f97316;--bolo-priority-medium:#a16207;--bolo-priority-low:#64748b;--bolo-status-todo:#64748b;--bolo-status-progress:#2563eb;--bolo-status-blocked:#dc2626;--bolo-status-review:#7c3aed;--bolo-status-done:#15803d;--bolo-status-canceled:#475569}@theme{--font-sans: var(--bolo-font-sans); --color-background: var(--bolo-bg-canvas); --color-surface: var(--bolo-bg-surface); --color-foreground: var(--bolo-text-strong); --color-muted: var(--bolo-muted-surface); --color-muted-foreground: var(--bolo-text-muted); --color-border: var(--bolo-border-subtle); --color-ring: var(--bolo-focus-ring); --radius-sm: var(--bolo-radius-sm); --radius-md: var(--bolo-radius-md); --radius-lg: var(--bolo-radius-lg);}
:where(*){box-sizing:border-box}:where(body){background:var(--bolo-bg-canvas);color:var(--bolo-text-body);font-family:var(--bolo-font-sans)}:where(button,input,textarea){font:inherit}.bolo-button{border-radius:var(--bolo-radius-md);cursor:pointer;align-items:center;gap:var(--bolo-space-2);white-space:nowrap;border:1px solid #0000;justify-content:center;min-width:0;font-weight:600;line-height:1;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.bolo-button:focus-visible,.bolo-input:focus-visible,.bolo-textarea:focus-visible,.bolo-segmented-control__item:focus-visible,.bolo-dropdown-menu__item:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--bolo-focus-ring) 22%, transparent);outline:2px solid var(--bolo-focus-ring);outline-offset:1px}.bolo-button:disabled,.bolo-button[data-disabled],.bolo-input:disabled,.bolo-textarea:disabled{cursor:not-allowed;opacity:.55}.bolo-button--sm{min-height:1.75rem;padding:0 var(--bolo-space-2)}.bolo-button--md{min-height:2.25rem;padding:0 var(--bolo-space-3)}.bolo-button--lg{min-height:2.75rem;padding:0 var(--bolo-space-4)}.bolo-button--primary{background:var(--bolo-action);color:#fff}.bolo-button--primary:hover:not(:disabled){background:var(--bolo-action-hover)}.bolo-button--secondary{background:var(--bolo-bg-surface);border-color:var(--bolo-border-subtle);color:var(--bolo-text-strong)}.bolo-button--secondary:hover:not(:disabled){background:var(--bolo-muted-surface)}.bolo-button--ghost{color:var(--bolo-text-body);background:0 0}.bolo-button--ghost:hover:not(:disabled){background:var(--bolo-muted-hover)}.bolo-button--danger{background:var(--bolo-danger);color:#fff}.bolo-button--danger:hover:not(:disabled){background:var(--bolo-danger-hover)}.bolo-button__icon,.bolo-button svg{width:1rem;height:1rem}.bolo-button__label{text-overflow:ellipsis;min-width:0;overflow:hidden}.bolo-spinner{animation:.85s linear infinite bolo-spin}@keyframes bolo-spin{to{transform:rotate(360deg)}}.bolo-input,.bolo-textarea{background:var(--bolo-bg-surface);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);color:var(--bolo-text-strong);width:100%;min-width:0}.bolo-input{min-height:2.25rem;padding:0 var(--bolo-space-3)}.bolo-textarea{min-height:5rem;padding:var(--bolo-space-2) var(--bolo-space-3);resize:vertical}.bolo-badge{align-items:center;gap:var(--bolo-space-1);padding:.1875rem var(--bolo-space-2);border-radius:999px;font-size:.75rem;font-weight:650;line-height:1;display:inline-flex}.bolo-badge--neutral{background:var(--bolo-muted-surface);color:var(--bolo-text-body)}.bolo-badge--priority-urgent{background:color-mix(in srgb, var(--bolo-priority-urgent) 14%, white);color:var(--bolo-priority-urgent)}.bolo-badge--priority-high{background:color-mix(in srgb, var(--bolo-priority-high) 16%, white);color:#9a3412}.bolo-badge--priority-medium{background:color-mix(in srgb, var(--bolo-priority-medium) 16%, white);color:var(--bolo-priority-medium)}.bolo-badge--priority-low,.bolo-badge--status-todo{background:color-mix(in srgb, var(--bolo-priority-low) 14%, white);color:var(--bolo-priority-low)}.bolo-badge--status-progress{background:color-mix(in srgb, var(--bolo-status-progress) 14%, white);color:var(--bolo-status-progress)}.bolo-badge--status-blocked{background:color-mix(in srgb, var(--bolo-status-blocked) 14%, white);color:var(--bolo-status-blocked)}.bolo-badge--status-review{background:color-mix(in srgb, var(--bolo-status-review) 14%, white);color:var(--bolo-status-review)}.bolo-badge--status-done{background:color-mix(in srgb, var(--bolo-status-done) 14%, white);color:var(--bolo-status-done)}.bolo-badge--status-canceled{background:color-mix(in srgb, var(--bolo-status-canceled) 14%, white);color:var(--bolo-status-canceled)}.bolo-avatar{background:var(--bolo-muted-surface);border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;overflow:hidden}.bolo-avatar__image{object-fit:cover;width:100%;height:100%}.bolo-avatar__fallback{color:var(--bolo-text-muted);font-size:.75rem;font-weight:700}.bolo-segmented-control{background:var(--bolo-muted-surface);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);align-items:center;gap:var(--bolo-space-1);padding:.1875rem;display:inline-flex}.bolo-segmented-control__item{border-radius:var(--bolo-radius-sm);color:var(--bolo-text-muted);cursor:pointer;align-items:center;gap:var(--bolo-space-1);min-height:1.75rem;padding:0 var(--bolo-space-2);background:0 0;border:0;font-weight:650;display:inline-flex}.bolo-segmented-control__item[data-pressed]{background:var(--bolo-bg-surface);color:var(--bolo-text-strong);box-shadow:0 1px 2px #1018271a}.bolo-dropdown-menu{background:var(--bolo-bg-elevated);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);min-width:12rem;padding:var(--bolo-space-1);box-shadow:0 16px 40px #10182724}.bolo-dropdown-menu__item{border-radius:var(--bolo-radius-sm);color:var(--bolo-text-body);cursor:pointer;align-items:center;gap:var(--bolo-space-2);min-height:2rem;padding:0 var(--bolo-space-2);display:flex}.bolo-dropdown-menu__item[data-highlighted]{background:var(--bolo-muted-hover);color:var(--bolo-text-strong)}.bolo-dialog__backdrop{background:#1018276b;position:fixed;inset:0}.bolo-dialog{background:var(--bolo-bg-elevated);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-lg);min-width:min(90vw,24rem);max-width:min(90vw,36rem);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 80px #1018273d}.bolo-dialog__header,.bolo-dialog__footer{align-items:flex-start;gap:var(--bolo-space-3);padding:var(--bolo-space-4);justify-content:space-between;display:flex}.bolo-dialog__body{padding:0 var(--bolo-space-4) var(--bolo-space-4)}.bolo-dialog__title{color:var(--bolo-text-strong);margin:0;font-size:1rem;font-weight:700;line-height:1.35}.bolo-dialog__description{color:var(--bolo-text-muted);margin:var(--bolo-space-1) 0 0;font-size:.875rem;line-height:1.5}.bolo-command-palette__search{border-bottom:1px solid var(--bolo-border-subtle);align-items:center;gap:var(--bolo-space-2);margin:0 calc(var(--bolo-space-4) * -1) var(--bolo-space-3);padding:0 var(--bolo-space-4) var(--bolo-space-3);display:flex}.bolo-command-palette__search svg{color:var(--bolo-text-muted);width:1rem;height:1rem}.bolo-command-palette__groups,.bolo-command-palette__items{gap:var(--bolo-space-1);flex-direction:column;display:flex}.bolo-command-palette__heading{color:var(--bolo-text-muted);padding:var(--bolo-space-2);text-transform:uppercase;font-size:.75rem;font-weight:700}.bolo-command-palette__item{justify-content:flex-start;width:100%}.bolo-command-palette__shortcut{color:var(--bolo-text-muted);margin-left:auto}.bolo-tooltip{background:var(--bolo-text-strong);border-radius:var(--bolo-radius-sm);color:#fff;padding:var(--bolo-space-2);font-size:.75rem;line-height:1}.bolo-tooltip__arrow{fill:var(--bolo-text-strong)}.bolo-resizable-panel-group{width:100%;height:100%;display:flex}.bolo-resizable-panel{min-width:0}.bolo-resizable-handle{background:var(--bolo-border-subtle);flex:0 0 1px;position:relative}.bolo-resizable-handle:after{content:"";position:absolute;inset:0 -.25rem}
.bolo-app-shell{background:var(--bolo-bg-canvas);color:var(--bolo-text-body);font-family:var(--bolo-font-sans);flex-direction:column;min-width:0;height:100vh;min-height:36rem;font-size:.875rem;display:flex}.bolo-platform-chrome{background:var(--bolo-bg-surface);border-bottom:1px solid var(--bolo-border-subtle);min-height:3rem;padding:0 var(--bolo-space-4);justify-content:space-between;align-items:center;display:flex}.bolo-platform-chrome__start{align-items:center;gap:var(--bolo-space-3);display:flex}.bolo-platform-chrome__traffic-space{-webkit-app-region:drag;flex:0 0 4.75rem;height:100%;min-height:3rem}.bolo-platform-chrome__nav{align-items:center;gap:var(--bolo-space-1);display:inline-flex}.bolo-platform-chrome__workspace,.bolo-platform-chrome__platform,.bolo-left-sidebar__workspace,.bolo-left-sidebar__caption,.bolo-issue-list-header__project-key{margin:0}.bolo-platform-chrome__workspace,.bolo-left-sidebar__workspace{color:var(--bolo-text-strong);font-size:.875rem;font-weight:750}.bolo-platform-chrome__platform,.bolo-left-sidebar__caption,.bolo-issue-list-header__project-key{color:var(--bolo-text-muted);font-size:.75rem;line-height:1.4}.bolo-workspace{flex:1;min-height:0;display:flex}.bolo-left-sidebar{background:var(--bolo-bg-surface);border-right:1px solid var(--bolo-border-subtle);flex:none;min-width:4rem;position:relative}.bolo-left-sidebar--toggle-animating{transition:width .18s}.bolo-left-sidebar--resizing{transition:none}.bolo-left-sidebar__content{gap:var(--bolo-space-3);height:100%;padding:var(--bolo-space-3);flex-direction:column;display:flex;overflow:hidden}.bolo-left-sidebar__brand,.bolo-left-sidebar__profile,.bolo-left-sidebar__project{align-items:center;gap:var(--bolo-space-2);min-width:0;display:flex}.bolo-left-sidebar__mark,.bolo-left-sidebar__project-key{background:var(--bolo-muted-surface);border-radius:var(--bolo-radius-md);color:var(--bolo-text-strong);flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:800;display:inline-flex}.bolo-left-sidebar__mode{width:100%}.bolo-left-sidebar__projects{gap:var(--bolo-space-1);flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.bolo-left-sidebar__project,.bolo-left-sidebar__profile{border-radius:var(--bolo-radius-md);color:var(--bolo-text-body);cursor:pointer;min-height:2.5rem;padding:var(--bolo-space-1);text-align:left;background:0 0;border:0;width:100%}.bolo-left-sidebar__project:hover,.bolo-left-sidebar__project[aria-current=page],.bolo-left-sidebar__profile:hover{background:var(--bolo-muted-surface);color:var(--bolo-text-strong)}.bolo-left-sidebar__project-name,.bolo-left-sidebar__profile-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.875rem;font-weight:650;overflow:hidden}.bolo-left-sidebar__project-count{color:var(--bolo-text-muted);font-size:.75rem;font-weight:700}.bolo-left-sidebar__footer{gap:var(--bolo-space-2);flex-direction:column;display:flex}.bolo-left-sidebar__resize-handle{cursor:col-resize;width:.5rem;position:absolute;inset:0 -.25rem 0 auto}.bolo-issue-list-panel{background:var(--bolo-bg-surface);border-right:1px solid var(--bolo-border-subtle);flex-direction:column;flex:auto;min-width:30rem;display:flex}.bolo-issue-list-header{border-bottom:1px solid var(--bolo-border-subtle);gap:var(--bolo-space-3);padding:var(--bolo-space-3) var(--bolo-space-4);flex-direction:column;display:flex}.bolo-issue-list-header__title-row,.bolo-issue-list-header__controls{align-items:center;gap:var(--bolo-space-3);justify-content:space-between;display:flex}.bolo-issue-list-header__title{color:var(--bolo-text-strong);margin:0;font-size:1.125rem;line-height:1.2}.bolo-issue-list-header__filter{align-items:center;gap:var(--bolo-space-2);min-width:min(18rem,42%);display:flex}.bolo-issue-list-header__filter span{color:var(--bolo-text-muted);white-space:nowrap;font-size:.8125rem;font-weight:650}.bolo-issue-list-panel__content{min-height:0;padding:var(--bolo-space-2);flex:1;position:relative;overflow:auto}.bolo-issue-virtual-list{min-height:100%;position:relative}.bolo-issue-virtual-list__item{width:100%;position:absolute;top:0;left:0;right:0}.bolo-issue-section__header{color:var(--bolo-text-muted);padding:0 var(--bolo-space-2) var(--bolo-space-2);text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:750;display:flex}.bolo-issue-section__header h2{font-size:inherit;margin:0}.bolo-issue-section__actions{align-items:center;gap:var(--bolo-space-1);display:inline-flex}.bolo-issue-section__rows{gap:var(--bolo-space-1);flex-direction:column;display:flex}.bolo-issue-row{border-radius:var(--bolo-radius-md);color:var(--bolo-text-body);cursor:pointer;align-items:center;gap:var(--bolo-space-2);min-height:2.5rem;padding:0 var(--bolo-space-2);text-align:left;background:0 0;border:1px solid #0000;grid-template-columns:6.25rem minmax(10rem,1fr) auto 4.75rem 4rem 1.75rem;width:100%;display:grid}.bolo-issue-row:hover{background:var(--bolo-muted-surface)}.bolo-issue-row:focus-visible{border-color:color-mix(in srgb, var(--bolo-action) 42%, white);outline:none}.bolo-issue-row[aria-selected=true]{background:color-mix(in srgb, var(--bolo-action) 9%, white);border-color:color-mix(in srgb, var(--bolo-action) 24%, white)}.bolo-issue-drag-overlay{background:var(--bolo-bg-surface);border:1px solid color-mix(in srgb, var(--bolo-action) 32%, white);border-radius:var(--bolo-radius-md);box-shadow:var(--bolo-shadow-lg);color:var(--bolo-text-strong);padding:var(--bolo-space-2) var(--bolo-space-3);font-size:.8125rem;font-weight:750}.bolo-issue-row__key,.bolo-issue-row__meta,.bolo-issue-row__priority{align-items:center;gap:var(--bolo-space-1);display:inline-flex}.bolo-issue-row__title{color:var(--bolo-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:650;overflow:hidden}.bolo-issue-row__priority,.bolo-issue-row__updated{color:var(--bolo-text-muted);text-transform:capitalize;font-size:.8125rem}.bolo-issue-row__actions{justify-content:flex-end;align-items:center;display:inline-flex}.bolo-issue-row__actions-trigger{border-radius:var(--bolo-radius-sm);color:var(--bolo-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;display:inline-flex}.bolo-issue-row__actions-trigger:hover,.bolo-issue-row__actions-trigger:focus-visible{background:var(--bolo-bg-surface);border-color:var(--bolo-border-subtle);color:var(--bolo-text-strong);outline:none}.bolo-issue-detail-shell{background:var(--bolo-bg-canvas);flex:none;min-width:21.25rem;display:flex;position:relative}.bolo-issue-detail-shell--resizing{transition:none}.bolo-issue-detail-shell__resize-handle{cursor:col-resize;z-index:2;width:.5rem;position:absolute;inset:0 auto 0 -.25rem}.bolo-issue-detail-shell__resize-handle:hover:after,.bolo-issue-detail-shell__resize-handle:focus-visible:after{background:color-mix(in srgb, var(--bolo-action) 24%, transparent);content:"";position:absolute;inset:.75rem .1875rem}.bolo-issue-detail-panel{min-width:0;padding:var(--bolo-space-4);flex-direction:column;flex:1;display:flex;overflow:auto}.bolo-issue-detail-panel h2,.bolo-prompts-placeholder h1{color:var(--bolo-text-strong);margin:0;font-size:1.125rem;line-height:1.2}.bolo-issue-detail-meta-row{margin-bottom:var(--bolo-space-3);justify-content:space-between;align-items:center;display:flex}.bolo-issue-detail-meta-row__identity,.bolo-issue-detail-meta-row__actions,.bolo-issue-detail-meta-row__icon{align-items:center;display:inline-flex}.bolo-issue-detail-meta-row__identity,.bolo-issue-detail-meta-row__actions{gap:var(--bolo-space-2)}.bolo-issue-detail-meta-row__icon{background:var(--bolo-bg-surface);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);color:var(--bolo-text-muted);justify-content:center;width:2rem;height:2rem}.bolo-issue-detail-meta-row__key{color:var(--bolo-text-strong);font-size:.875rem;font-weight:800}.bolo-issue-detail-panel__description{margin:0}.bolo-issue-detail-panel__description,.bolo-issue-detail-panel__empty p,.bolo-prompts-placeholder p{color:var(--bolo-text-muted);line-height:1.55}.bolo-issue-detail-panel__field,.bolo-issue-detail-panel__title-field,.bolo-issue-detail-panel__properties,.bolo-issue-detail-panel__actions{gap:var(--bolo-space-2);margin:var(--bolo-space-4) 0 0;display:grid}.bolo-issue-detail-panel__field{margin-top:var(--bolo-space-3)}.bolo-issue-detail-panel__field span,.bolo-issue-detail-panel__title-field span,.bolo-issue-detail-panel__properties span{color:var(--bolo-text-muted);font-size:.8125rem;font-weight:650}.bolo-issue-detail-panel__select-field,.bolo-issue-detail-panel__meta-field{justify-content:space-between;align-items:center;display:flex}.bolo-issue-detail-panel__select-field select{background:var(--bolo-bg-surface);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);color:var(--bolo-text-strong);min-width:9rem;min-height:2rem;padding:0 var(--bolo-space-2)}.bolo-editor{background:var(--bolo-bg-surface);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-md);overflow:hidden}.bolo-editor__loading,.bolo-settings-dialog__loading{color:var(--bolo-text-muted);padding:var(--bolo-space-3);font-size:.875rem}.bolo-editor-toolbar{background:color-mix(in srgb, var(--bolo-bg-surface) 72%, var(--bolo-bg-canvas));border-bottom:1px solid var(--bolo-border-subtle);align-items:center;gap:var(--bolo-space-1);padding:var(--bolo-space-1) var(--bolo-space-2);flex-wrap:wrap;display:flex}.bolo-editor-toolbar__button{border-radius:var(--bolo-radius-sm);color:var(--bolo-text-muted);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;padding:0;display:inline-flex}.bolo-editor-toolbar__button:hover:not(:disabled),.bolo-editor-toolbar__button[aria-pressed=true]{background:var(--bolo-bg-canvas);border-color:var(--bolo-border-subtle);color:var(--bolo-text-strong)}.bolo-editor-toolbar__button:focus-visible{outline:2px solid var(--bolo-accent);outline-offset:2px}.bolo-editor-toolbar__button:disabled{cursor:not-allowed;opacity:.5}.bolo-editor-toolbar__button svg{width:1rem;height:1rem}.bolo-editor__content{color:var(--bolo-text-strong);min-height:11rem;padding:var(--bolo-space-3);font-size:.875rem;line-height:1.6}.bolo-editor__content .tiptap{outline:none;min-height:8.5rem}.bolo-editor__content p,.bolo-editor__content blockquote,.bolo-editor__content pre,.bolo-editor__content ul,.bolo-editor__content ol{margin:0 0 var(--bolo-space-3)}.bolo-editor__content h1,.bolo-editor__content h2,.bolo-editor__content h3{color:var(--bolo-text-strong);margin:0 0 var(--bolo-space-3);font-size:1rem;line-height:1.35}.bolo-editor__content blockquote{border-left:3px solid var(--bolo-border-strong);color:var(--bolo-text-muted);padding-left:var(--bolo-space-3)}.bolo-editor__content code{background:var(--bolo-bg-canvas);border-radius:var(--bolo-radius-sm);padding:.1rem .25rem;font-size:.875em}.bolo-editor__content pre{background:var(--bolo-bg-canvas);border-radius:var(--bolo-radius-md);padding:var(--bolo-space-3);overflow-x:auto}.bolo-editor__content pre code{background:0 0;padding:0}.bolo-editor__content ul,.bolo-editor__content ol{padding-left:var(--bolo-space-5)}.bolo-issue-detail-panel__actions{grid-template-columns:1fr 1fr}.bolo-issue-detail-panel__actions .bolo-button{min-width:0}.bolo-issue-detail-panel__flag-button{min-width:5.5rem}.bolo-issue-detail-panel__error{background:color-mix(in srgb, var(--bolo-danger) 8%, white);border:1px solid color-mix(in srgb, var(--bolo-danger) 24%, white);border-radius:var(--bolo-radius-md);gap:var(--bolo-space-2);margin:var(--bolo-space-4) 0;padding:var(--bolo-space-3);display:grid}.bolo-issue-detail-panel__error p{color:var(--bolo-danger);margin:0;font-size:.8125rem;font-weight:650;line-height:1.45}.bolo-issue-detail-panel__error div{gap:var(--bolo-space-2);display:flex}.bolo-issue-detail-panel__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.bolo-issue-detail-panel__empty-icon{color:var(--bolo-text-muted);height:2rem;margin-bottom:var(--bolo-space-3);width:2rem}.bolo-issue-detail-panel__empty .bolo-issue-detail-panel__actions{width:100%}.bolo-issue-detail-panel__properties div{justify-content:space-between;display:flex}.bolo-issue-detail-panel__properties dt{color:var(--bolo-text-muted);font-size:.8125rem;font-weight:650}.bolo-issue-detail-panel__properties dd,.bolo-issue-detail-panel__meta-field time{color:var(--bolo-text-strong);margin:0}.bolo-settings-dialog{flex-direction:column;min-width:min(92vw,48rem);max-width:min(92vw,58rem);height:min(44rem,88vh);display:flex}.bolo-settings-dialog .bolo-dialog__body{flex:1;min-height:0;padding:0}.bolo-settings-dialog .bolo-dialog__footer{border-top:1px solid var(--bolo-border-subtle)}.bolo-settings-dialog__shell{grid-template-columns:13rem minmax(0,1fr);height:100%;min-height:0;display:grid}.bolo-settings-sidebar{background:color-mix(in srgb, var(--bolo-bg-surface) 86%, var(--bolo-bg-canvas));border-right:1px solid var(--bolo-border-subtle);gap:var(--bolo-space-1);min-height:0;padding:var(--bolo-space-3);flex-direction:column;display:flex;position:relative;overflow:auto}.bolo-settings-sidebar__item{border-radius:var(--bolo-radius-md);color:var(--bolo-text-body);cursor:pointer;align-items:center;gap:var(--bolo-space-2);min-height:2.25rem;padding:0 var(--bolo-space-2);text-align:left;background:0 0;border:0;display:flex}.bolo-settings-sidebar__item:hover,.bolo-settings-sidebar__item[aria-current=page]{background:var(--bolo-bg-surface);color:var(--bolo-text-strong)}.bolo-settings-sidebar__item svg{color:var(--bolo-text-muted);width:1rem;height:1rem}.bolo-settings-sidebar__item span{font-size:.875rem;font-weight:650}.bolo-settings-sidebar__watermark{color:var(--bolo-border-subtle);width:1.25rem;height:1.25rem;margin:auto auto 0}.bolo-settings-dialog__panel{min-height:0;padding:var(--bolo-space-5);overflow:auto}.bolo-settings-panel{gap:var(--bolo-space-4);display:grid}.bolo-settings-panel__header{gap:var(--bolo-space-1);display:grid}.bolo-settings-panel__header h2,.bolo-settings-diagnostics h3{color:var(--bolo-text-strong);margin:0;font-size:1rem;line-height:1.35}.bolo-settings-panel__header p,.bolo-settings-note{color:var(--bolo-text-muted);margin:0;font-size:.875rem;line-height:1.5}.bolo-settings-list,.bolo-settings-shortcuts{gap:var(--bolo-space-3);margin:0;display:grid}.bolo-settings-list div,.bolo-settings-shortcuts div{border-bottom:1px solid var(--bolo-border-subtle);align-items:center;gap:var(--bolo-space-3);min-height:2.25rem;padding-bottom:var(--bolo-space-2);justify-content:space-between;display:flex}.bolo-settings-list dt,.bolo-settings-shortcuts dt,.bolo-settings-field span,.bolo-settings-check span{color:var(--bolo-text-muted);font-size:.8125rem;font-weight:650}.bolo-settings-list dd,.bolo-settings-shortcuts dd,.bolo-settings-field output{color:var(--bolo-text-strong);margin:0;font-size:.875rem;font-weight:650}.bolo-settings-actions{align-items:center;gap:var(--bolo-space-2);display:flex}.bolo-settings-actions--stacked{flex-direction:column;align-items:stretch;max-width:16rem}.bolo-settings-field{gap:var(--bolo-space-2);display:grid}.bolo-settings-field input[type=range]{accent-color:var(--bolo-action);width:min(100%,18rem)}.bolo-settings-check{align-items:center;gap:var(--bolo-space-2);display:flex}.bolo-settings-check input{accent-color:var(--bolo-action);width:1rem;height:1rem}.bolo-settings-diagnostics{gap:var(--bolo-space-3);display:grid}.bolo-prompts-placeholder{padding:var(--bolo-space-6);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.bolo-prompts-placeholder svg{color:var(--bolo-action);height:2rem;margin-bottom:var(--bolo-space-3);width:2rem}.bolo-command-palette-search__field{gap:var(--bolo-space-2);display:grid}.bolo-command-palette-search__field span{color:var(--bolo-text-muted);font-size:.8125rem;font-weight:650}.bolo-command-palette-search__results{gap:var(--bolo-space-2);margin-top:var(--bolo-space-4);max-height:22rem;display:grid;overflow:auto}.bolo-command-palette-search__group{gap:var(--bolo-space-2);display:grid}.bolo-command-palette-search__group h3{color:var(--bolo-text-muted);margin:var(--bolo-space-2) 0 0;text-transform:uppercase;font-size:.75rem;font-weight:750}.bolo-command-palette-search__empty{color:var(--bolo-text-muted);padding:var(--bolo-space-3) 0;margin:0;font-size:.875rem}.bolo-command-palette-search__result{background:var(--bolo-surface-raised);border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-sm);color:inherit;cursor:pointer;gap:var(--bolo-space-1);min-height:4.25rem;padding:var(--bolo-space-3);text-align:left;display:grid}.bolo-command-palette-search__result:hover,.bolo-command-palette-search__result:focus-visible{border-color:var(--bolo-action);outline:none}.bolo-command-palette-search__result-key{color:var(--bolo-action);font-size:.75rem;font-weight:750}.bolo-command-palette-search__result-title{font-size:.9375rem;font-weight:700}.bolo-command-palette-search__result-meta{color:var(--bolo-text-muted);font-size:.8125rem}.bolo-issue-list-panel__mobile-create{display:none}.bolo-empty-workspace{background:var(--bolo-bg-canvas);padding:var(--bolo-space-6);flex:1;justify-content:center;align-items:center;display:flex}.bolo-empty-workspace__content{gap:var(--bolo-space-3);text-align:center;max-width:24rem;display:grid}.bolo-empty-workspace__content h1{color:var(--bolo-text-strong);margin:0;font-size:1.375rem}.bolo-empty-workspace__content p{color:var(--bolo-text-muted);margin:0;line-height:1.5}.bolo-empty-workspace__button{background:var(--bolo-action);border-radius:var(--bolo-radius-md);color:#fff;cursor:pointer;min-height:2.25rem;padding:0 var(--bolo-space-4);border:0;justify-self:center;font-weight:750}.bolo-shell-toast{background:var(--bolo-bg-elevated);border:1px solid color-mix(in srgb, var(--bolo-danger) 28%, white);border-radius:var(--bolo-radius-md);bottom:var(--bolo-space-4);box-shadow:var(--bolo-shadow-lg);gap:var(--bolo-space-2);max-width:min(24rem,100vw - 2rem);padding:var(--bolo-space-3);right:var(--bolo-space-4);z-index:20;display:grid;position:fixed}.bolo-shell-toast p{color:var(--bolo-danger);margin:0;font-size:.875rem;font-weight:650;line-height:1.45}.bolo-shell-toast div{gap:var(--bolo-space-2);display:flex}.bolo-shell-toast button{border:1px solid var(--bolo-border-subtle);border-radius:var(--bolo-radius-sm);color:var(--bolo-text-strong);cursor:pointer;min-height:1.75rem;padding:0 var(--bolo-space-2);background:0 0;font-size:.8125rem;font-weight:700}@media (max-width:58rem){.bolo-platform-chrome{padding:0 var(--bolo-space-3)}.bolo-workspace{overflow-x:auto}.bolo-left-sidebar:not(.bolo-left-sidebar--collapsed){max-width:14rem}.bolo-issue-list-panel{flex-basis:32rem;min-width:22rem}.bolo-issue-detail-panel{padding:var(--bolo-space-4)}.bolo-issue-list-header__controls{flex-direction:column;align-items:stretch}.bolo-issue-list-header__filter{min-width:100%}.bolo-issue-row{gap:var(--bolo-space-2);grid-template-columns:5.75rem minmax(0,1fr) auto 2rem}.bolo-issue-row__priority,.bolo-issue-row__updated{display:none}}
