.fw{flex-direction:column;max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);display:flex;position:fixed}.fw>.fw__body{flex:auto;min-width:0;max-width:none;min-height:0}.fw--sized>.fw__body{width:auto;height:auto;max-height:none}.fw [data-drag]{touch-action:none;-webkit-user-select:none;user-select:none}.fw__edge{z-index:2;touch-action:none;position:absolute}.fw__edge--n,.fw__edge--s{cursor:ns-resize;height:7px;left:8px;right:8px}.fw__edge--n{top:-4px}.fw__edge--s{bottom:-4px}.fw__edge--e,.fw__edge--w{cursor:ew-resize;width:7px;top:8px;bottom:8px}.fw__edge--e{right:-4px}.fw__edge--w{left:-4px}.fw__edge--ne,.fw__edge--se,.fw__edge--sw,.fw__edge--nw{width:12px;height:12px}.fw__edge--ne{cursor:nesw-resize;top:-4px;right:-4px}.fw__edge--sw{cursor:nesw-resize;bottom:-4px;left:-4px}.fw__edge--se{cursor:nwse-resize;bottom:-4px;right:-4px}.fw__edge--nw{cursor:nwse-resize;top:-4px;left:-4px}.fw-moving,.fw-moving *{-webkit-user-select:none!important;user-select:none!important}.fw-moving--n *,.fw-moving--s *{cursor:ns-resize!important}.fw-moving--e *,.fw-moving--w *{cursor:ew-resize!important}.fw-moving--ne *,.fw-moving--sw *{cursor:nesw-resize!important}.fw-moving--nw *,.fw-moving--se *{cursor:nwse-resize!important}.fw-moving iframe{pointer-events:none}.sb-modal__scrim{z-index:60;background:#00000080;place-items:center;display:grid;position:fixed;inset:0}.sb-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:340px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);flex-direction:column;gap:12px;padding:18px;display:flex;overflow-y:auto}.sb-modal__title{color:var(--text-h);margin:0;font-size:15px}.sb-modal__title[data-drag]{margin:-18px -18px 0;padding:18px 18px 0}.sb-modal__actions{background:var(--surface);justify-content:flex-end;gap:8px;margin-top:4px;margin-bottom:-18px;padding-block:10px 18px;display:flex;position:sticky;bottom:-18px}.fw--sized .sb-modal__actions{margin-top:auto}.sb-btn{color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:7px 14px;font-size:12.5px;font-weight:600}.sb-btn:hover{border-color:var(--accent-border)}.sb-modal__msg{color:var(--text);margin:0;font-size:13px;line-height:1.5}.sb-btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.sb-btn--danger{color:#fff;background:var(--bad);border-color:var(--bad)}.sb-btn--danger:hover,.sb-btn--primary:hover{filter:brightness(1.08)}.sb-btn:disabled{opacity:.5;cursor:default}
