.code-block{margin:var(--space-16) 0;border:.0625rem solid var(--color-divider);border-radius:var(--radius-lg);background:var(--color-surface-sunken);color:var(--color-text-primary);overflow:hidden}.code-block:focus-within{border-color:var(--color-focus-ring);box-shadow:0 0 0 var(--space-1) var(--color-focus-ring)}.code-block__toolbar{justify-content:space-between;align-items:center;gap:var(--space-8);min-height:var(--space-40);padding:var(--space-4) var(--space-8) var(--space-4) var(--space-12);border-bottom:.0625rem solid var(--color-divider);background:var(--color-surface-raised);display:flex}.code-block__language-picker,.code-block__copy{min-height:var(--space-32);padding:var(--space-4) var(--space-8);border-radius:var(--radius-sm);color:var(--color-text-secondary);font:inherit;font-size:var(--font-size-1);background:0 0;border:0}.code-block__language-picker{cursor:pointer;max-width:min(12rem,55vw)}.code-block__copy{cursor:pointer}.code-block__language-picker:hover,.code-block__copy:hover{background:var(--color-state-hover);color:var(--color-text-primary)}.code-block__language-picker:focus-visible,.code-block__copy:focus-visible{outline:var(--space-2) solid var(--color-focus-ring);outline-offset:var(--space-1)}.code-block__copy[data-state=copied]{color:var(--color-text-primary)}.code-block__copy[data-state=error]{color:var(--color-danger)}.code-block__language-label{color:var(--color-text-muted);font-size:var(--font-size-1)}.code-block__body{color:inherit;font-family:var(--font-family-mono);font-size:var(--font-size-1);line-height:var(--line-height-relaxed);tab-size:2;background:0 0;grid-template-columns:auto minmax(0,1fr);margin:0;display:grid;overflow-x:auto}.code-block__line-numbers{min-width:var(--space-40);padding:var(--space-12) var(--space-8);border-right:.0625rem solid var(--color-divider);color:var(--color-text-muted);pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-end;display:flex}.code-block pre code.code-block__code{min-width:max-content;padding:var(--space-12);color:inherit;font:inherit;white-space:pre;background:0 0;border-radius:0;margin:0;display:block}.code-block .hljs-comment,.code-block .hljs-quote{color:var(--color-text-muted)}.code-block .hljs-keyword,.code-block .hljs-selector-tag,.code-block .hljs-built_in,.code-block .hljs-name,.code-block .hljs-tag{color:var(--color-accent)}.code-block .hljs-string,.code-block .hljs-doctag,.code-block .hljs-regexp,.code-block .hljs-template-tag,.code-block .hljs-template-variable{color:var(--color-text-secondary)}.code-block .hljs-number,.code-block .hljs-literal,.code-block .hljs-variable,.code-block .hljs-attr,.code-block .hljs-attribute{color:var(--color-text-primary)}.code-block .hljs-title,.code-block .hljs-section,.code-block .hljs-selector-id,.code-block .hljs-selector-class,.code-block .hljs-type{color:var(--color-accent)}.code-block .hljs-emphasis{font-style:italic}.code-block .hljs-strong{font-weight:var(--font-weight-medium)}@media (width<=40rem){.code-block__toolbar{min-height:var(--space-48)}.code-block__language-picker,.code-block__copy{min-height:var(--space-40)}}.color-swatches{align-items:center;gap:var(--space-4);min-width:0;display:flex}.color-swatches__option{appearance:none;width:var(--space-24);height:var(--space-24);padding:var(--space-4);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.color-swatches__color{width:var(--space-16);height:var(--space-16);border-radius:var(--radius-full);background:var(--swatch-color);box-shadow:0 0 0 var(--radius-hairline) var(--color-border-hairline);transition:transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);display:block}.color-swatches__option[data-color=gray]{--swatch-color:var(--color-text-muted)}.color-swatches__option[data-color=blue]{--swatch-color:var(--color-info)}.color-swatches__option[data-color=green]{--swatch-color:var(--color-success)}.color-swatches__option[data-color=yellow]{--swatch-color:var(--color-warning)}.color-swatches__option[data-color=red]{--swatch-color:var(--color-danger)}.color-swatches__option[data-color=orange]{--swatch-color:var(--color-accent)}.color-swatches__option[data-color=purple]{--swatch-color:var(--color-decorative-purple)}.color-swatches__option:hover:not(:disabled) .color-swatches__color{transform:scale(1.12)}.color-swatches__option[data-state=checked] .color-swatches__color{box-shadow:0 0 0 var(--space-2) var(--color-surface), 0 0 0 var(--space-4) var(--swatch-color)}.color-swatches__option:focus-visible{outline:var(--space-2) solid var(--color-focus-ring);outline-offset:var(--space-2)}.color-swatches__option:disabled{opacity:.5;cursor:not-allowed}.jelly-icon.svelte-nl3p1b{flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.icon-picker__trigger{appearance:none;padding:var(--space-12);border-radius:var(--radius-sm);background:var(--color-control-background);color:var(--color-text-secondary);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);border:none;justify-content:center;align-items:center;display:inline-flex}.icon-picker__trigger:hover,.icon-picker__trigger[data-state=open]{background:var(--color-state-selected);color:var(--color-text-primary)}.icon-picker__trigger:focus-visible{outline:var(--space-2) solid var(--color-focus-ring);outline-offset:var(--space-2)}.icon-picker__trigger:disabled{opacity:.5;cursor:not-allowed}.icon-picker__content{z-index:var(--z-popover);width:min(var(--width-dialog-sm), calc(100vw - var(--space-16)));padding:var(--space-12) var(--space-12) 0;border-radius:var(--radius-lg);background:var(--color-surface-overlay);box-shadow:var(--shadow-lg)}.icon-picker__command{gap:var(--space-8);display:grid}.icon-picker__search{width:100%}.icon-picker__list{min-height:calc(var(--space-48) * 2);max-height:min(calc(var(--space-96) * 3), var(--bits-popover-content-available-height));overflow-y:auto}.icon-picker__grid{gap:var(--space-8);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.icon-picker__option{width:var(--space-40);height:var(--space-40);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;background:0 0;outline:none;justify-content:center;justify-self:center;align-items:center;display:inline-flex}.icon-picker__option[data-selected]{background:var(--color-state-hover);color:var(--color-text-primary)}.icon-picker__option--current{background:var(--color-accent-subtle);color:var(--color-accent)}.icon-picker__option:focus-visible{outline:var(--space-2) solid var(--color-focus-ring);outline-offset:calc(var(--space-2) * -1)}.icon-picker__status{padding:var(--space-24) var(--space-8);color:var(--color-text-muted);font-size:var(--font-size-1);text-align:center;grid-column:1/-1;margin:0}.callout{--callout-color:var(--color-text-muted);margin:var(--space-16) 0;border:var(--radius-hairline) solid color-mix(in srgb, var(--callout-color) 48%, var(--color-border));border-radius:var(--radius-lg);background:color-mix(in srgb, var(--callout-color) 8%, var(--color-surface));color:var(--color-text-primary)}.callout[data-tone=info]{--callout-color:var(--color-info)}.callout[data-tone=success]{--callout-color:var(--color-success)}.callout[data-tone=warning]{--callout-color:var(--color-warning)}.callout[data-tone=danger]{--callout-color:var(--color-danger)}.callout[data-tone=orange]{--callout-color:var(--color-accent)}.callout[data-tone=purple]{--callout-color:var(--color-decorative-purple)}.callout:focus-within{box-shadow:0 0 0 var(--space-2) var(--color-focus-ring)}.callout--editor{overflow:visible}.callout__color-rail{min-height:var(--space-32);padding:var(--space-8) var(--space-12) 0;align-items:center;display:flex}.callout__main{align-items:center;gap:var(--space-8);display:flex}.callout--editor .callout__main,.callout--reader .callout__main{padding:var(--space-12)}.callout__icon-control,.callout__icon{justify-content:center;align-items:center;display:inline-flex}.callout__icon--reader{padding:var(--space-12);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--callout-color) 14%, transparent);color:var(--callout-color);-webkit-user-select:none;user-select:none;line-height:1}.callout__icon-control .icon-picker__trigger{background:color-mix(in srgb, var(--callout-color) 14%, transparent);color:var(--callout-color)}.callout__icon-control .icon-picker__trigger:hover,.callout__icon-control .icon-picker__trigger[data-state=open]{background:color-mix(in srgb, var(--callout-color) 22%, transparent);color:var(--callout-color)}.callout__body{overflow-wrap:anywhere;flex:auto;min-width:0}.callout .callout__body>:first-child{margin-top:0}.callout .callout__body>:last-child{margin-bottom:0}.editor-host .ProseMirror hr,.content-viewer hr{margin:var(--space-24) 0;border:0;border-top:var(--radius-hairline) solid var(--color-border-strong)}.editor-host .ProseMirror hr.ProseMirror-selectednode{border-top-color:var(--color-focus-ring);box-shadow:0 var(--space-2) 0 var(--color-focus-ring)}@media (width<=40rem){.callout__color-rail{min-height:var(--space-40)}}.table-editor-shell,.tableWrapper{max-width:100%;margin:var(--space-16) 0}.tableWrapper{border:.0625rem solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow-x:auto}.table-editor-shell{position:relative;overflow:visible}.table-editor-shell.tableWrapper{background:0 0;border:0;overflow:visible}.table-editor-shell--active .table-scroll{border-color:var(--color-focus-ring);box-shadow:0 0 0 var(--space-1) var(--color-focus-ring)}.table-scroll{border:.0625rem solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding-block-start:var(--space-16);padding-inline-start:var(--space-16);position:relative;overflow-x:auto}.document-table{--table-cell-block-padding:var(--space-12);--table-cell-inline-padding:var(--space-16);border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.document-table th,.document-table td{min-width:8rem;padding:var(--table-cell-block-padding) var(--table-cell-inline-padding);border:0;border-right:.0625rem solid var(--color-border);border-bottom:.0625rem solid var(--color-border);color:var(--color-text-primary);text-align:left;vertical-align:top;white-space:normal;overflow-wrap:anywhere;transition:padding var(--duration-normal) var(--ease-emphasized), opacity var(--duration-fast) var(--ease-standard);position:relative}.table-editor-shell .document-table{min-width:calc(100% - var(--space-16))}.table-editor-shell .document-table tr>:first-child{padding-inline-start:var(--space-24)}.table-editor-shell .document-table tr:first-child>*{padding-block-start:var(--space-24)}.table-axis-controls{display:contents}.table-axis-control{z-index:var(--z-raised);width:auto;height:var(--space-32);opacity:0;transition:opacity var(--duration-fast) var(--ease-standard);display:inline-flex;position:absolute}.table-axis-control--row{top:50%;left:0;transform:translate(-50%,-50%)}.table-axis-control--column{top:0;left:50%;transform:translate(-50%,-50%)}.table-axis-actions{border-radius:var(--radius-sm);display:inline-flex}.table-editor-shell--active .document-table tr:hover>:first-child .table-axis-control--row,.table-editor-shell--active .document-table tr>:first-child:focus-within .table-axis-control--row,.table-editor-shell--active .document-table tr:first-child>:hover .table-axis-control--column,.table-editor-shell--active .document-table tr:first-child>:focus-within .table-axis-control--column,.table-axis-control:focus-within{opacity:1}.table-axis-handle{appearance:none;padding:var(--space-8);border-radius:var(--radius-sm);background:var(--color-surface-overlay);box-shadow:var(--shadow-sm);color:var(--color-text-muted);font:inherit;cursor:grab;border:0;justify-content:center;align-items:center;display:inline-flex}.table-axis-handle:hover,.table-axis-handle.active{background:var(--color-state-hover);color:var(--color-text-primary)}.table-axis-handle:focus-visible{opacity:1;outline:var(--space-2) solid var(--color-focus-ring);outline-offset:var(--space-1)}.document-table th{background:var(--color-surface-sunken);color:var(--color-text-secondary);font-weight:var(--font-weight-semibold)}.document-table td{background:var(--color-surface)}.document-table[data-density=compact] th,.document-table[data-density=compact] td{min-width:5rem}.document-table[data-density=compact]{--table-cell-block-padding:var(--space-8);--table-cell-inline-padding:var(--space-12)}.document-table[data-reorder-axis=row] tr[data-reorder-dragging] .table-cell-content,.document-table[data-reorder-axis=column] [data-reorder-dragging] .table-cell-content{opacity:.45}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position=before]>*{padding-block-start:calc(var(--table-cell-block-padding) + var(--reorder-placeholder-size) + var(--space-8))}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position=after]>*{padding-block-end:calc(var(--table-cell-block-padding) + var(--reorder-placeholder-size) + var(--space-8))}.document-table[data-reorder-axis=column] [data-reorder-drop-position=before]{padding-inline-start:calc(var(--table-cell-inline-padding) + var(--reorder-placeholder-size) + var(--space-8))}.document-table[data-reorder-axis=column] [data-reorder-drop-position=after]{padding-inline-end:calc(var(--table-cell-inline-padding) + var(--reorder-placeholder-size) + var(--space-8))}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position]>:first-child:before,.document-table[data-reorder-axis=column] tr:first-child>[data-reorder-drop-position]:before{z-index:var(--z-raised);border:var(--radius-hairline) solid var(--color-card-border);border-radius:var(--radius-lg);background:var(--color-surface-raised);box-shadow:var(--shadow-sm);content:"";pointer-events:none;position:absolute}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position]>:first-child:before{width:var(--reorder-cross-size);height:var(--reorder-placeholder-size);left:0}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position=before]>:first-child:before{top:var(--space-4)}.document-table[data-reorder-axis=row] tr[data-reorder-drop-position=after]>:first-child:before{bottom:var(--space-4)}.document-table[data-reorder-axis=column] tr:first-child>[data-reorder-drop-position]:before{width:var(--reorder-placeholder-size);height:var(--reorder-cross-size);top:0}.document-table[data-reorder-axis=column] tr:first-child>[data-reorder-drop-position=before]:before{left:var(--space-4)}.document-table[data-reorder-axis=column] tr:first-child>[data-reorder-drop-position=after]:before{right:var(--space-4)}.table-reorder-preview{top:0;left:calc(100vw + var(--space-96));width:var(--table-reorder-preview-width);border:var(--radius-hairline) solid var(--color-card-border);border-radius:var(--radius-lg);background:var(--color-surface-raised);box-shadow:var(--shadow-md);color:var(--color-text-primary);pointer-events:none;display:flex;position:fixed;overflow:hidden}.table-reorder-preview[data-axis=column]{flex-direction:column}.table-reorder-preview__cell{min-width:0;padding:var(--space-12) var(--space-16);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;overflow:hidden}.table-reorder-preview[data-axis=row] .table-reorder-preview__cell+.table-reorder-preview__cell{border-inline-start:var(--radius-hairline) solid var(--color-divider)}.table-reorder-preview[data-axis=column] .table-reorder-preview__cell+.table-reorder-preview__cell{border-block-start:var(--radius-hairline) solid var(--color-divider)}.document-table[data-banded=true] tbody tr:nth-child(2n) td{background:var(--color-surface-sunken)}.document-table tr:last-child>*{border-bottom:0}.document-table tr>:last-child{border-right:0}.table-editor-shell th[data-empty] .table-cell-content[data-placeholder]{position:relative}.table-editor-shell th[data-empty] .table-cell-content[data-placeholder]:before{color:var(--color-text-muted);font-weight:var(--font-weight-normal);pointer-events:none;content:attr(data-placeholder);position:absolute}.tableWrapper:not(.table-editor-shell) .document-table tr:first-child>:first-child{border-start-start-radius:calc(var(--radius-lg) - var(--radius-hairline))}.tableWrapper:not(.table-editor-shell) .document-table tr:first-child>:last-child{border-start-end-radius:calc(var(--radius-lg) - var(--radius-hairline))}.tableWrapper:not(.table-editor-shell) .document-table tr:last-child>:first-child{border-end-start-radius:calc(var(--radius-lg) - var(--radius-hairline))}.tableWrapper:not(.table-editor-shell) .document-table tr:last-child>:last-child{border-end-end-radius:calc(var(--radius-lg) - var(--radius-hairline))}.document-table th>:first-child,.document-table td>:first-child{margin-top:0}.document-table th>:last-child,.document-table td>:last-child{margin-bottom:0}.document-table .selectedCell{position:relative}.document-table .selectedCell:after{z-index:1;background:var(--color-accent-subtle);pointer-events:none;content:"";position:absolute;inset:0}.document-table .column-resize-handle{top:0;right:calc(var(--space-4) * -1);z-index:var(--z-raised);width:var(--space-8);background:var(--color-accent);pointer-events:none;position:absolute;bottom:0}.resize-cursor{cursor:col-resize}@media (width<=40rem){.document-table th,.document-table td{min-width:min(8rem,42vw)}.table-action-menu{border-radius:var(--radius-lg) var(--radius-lg) var(--radius-md) var(--radius-md);max-height:min(70vh,32rem);overflow-y:auto;inset:auto var(--space-8) var(--space-8) var(--space-8)!important;width:auto!important;min-width:0!important;max-width:none!important;position:fixed!important;transform:none!important}}@media (pointer:coarse){.table-editor-shell--active .table-axis-control{opacity:1}.table-axis-handle{cursor:pointer}.document-table .column-resize-handle{display:none}.resize-cursor{cursor:auto}}.table-limit-status{width:var(--space-1);height:var(--space-1);clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;padding:0;position:absolute;overflow:hidden}
