*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:#0d1117;font-family:ui-sans-serif,system-ui,sans-serif}#app{position:fixed;inset:0}#content,#overlay{position:absolute;inset:0;width:100%;height:100%;display:block}#overlay{touch-action:none;cursor:default}#toolbar{position:absolute;top:12px;left:12px;display:flex;gap:4px;align-items:center;padding:6px;border:1px solid #30363d;border-radius:10px;background:#161b22eb}#toolbar button{width:34px;height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:#e6edf3;font-size:16px;cursor:pointer}#toolbar button:hover{background:#21262d}#toolbar button.active{background:#a371f738;border-color:#a371f7}#toolbar .sep{width:1px;height:22px;margin:0 4px;background:#30363d}#hud{position:absolute;bottom:12px;right:12px;width:268px;padding:10px 12px;border:1px solid #30363d;border-radius:10px;background:#161b22eb;color:#e6edf3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5;user-select:none}#hud .hud-controls{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}#hud .hud-controls button{border:1px solid #30363d;border-radius:6px;background:transparent;color:#e6edf3;font:inherit;font-size:11px;padding:2px 8px;cursor:pointer}#hud .hud-controls button:hover{background:#21262d}#hud .hud-controls button.on{background:#a371f738;border-color:#a371f7}#hud .hud-controls button:disabled{opacity:.4;cursor:default}#hud .hud-controls button:disabled:hover{background:transparent}#hud .hud-checks{display:flex;flex-wrap:wrap;gap:2px 10px;width:100%;margin-top:2px;color:#8b949e;font-size:11px}#hud .hud-checks label{display:flex;align-items:center;gap:4px;cursor:pointer}#hud .hud-checks input{accent-color:#a371f7;margin:0}#hud .hud-title{font-weight:700;color:#a371f7;margin-bottom:4px}#hud .hud-body{white-space:pre;overflow:hidden}#hud .hud-note{margin-top:4px;color:#8b949e}#hud .hud-collab{display:none;margin-bottom:4px;padding:2px 6px;border-radius:6px;background:#3fb95029;color:#3fb950;font-size:11px}#hud .hud-collab.on{display:block}
