.unleashed-ops{--u-bg:#0f0e0c;--u-bg-elevated:#1a1815;--u-bg-card:#16140f;--u-fg:#f4efe6;--u-fg-muted:hsla(39,39%,93%,.62);--u-fg-subtle:hsla(39,39%,93%,.42);--u-border:hsla(39,39%,93%,.14);--u-border-strong:hsla(39,39%,93%,.32);--u-lime:#d4ff3f;--u-lime-ink:#0f0e0c;--u-clay:#c24b2e;--u-amber:#e8b84b;--u-serif:var(--font-instrument-serif),Georgia,serif;--u-sans:var(--font-manrope),ui-sans-serif,system-ui,-apple-system,sans-serif;--u-mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--uo-hub-measure:736px;background:var(--u-bg);color:var(--u-fg);font-family:var(--u-sans);-webkit-font-smoothing:antialiased;min-height:100vh}.unleashed-ops *,.unleashed-ops :after,.unleashed-ops :before{box-sizing:border-box}.unleashed-ops a{color:inherit;text-decoration:none}.unleashed-ops button{font-family:inherit}.unleashed-ops .uo-container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.unleashed-ops .uo-serif{font-family:var(--u-serif);font-weight:400;letter-spacing:-.02em;line-height:1.1}.unleashed-ops .uo-mono{font-family:var(--u-mono);font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--u-fg-subtle)}.unleashed-ops .uo-topbar{position:sticky;top:0;z-index:40;background:rgba(15,14,12,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--u-border)}.unleashed-ops .uo-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:.85rem}.unleashed-ops .uo-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;font-size:.84rem;font-weight:700;cursor:pointer;border:1px solid transparent;transition:background .16s ease,border-color .16s ease,transform .16s ease}.unleashed-ops .uo-btn:disabled{opacity:.5;cursor:not-allowed}.unleashed-ops .uo-btn-primary{background:var(--u-lime);color:var(--u-lime-ink);border-color:var(--u-lime)}.unleashed-ops .uo-btn-primary:hover:not(:disabled){transform:translateY(-1px)}.unleashed-ops .uo-btn-ghost{background:transparent;color:var(--u-fg);border-color:var(--u-border-strong);font-weight:600}.unleashed-ops .uo-btn-ghost:hover:not(:disabled){border-color:var(--u-fg);background:hsla(39,39%,93%,.05)}.unleashed-ops .uo-btn-danger{background:transparent;color:#e08a6e;border-color:rgba(194,75,46,.5);font-weight:600}.unleashed-ops .uo-btn-sm{padding:.38rem .75rem;font-size:.78rem}.unleashed-ops .uo-card{background:var(--u-bg-card);border:1px solid var(--u-border);border-radius:14px;padding:1.25rem}.unleashed-ops .uo-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.unleashed-ops .uo-label{font-family:var(--u-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--u-fg-subtle)}.unleashed-ops .uo-input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(15,14,12,.6);border:1px solid var(--u-border);border-radius:10px;color:var(--u-fg);font-family:var(--u-sans);font-size:.9rem;line-height:1.45;padding:.6rem .8rem;transition:border-color .16s ease,box-shadow .16s ease}.unleashed-ops .uo-input:focus{outline:none;border-color:var(--u-lime);box-shadow:0 0 0 3px rgba(212,255,63,.12)}.unleashed-ops select.uo-input{cursor:pointer}.unleashed-ops .uo-textarea{min-height:90px;resize:vertical}.unleashed-ops .uo-error{border-radius:9px;background:rgba(194,75,46,.12);border:1px solid rgba(194,75,46,.4);color:#f0b8a6}.unleashed-ops .uo-error,.unleashed-ops .uo-success{margin-top:.6rem;padding:.6rem .8rem;font-size:.83rem}.unleashed-ops .uo-success{border-radius:9px;background:rgba(212,255,63,.09);border:1px solid rgba(212,255,63,.35);color:var(--u-lime)}.unleashed-ops .uo-modal-backdrop{position:fixed;inset:0;z-index:200;background:rgba(8,7,6,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:uo-fade-in .12s ease-out}.unleashed-ops .uo-modal{width:100%;max-width:440px;background:var(--u-bg-card);border:1px solid var(--u-border-strong);border-radius:16px;box-shadow:0 40px 80px -30px rgba(0,0,0,.85);animation:uo-modal-in .14s ease-out}.unleashed-ops .uo-modal-head{display:flex;align-items:flex-start;gap:.7rem;padding:1.25rem 1.4rem .9rem}.unleashed-ops .uo-modal-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:8px;background:rgba(194,75,46,.14);border:1px solid rgba(194,75,46,.4);color:#e08a6e}.unleashed-ops .uo-modal-title{font-size:1.2rem;color:var(--u-fg)}.unleashed-ops .uo-modal-message{margin:.4rem 0 0;font-size:.85rem;line-height:1.55;color:var(--u-fg-muted)}.unleashed-ops .uo-modal-body{padding:0 1.4rem}.unleashed-ops .uo-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1.1rem 1.4rem 1.25rem}@keyframes uo-fade-in{0%{opacity:0}}@keyframes uo-modal-in{0%{opacity:0;transform:translateY(6px) scale(.985)}}.unleashed-ops .uo-badge{display:inline-flex;align-items:center;gap:.28rem;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--u-border);font-family:var(--u-mono);font-size:.56rem;letter-spacing:.11em;text-transform:uppercase;color:var(--u-fg-subtle);white-space:nowrap}.unleashed-ops .uo-badge[data-tone=lime]{border-color:rgba(212,255,63,.4);color:var(--u-lime)}.unleashed-ops .uo-badge[data-tone=amber]{border-color:rgba(232,184,75,.42);color:var(--u-amber)}.unleashed-ops .uo-badge[data-tone=clay]{border-color:rgba(194,75,46,.5);color:#e08a6e}.unleashed-ops .uo-filters{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:1.25rem}.unleashed-ops .uo-table-wrap{border:1px solid var(--u-border);border-radius:14px;overflow:hidden;background:var(--u-bg-card)}.unleashed-ops .uo-table{width:100%;border-collapse:collapse;font-size:.86rem}.unleashed-ops .uo-table th{text-align:left;padding:.7rem 1rem;background:var(--u-bg-elevated);border-bottom:1px solid var(--u-border);font-family:var(--u-mono);font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;color:var(--u-fg-subtle);white-space:nowrap}.unleashed-ops .uo-table td{padding:.75rem 1rem;border-bottom:1px solid var(--u-border);vertical-align:middle}.unleashed-ops .uo-table tbody tr{cursor:pointer;transition:background .14s ease}.unleashed-ops .uo-table tbody tr:hover{background:hsla(39,39%,93%,.035)}.unleashed-ops .uo-table tbody tr:last-child td{border-bottom:none}.unleashed-ops .uo-subject{font-weight:600;color:var(--u-fg);display:block;max-width:44ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unleashed-ops .uo-detail{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;align-items:start}@media (max-width:1080px){.unleashed-ops .uo-detail{grid-template-columns:1fr}}.unleashed-ops .uo-thread{display:flex;flex-direction:column;gap:.75rem}.unleashed-ops .uo-msg{border:1px solid var(--u-border);border-radius:12px;padding:.95rem 1.1rem;background:var(--u-bg-card)}.unleashed-ops .uo-msg[data-author=admin]{background:var(--u-bg-elevated);border-color:var(--u-border-strong)}.unleashed-ops .uo-msg[data-author=note]{background:rgba(232,184,75,.06);border-color:rgba(232,184,75,.3)}.unleashed-ops .uo-msg-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.4rem}.unleashed-ops .uo-msg-author{font-weight:700;font-size:.85rem}.unleashed-ops .uo-msg-body{margin:0;font-size:.9rem;line-height:1.6;color:var(--u-fg-muted);white-space:pre-wrap}.unleashed-ops .uo-attach-gallery{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.85rem}.unleashed-ops .uo-attach-figure{margin:0;max-width:100%}.unleashed-ops .uo-attach-figure a{display:block;cursor:zoom-in}.unleashed-ops .uo-attach-figure img{display:block;max-width:min(100%,420px);max-height:280px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-attach-figure figcaption{display:flex;align-items:center;gap:.4rem;margin-top:.35rem;font-size:.75rem;color:var(--u-fg-subtle);word-break:break-all}.unleashed-ops .uo-attach-controls{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:.7rem}.unleashed-ops .uo-attach-list{display:flex;flex-wrap:wrap;gap:.45rem}.unleashed-ops .uo-attach-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;border-radius:999px;border:1px solid var(--u-border-strong);background:var(--u-bg-elevated);font-size:.75rem;color:var(--u-fg-muted);text-decoration:none;max-width:100%}.unleashed-ops .uo-attach-remove{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.unleashed-ops .uo-side{display:flex;flex-direction:column;gap:1rem;position:sticky;top:5rem}@media (max-width:1080px){.unleashed-ops .uo-side{position:relative;top:auto}}.unleashed-ops .uo-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--u-border);font-size:.85rem}.unleashed-ops .uo-meta-row:last-child{border-bottom:none}.unleashed-ops .uo-meta-value{color:var(--u-fg);font-weight:600;text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis}.unleashed-ops .uo-tabs{display:flex;gap:.3rem;border-bottom:1px solid var(--u-border);margin-bottom:1.25rem}.unleashed-ops .uo-tab{position:relative;padding:.7rem .9rem;background:none;border:none;color:var(--u-fg-muted);font-size:.86rem;font-weight:600;cursor:pointer}.unleashed-ops .uo-tab[data-active=true]{color:var(--u-fg)}.unleashed-ops .uo-tab[data-active=true]:after{content:"";position:absolute;left:.6rem;right:.6rem;bottom:-1px;height:2px;background:var(--u-lime);border-radius:2px}.unleashed-ops .uo-empty{text-align:center;padding:3.5rem 1.5rem;color:var(--u-fg-muted)}.unleashed-ops .uo-center{display:flex;align-items:center;justify-content:center;min-height:70vh;flex-direction:column;gap:1rem;padding:1.5rem}.unleashed-ops .uo-spinner{width:20px;height:20px;border-radius:50%;border:2px solid hsla(39,39%,93%,.2);border-top:2px solid var(--u-lime);animation:uo-spin .7s linear infinite}@keyframes uo-spin{to{transform:rotate(1turn)}}.unleashed-ops .uo-login{width:100%;max-width:380px;background:var(--u-bg-card);border:1px solid var(--u-border-strong);border-radius:18px;padding:2rem 1.75rem}.unleashed-ops .uo-editor{border:1px solid var(--u-border);border-radius:14px;background:var(--u-bg-card);overflow:hidden}.unleashed-ops .uo-editor-loading{padding:2rem;text-align:center;border:1px dashed var(--u-border);border-radius:14px}.unleashed-ops .uo-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.15rem;padding:.5rem .6rem;border-bottom:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-editor-tool{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid transparent;border-radius:8px;background:none;color:var(--u-fg-muted);cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.unleashed-ops .uo-editor-tool:hover:not(:disabled){background:hsla(39,39%,93%,.08);color:var(--u-fg)}.unleashed-ops .uo-editor-tool:disabled{opacity:.35;cursor:not-allowed}.unleashed-ops .uo-editor-tool[data-active=true]{background:rgba(212,255,63,.14);border-color:rgba(212,255,63,.4);color:var(--u-lime)}.unleashed-ops .uo-editor-sep{width:1px;height:18px;margin-inline:.35rem;background:var(--u-border)}.unleashed-ops .uo-editor-mode{display:inline-flex;align-items:center;gap:.3rem;margin-left:auto;padding:.3rem .65rem;border:1px solid var(--u-border);border-radius:999px;background:none;color:var(--u-fg-muted);font-family:var(--u-mono);font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.unleashed-ops .uo-editor-mode[data-active=true]{border-color:rgba(212,255,63,.4);color:var(--u-lime)}.unleashed-ops .uo-editor-body{position:relative;padding:1.25rem 1.5rem;max-height:60vh;overflow-y:auto}.unleashed-ops .uo-editor-source{padding:1rem}.unleashed-ops .uo-editor-warn{margin:.6rem 0 0;color:var(--u-amber)}.unleashed-ops .uo-editor-foot{display:flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-top:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-editor-busy{display:inline-flex;align-items:center;gap:.4rem;color:var(--u-lime)}.unleashed-ops .uo-editor-spin{animation:uo-spin .8s linear infinite}.unleashed-ops .uo-drag-handle{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;color:var(--u-fg-subtle);background:var(--u-bg-elevated);border:1px solid var(--u-border);cursor:grab}.unleashed-ops .uo-drag-handle:active{cursor:grabbing}.unleashed-ops .uo-lesson-canvas{outline:none;min-height:260px}.unleashed-ops .uo-img-node{margin:1.25rem 0}.unleashed-ops .uo-img-node[data-resizing=true]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.unleashed-ops .uo-img-frame{position:relative;display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto}.unleashed-ops .uo-img-frame img{display:block;width:100%;height:auto;margin:0}.unleashed-ops .uo-img-node[data-resizing=true] .uo-img-frame img,.unleashed-ops .uo-img-node[data-selected=true] .uo-img-frame img{border-color:var(--u-lime);box-shadow:0 0 0 3px rgba(212,255,63,.18)}.unleashed-ops .uo-img-handle{position:absolute;width:12px;height:12px;padding:0;border-radius:3px;border:1px solid rgba(8,7,6,.9);background:var(--u-lime);box-shadow:0 1px 4px rgba(0,0,0,.45)}.unleashed-ops .uo-img-handle:focus-visible{outline:2px solid var(--u-fg);outline-offset:2px}.unleashed-ops .uo-img-handle[data-corner=nw]{top:-6px;left:-6px;cursor:nwse-resize}.unleashed-ops .uo-img-handle[data-corner=ne]{top:-6px;right:-6px;cursor:nesw-resize}.unleashed-ops .uo-img-handle[data-corner=sw]{bottom:-6px;left:-6px;cursor:nesw-resize}.unleashed-ops .uo-img-handle[data-corner=se]{bottom:-6px;right:-6px;cursor:nwse-resize}.unleashed-ops .uo-img-size{position:absolute;right:8px;bottom:8px;padding:.15rem .45rem;border-radius:6px;background:rgba(8,7,6,.85);color:var(--u-fg);font-family:var(--u-mono);font-size:.7rem;letter-spacing:.04em;pointer-events:none}.unleashed-ops .uo-lesson-canvas p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;pointer-events:none;color:var(--u-fg-subtle)}.unleashed-ops.uo-portal{background:none;min-height:0}.unleashed-ops .uo-sheet-backdrop{position:fixed;inset:0;z-index:150;background:rgba(8,7,6,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,2.5vh,1.75rem);animation:uo-fade-in .12s ease-out}.unleashed-ops .uo-sheet{display:flex;flex-direction:column;width:100%;max-width:calc(var(--uo-hub-measure) + 12rem);height:100%;background:var(--u-bg-card);border:1px solid var(--u-border-strong);border-radius:18px;box-shadow:0 40px 90px -30px rgba(0,0,0,.85);overflow:hidden;animation:uo-modal-in .14s ease-out}.unleashed-ops .uo-sheet-head{display:flex;align-items:center;gap:1rem;flex-shrink:0;padding:.9rem 1.1rem;border-bottom:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-sheet-heading{flex:1 1 auto;min-width:0}.unleashed-ops .uo-sheet-eyebrow{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--u-fg-subtle)}.unleashed-ops .uo-sheet-title{margin:.15rem 0 0;font-size:1.15rem;font-weight:400;color:var(--u-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unleashed-ops .uo-sheet-measure{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;padding:.28rem .6rem;border:1px solid var(--u-border);border-radius:999px;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--u-fg-subtle)}.unleashed-ops .uo-sheet-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border:1px solid var(--u-border);border-radius:9px;background:none;color:var(--u-fg-muted);cursor:pointer;transition:background .14s ease,color .14s ease}.unleashed-ops .uo-sheet-close:hover:not(:disabled){background:hsla(39,39%,93%,.08);color:var(--u-fg)}.unleashed-ops .uo-sheet-body{flex:1 1 auto;min-height:0;display:flex}.unleashed-ops .uo-sheet .uo-editor{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;border:none;border-radius:0;background:none}.unleashed-ops .uo-sheet .uo-editor-toolbar{flex-shrink:0;justify-content:center;padding:.55rem 1rem;background:none}.unleashed-ops .uo-sheet .uo-editor-body{flex:1 1 auto;max-height:none;padding:2rem 1rem 6rem}.unleashed-ops .uo-sheet .uo-lesson-canvas{width:var(--uo-hub-measure);max-width:100%;margin-inline:auto;min-height:100%}.unleashed-ops .uo-sheet .uo-editor-source{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1.25rem}.unleashed-ops .uo-sheet .uo-editor-foot{flex-shrink:0;justify-content:center;background:none}.unleashed-ops .uo-sheet-foot{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.75rem 1.1rem;border-top:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-sheet-status{flex:1 1 auto;min-width:0;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--u-fg-subtle)}.unleashed-ops .uo-sheet-status[data-tone=dirty]{color:var(--u-amber)}.unleashed-ops .uo-sheet-status[data-tone=error]{color:#e08a6e;text-transform:none;letter-spacing:0}.unleashed-ops .uo-annot-backdrop{position:fixed;inset:0;z-index:170;background:rgba(8,7,6,.9);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,2.5vh,1.75rem);animation:uo-fade-in .12s ease-out}.unleashed-ops .uo-annot{display:flex;flex-direction:column;width:100%;max-width:1120px;max-height:100%;background:var(--u-bg-card);border:1px solid var(--u-border-strong);border-radius:18px;box-shadow:0 40px 90px -30px rgba(0,0,0,.85);overflow:hidden;animation:uo-modal-in .14s ease-out}.unleashed-ops .uo-annot-head{display:flex;align-items:center;gap:1rem;flex-shrink:0;padding:.9rem 1.1rem;border-bottom:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-annot-heading{flex:1 1 auto;min-width:0}.unleashed-ops .uo-annot-tools{display:inline-flex;gap:.3rem;flex-shrink:0;padding:.2rem;border:1px solid var(--u-border);border-radius:11px}.unleashed-ops .uo-annot-tool{display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .65rem;border:none;border-radius:8px;background:none;font-family:var(--u-mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--u-fg-muted);cursor:pointer;transition:background .14s ease,color .14s ease}.unleashed-ops .uo-annot-tool:hover{color:var(--u-fg)}.unleashed-ops .uo-annot-tool[data-active=true]{background:var(--u-lime);color:#12110d}.unleashed-ops .uo-annot-body{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:1.25rem;background:rgba(8,7,6,.4)}.unleashed-ops .uo-annot-state{display:inline-flex;align-items:center;gap:.5rem;color:var(--u-fg-subtle)}.unleashed-ops .uo-annot-stage{position:relative;display:inline-block;line-height:0;cursor:crosshair;touch-action:none}.unleashed-ops .uo-annot-stage img{display:block;width:auto;height:auto;max-width:100%;max-height:68vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.unleashed-ops .uo-annot-region{position:absolute;box-sizing:border-box;cursor:move}.unleashed-ops .uo-annot-region[data-kind=blur]{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px dashed hsla(39,39%,93%,.4)}.unleashed-ops .uo-annot-region[data-kind=box]{border:2px solid var(--u-lime);box-shadow:0 0 0 1px rgba(12,11,9,.55),inset 0 0 0 1px rgba(12,11,9,.55)}.unleashed-ops .uo-annot-region[data-selected=true]{outline:1px solid rgba(212,255,63,.85);outline-offset:3px}.unleashed-ops .uo-annot-handle{position:absolute;width:12px;height:12px;padding:0;border:1px solid rgba(12,11,9,.85);border-radius:3px;background:var(--u-lime);cursor:nwse-resize}.unleashed-ops .uo-annot-handle[data-corner=nw]{left:-6px;top:-6px}.unleashed-ops .uo-annot-handle[data-corner=ne]{right:-6px;top:-6px;cursor:nesw-resize}.unleashed-ops .uo-annot-handle[data-corner=sw]{left:-6px;bottom:-6px;cursor:nesw-resize}.unleashed-ops .uo-annot-handle[data-corner=se]{right:-6px;bottom:-6px}.unleashed-ops .uo-annot-foot{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.75rem 1.1rem;border-top:1px solid var(--u-border);background:var(--u-bg-elevated)}.unleashed-ops .uo-annot-status{flex:1 1 auto;min-width:0;font-size:.66rem;letter-spacing:.06em;color:var(--u-fg-subtle)}.unleashed-ops .uo-annot-status-error{color:#e08a6e;letter-spacing:0}.unleashed-ops .uo-annot-note{flex-shrink:0;margin:0;padding:.6rem 1.1rem .8rem;border-top:1px solid var(--u-border);background:var(--u-bg-elevated);font-size:.62rem;line-height:1.5;color:var(--u-fg-subtle)}.unleashed-ops .uo-body-trigger{display:flex;align-items:center;gap:.7rem;width:100%;padding:.85rem .9rem;border:1px dashed var(--u-border);border-radius:12px;background:var(--u-bg-card);color:var(--u-fg);text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease}.unleashed-ops .uo-body-trigger:hover:not(:disabled){border-color:rgba(212,255,63,.45);background:var(--u-bg-elevated)}.unleashed-ops .uo-body-trigger:disabled{opacity:.5;cursor:not-allowed}.unleashed-ops .uo-body-trigger-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:9px;background:rgba(212,255,63,.12);border:1px solid rgba(212,255,63,.32);color:var(--u-lime)}.unleashed-ops .uo-body-trigger-text{flex:1 1 auto;min-width:0}.unleashed-ops .uo-body-trigger-label{font-size:.85rem}.unleashed-ops .uo-body-trigger-meta{display:block;margin-top:.15rem;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--u-fg-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unleashed-ops .uo-ops-nav{display:flex;align-items:center;gap:.35rem}.unleashed-ops .uo-ops-nav-link{padding:.35rem .75rem;border-radius:999px;font-size:.82rem;font-weight:600;color:var(--u-fg-muted);border:1px solid transparent}.unleashed-ops .uo-ops-nav-link:hover{color:var(--u-fg);border-color:var(--u-border)}.unleashed-ops .uo-ops-nav-link-active{color:var(--u-lime-ink);background:var(--u-lime);border-color:transparent}.unleashed-ops .uo-onboarding-check-row{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--u-border);border-radius:12px;background:hsla(0,0%,100%,.02);margin-bottom:.5rem}.unleashed-ops .uo-onboarding-check-row[data-done=true]{border-color:rgba(212,255,63,.25)}.unleashed-ops .uo-onboarding-check-row[data-admin=true]{border-color:rgba(232,184,75,.35)}.unleashed-ops .uo-onboarding-check-copy{flex:1;min-width:0}.unleashed-ops .uo-onboarding-check-label{display:block;font-size:.9rem;font-weight:600}.unleashed-ops .uo-onboarding-check-desc{display:block;margin-top:.25rem;font-size:.8rem;color:var(--u-fg-muted);line-height:1.45}