.fa-list{flex-direction:column;align-items:flex-start;gap:18px;margin-top:10px;display:flex}.fa-block{flex-direction:column;align-self:stretch;align-items:center;gap:2px;max-width:100%;display:flex;position:relative}.fa-actions{visibility:hidden;gap:4px;display:flex}.fa-block:hover .fa-actions,.fa-actions:focus-within{visibility:visible}.fa-actionbtn{cursor:pointer;color:#fff;width:22px;height:22px;transition:background .14s var(--ease);background:#18181a9e;border:0;border-radius:999px;justify-content:center;align-items:center;display:flex}.fa-actionbtn:hover{background:#18181ad9}.fa-actionbtn svg{width:12px;height:12px}.fa-caption{width:100%;font-family:var(--font);color:var(--ink-2);text-align:center;resize:none;background:0 0;border:0;outline:none;padding:3px 2px 0;font-size:11.5px}.fa-caption::placeholder{color:var(--ink-4)}.fa-caption:focus::placeholder,.fa-caption[readonly]{color:var(--ink-3)}.fa-media{background:var(--surface-2);border-radius:12px;max-width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #14120c12}.fa-media img{width:auto;max-width:100%;max-height:280px;display:block}.fa-media .fa-actions{position:absolute;top:6px;right:6px}.fa-sheetblock{background:#fff;border-radius:12px;max-width:100%;overflow:hidden;box-shadow:inset 0 0 0 1px #14120c12}.fa-sheethead{background:var(--surface-2);align-items:center;gap:3px;padding:4px 6px;display:flex}.fa-sheethead-ico{color:var(--ink-4);flex:none;justify-content:center;align-items:center;display:flex}.fa-sheethead-ico svg{width:11px;height:11px}.fa-sheethead-sheet{cursor:pointer;max-width:190px;font-family:var(--font);color:var(--ink-2);letter-spacing:-.005em;appearance:none;transition:background .14s var(--ease);background:0 0;border:0;border-radius:6px;padding:2px 4px;font-size:11.5px;font-weight:600}.fa-sheethead-sheet:hover{background:var(--surface-3);color:var(--ink)}.fa-sheethead-sheet option,.fa-sheethead-sheet optgroup{color:var(--ink);font-weight:500}.fa-sheethead-dot{color:var(--ink-4);font-size:11px}.fa-sheethead-range{width:78px;color:var(--ink-3);transition:background .14s var(--ease);background:0 0;border:0;border-radius:6px;outline:none;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.fa-sheethead-range::placeholder{color:var(--ink-4)}.fa-sheethead-range:hover{background:var(--surface-3)}.fa-sheethead-range:focus{background:var(--surface-3);color:var(--ink)}.fa-sheethead-spacer{flex:1}.fa-sheettable{max-height:320px;overflow:auto}.fa-sheettable table{border-collapse:collapse;width:100%;font-size:12.5px;line-height:1.65}.fa-sheettable td{border:1px solid var(--surface-2);color:var(--ink);white-space:nowrap;padding:5px 12px}.fa-sheettable tr:first-child td{border-top:0}.fa-sheettable td:first-child{border-left:0}.fa-sheettable td:last-child{border-right:0}.fa-sheettable tr:last-child td{border-bottom:0}.fa-sheethint{font-family:var(--font);color:var(--ink-3);align-items:center;gap:7px;padding:16px 14px;font-size:12px;display:flex}.fa-sheethint svg{flex:none;width:13px;height:13px}.fa-sheethint--warn{color:#b45309}.fa-docrow{cursor:pointer;background:var(--surface-2);max-width:100%;font-family:var(--font);transition:box-shadow .16s var(--ease);border:0;border-radius:11px;align-items:center;gap:9px;padding:9px 12px;display:inline-flex;position:relative;box-shadow:inset 0 0 0 1px #14120c12}.fa-docrow:hover{box-shadow:inset 0 0 0 1px #14120c21,0 4px 14px -6px #14120c2e}.fa-docrow.is-open{box-shadow:inset 0 0 0 1.5px var(--ink), 0 4px 14px -6px #14120c2e}.fa-docrow>svg{width:15px;height:15px;color:var(--ink-3);flex:none}.fa-docrow-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.005em;font-size:12.5px;font-weight:500;overflow:hidden}.fa-docrow-badge{color:var(--ink-3);flex:none;display:flex}.fa-docrow-badge svg{width:11px;height:11px}.fa-docrow-badge--warn{color:#b45309}.fa-docrow-x{width:18px;height:18px;color:var(--ink-3);visibility:hidden;transition:background .14s var(--ease), color .14s var(--ease);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.fa-docrow:hover .fa-docrow-x,.fa-docrow-x:focus-visible{visibility:visible}.fa-docrow-x:hover{background:var(--surface-3);color:var(--ink)}.fa-docrow-x svg{width:11px;height:11px}.fa-block--pending{border-radius:12px;width:300px;height:160px;animation:1.4s ease-in-out infinite fa-pulse}@keyframes fa-pulse{0%,to{background:var(--surface-2)}50%{background:var(--surface-3)}}.fa-add{cursor:pointer;width:28px;height:28px;color:var(--ink-3);transition:background .14s var(--ease), color .14s var(--ease);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:flex}.fa-add:hover,.fa-add.is-open{background:var(--surface-2);color:var(--ink)}.fa-add svg{width:15px;height:15px}.fa-add:disabled{opacity:.4;cursor:not-allowed}.fa-popover{z-index:100;background:var(--card-bg);font-family:var(--font);border-radius:12px;padding:6px;position:fixed;box-shadow:0 1px 1px #14120c0d,0 8px 24px -6px #14120c38,0 24px 60px -22px #14120c40,inset 0 0 0 1px #ffffffd9}.fa-popover--menu{min-width:216px}.fa-popover--details{flex-direction:column;gap:8px;width:316px;padding:8px;display:flex}.fa-menu-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font);color:var(--ink);letter-spacing:-.005em;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:8px 9px;font-size:12.5px;font-weight:500;display:flex}.fa-menu-item:hover{background:var(--surface-2)}.fa-menu-item svg{width:14px;height:14px;color:var(--ink-3);flex:none}.fa-menu-item-sub{color:var(--ink-3);margin-left:auto;font-size:10.5px;font-weight:400}.fa-menu-item:disabled{opacity:.45;cursor:not-allowed}.fa-search{border-bottom:1px solid var(--surface-3);align-items:center;gap:7px;margin-bottom:4px;padding:4px 6px 8px;display:flex}.fa-search svg{width:13px;height:13px;color:var(--ink-3);flex:none}.fa-search input{min-width:0;font-family:var(--font);color:var(--ink);background:0 0;border:0;outline:none;flex:1;font-size:12.5px}.fa-search input::placeholder{color:var(--ink-3)}.fa-file-list{flex-direction:column;gap:1px;max-height:264px;display:flex;overflow-y:auto}.fa-file-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font);background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:5px 6px;display:flex}.fa-file-item:hover{background:var(--surface-2)}.fa-file-thumb{background:var(--surface-2);border-radius:7px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #14120c0f}.fa-file-thumb img{object-fit:cover;width:100%;height:100%}.fa-file-thumb svg{width:13px;height:13px;color:var(--ink-3)}.fa-file-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.fa-file-empty{text-align:center;color:var(--ink-3);padding:14px 10px;font-size:11.5px}.fa-filerow{align-items:center;gap:8px;padding:2px 2px 0;display:flex}.fa-filerow svg{width:15px;height:15px;color:var(--ink-3);flex:none}.fa-filerow-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;font-weight:500;overflow:hidden}.fa-input{background:var(--surface-2);width:100%;font-family:var(--font);color:var(--ink);transition:background .14s var(--ease);resize:none;border:0;border-radius:8px;outline:none;padding:6px 9px;font-size:12px}.fa-input::placeholder{color:var(--ink-3)}.fa-input:focus{background:var(--surface-3)}.fa-input[readonly]{color:var(--ink-3)}.fa-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px}.fa-grid-2{grid-template-columns:1fr 88px;gap:6px;display:grid}.fa-seg{background:var(--surface-2);border-radius:9px;gap:3px;padding:3px;display:flex}.fa-seg button{cursor:pointer;font-family:var(--font);color:var(--ink-2);transition:background .14s var(--ease), color .14s var(--ease);background:0 0;border:0;border-radius:7px;flex:1;padding:4px 0;font-size:11px;font-weight:500}.fa-seg button:hover{color:var(--ink)}.fa-seg button.is-active{background:var(--card-bg);color:var(--ink);box-shadow:0 1px 2px #14120c1a,inset 0 0 0 1px #14120c0d}.fa-seg button:disabled{opacity:.45;cursor:not-allowed}.fa-warn{color:#b45309;align-items:flex-start;gap:6px;padding:0 2px;font-size:11px;line-height:1.35;display:flex}.fa-warn svg{flex:none;width:12px;height:12px;margin-top:1px}.fa-footer{border-top:1px solid var(--surface-3);justify-content:space-between;align-items:center;padding-top:6px;display:flex}.fa-action{cursor:pointer;font-family:var(--font);color:var(--ink-2);transition:background .14s var(--ease), color .14s var(--ease);background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:4px 7px;font-size:11px;font-weight:500;display:inline-flex}.fa-action:hover{background:var(--surface-2);color:var(--ink)}.fa-action svg{width:12px;height:12px}.fa-action--danger:hover{color:#b91c1c;background:#fee2e2}.fa-action:disabled{opacity:.4;cursor:not-allowed}.fa-insert{z-index:6;position:absolute;top:5px;right:5px}.fa-insert-btn{cursor:pointer;background:var(--card-bg);width:20px;height:20px;color:var(--ink-3);transition:color .14s var(--ease), box-shadow .14s var(--ease);border:0;border-radius:7px;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 1px #14120c0d,0 2px 8px -3px #14120c2e,inset 0 0 0 1px #14120c14}.fa-insert-btn:hover,.fa-insert-btn.is-open{color:var(--ink);box-shadow:0 1px 1px #14120c0d,0 4px 12px -3px #14120c3d,inset 0 0 0 1px #14120c24}.fa-insert-btn svg{width:12px;height:12px}.fa-insert-menu{background:var(--card-bg);border-radius:11px;min-width:220px;max-width:300px;max-height:264px;padding:5px;position:absolute;top:calc(100% + 5px);right:0;overflow-y:auto;box-shadow:0 1px 1px #14120c0d,0 8px 24px -6px #14120c38,0 24px 60px -22px #14120c40,inset 0 0 0 1px #ffffffd9}.fa-insert-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font);background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:7px 8px;display:flex}.fa-insert-item:hover{background:var(--surface-2)}.fa-insert-item svg{width:14px;height:14px;color:var(--ink-3);flex:none}.fa-insert-item-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.fa-dropzone{border-radius:10px;position:relative}.fa-drop-overlay{z-index:5;pointer-events:none;box-shadow:inset 0 0 0 1.5px var(--accent-2), 0 0 0 4px var(--accent-soft);background:color-mix(in srgb, var(--accent-soft) 26%, transparent);border-radius:12px;justify-content:center;align-items:flex-end;padding-bottom:8px;display:flex;position:absolute;inset:-3px}.fa-drop-hint{background:var(--ink);color:#fff;font-family:var(--font);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex;box-shadow:0 4px 12px -2px #14120c4d}.fa-drop-hint svg{width:12px;height:12px}.fa-uploading{z-index:6;background:var(--card-bg);font-family:var(--font);color:var(--ink-2);border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:10.5px;font-weight:500;display:inline-flex;position:absolute;top:6px;right:6px;box-shadow:0 1px 1px #14120c0d,0 4px 12px -4px #14120c33,inset 0 0 0 1px #ffffffd9}.fa-spinner{border:1.5px solid var(--ink-4);border-top-color:var(--ink);border-radius:999px;width:10px;height:10px;animation:.7s linear infinite fa-spin}@keyframes fa-spin{to{transform:rotate(360deg)}}
.form-origins a[href^=http],.form-origins a[href^=mailto\:]{color:#2563eb;text-decoration:underline}.form-origins a[href^=cite\:]{color:inherit;text-decoration:none}.form-origins-on a[href^=cite\:]{background:var(--select-bg);cursor:pointer;border-radius:4px;margin:0 -1px;padding:1px 3px;transition:background .14s}.form-origins-on a[href^=cite\:]:hover{background:var(--select-soft)}.form-origins a[href^=attach\:],.form-origins a[href^=annex\:]{background:var(--surface-2);color:var(--ink-2);white-space:nowrap;vertical-align:1px;border-radius:999px;padding:0 9px 1px;font-size:.85em;font-weight:500;line-height:1.55;text-decoration:none;transition:background .14s,color .14s;display:inline-block}.form-origins a[href^=attach\:]:hover,.form-origins a[href^=annex\:]:hover{background:var(--surface-3);color:var(--ink)}.form-editing a[href^=attach\:],.form-editing a[href^=annex\:]{padding-right:25px}.form-origins-on .form-editing a[href^=cite\:]{padding-right:22px}
