@keyframes dashShine{0%{background-position:100% 0}to{background-position:-100% 0}}.task-brand-icon{display:block;width:auto;height:20px;max-width:88px;flex-shrink:0;object-fit:contain;object-position:left center}html[data-theme=light] .task-brand-icon{filter:brightness(0)}.admin-dash__bar--running{background-image:linear-gradient(90deg,#7a1010,#d21e1e 35%,#ff8a8a 50%,#d21e1e 65%,#7a1010);background-size:200% 100%;animation:dashShine 1.1s linear infinite}.admin-stream-overlay{position:fixed;inset:0;z-index:80;display:flex;flex-direction:column;background:#070708}.admin-stream-bar{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgb(255 255 255/8%);background:#0d0d10}.admin-stream-copy{display:grid;min-width:0;flex:1;gap:2px}.admin-stream-reload{display:inline-flex;flex-shrink:0;align-items:center;gap:7px;height:36px;padding:0 12px;border:0;border-radius:10px;background:rgb(255 255 255/8%);color:rgb(255 255 255/82%);font-size:13px;font-weight:650;letter-spacing:-.01em;cursor:pointer}.admin-stream-reload:hover:not(:disabled){background:rgb(255 255 255/14%);color:#fff}.admin-stream-reload:disabled{cursor:default;opacity:.45}.admin-stream-reload-spin{animation:admin-stream-spin .8s linear infinite}@keyframes admin-stream-spin{to{transform:rotate(1turn)}}.admin-stream-copy strong{color:rgb(255 255 255/88%);font-size:14px;font-weight:700}.admin-stream-copy span{overflow:hidden;color:rgb(255 255 255/42%);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-stream-close{display:grid;flex-shrink:0;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:rgb(255 255 255/8%);color:rgb(255 255 255/78%);cursor:pointer}.admin-stream-close:hover{background:rgb(255 255 255/14%);color:#fff}.admin-stream-screen{display:block;flex:1;width:100%;min-height:0;object-fit:contain;background:#111;cursor:default;user-select:none;touch-action:none;image-rendering:auto;transform:translateZ(0)}.admin-stream-screen:focus{outline:none}.admin-stream-empty{display:grid;flex:1;place-items:center;color:rgb(255 255 255/42%);font-size:13px;text-align:center}.admin-stream-launch{position:fixed;right:20px;bottom:20px;z-index:70;display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 16px;border:0;border-radius:14px;background:var(--app-surface);box-shadow:var(--app-shadow);color:var(--app-text);font-size:13px;font-weight:700;letter-spacing:-.01em;cursor:pointer}.admin-stream-launch:hover{background:var(--app-surface-hover)}