:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#05070a}#app{display:flex;flex-direction:column;width:100%;height:100%}#topbar{flex:none;display:flex;align-items:center;gap:10px;height:42px;padding:0 12px;background:#0b0d12;border-bottom:1px solid #1b2029}#topbar .topbar__title{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b8c0cc}#sidebar-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid #2a3242;background:#121722;border-radius:6px;width:28px;height:28px;padding:0 6px;cursor:pointer}#sidebar-toggle .hamburger__bar{display:block;height:2px;width:100%;border-radius:1px;background:#b8c0cc}#sidebar-toggle:hover{border-color:#3b4658}#sidebar-toggle:hover .hamburger__bar{background:#e6ebf2}#content{flex:1;display:flex;min-height:0}#stage{position:relative;flex:1;min-width:0}.sidebar{flex:none;display:flex;width:264px;background:#0b0d12;border-right:1px solid #1b2029;overflow:hidden;transition:width .15s ease}.sidebar--collapsed{width:30px}.sidebar__panel{display:flex;flex-direction:column;width:264px;min-width:264px}.sidebar--collapsed .sidebar__panel{display:none}.sidebar__rail{display:none;width:30px;padding-top:8px;justify-content:center}.sidebar--collapsed .sidebar__rail{display:flex}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #1b2029}.sidebar__title{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b8c0cc}.sidebar__collapse,.sidebar__expand{border:1px solid #2a3242;background:#121722;color:#b8c0cc;border-radius:6px;width:22px;height:22px;font-size:.8rem;line-height:1;cursor:pointer}.sidebar__collapse:hover,.sidebar__expand:hover{color:#e6ebf2;border-color:#3b4658}.sidebar__body{flex:1;overflow-y:auto;padding:12px}.sidebar__section h3{margin:0 0 10px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b8c0cc}.sidebar__subsection{margin-left:4px;padding-left:8px;border-left:1px solid #1b2029}.sidebar__subsection h4{margin:0 0 10px;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7f8a99}.sidebar__flag{display:flex;gap:10px;align-items:flex-start;cursor:pointer;padding:8px;border:1px solid #1b2029;border-radius:8px;background:#0e1219}.sidebar__flag input{margin-top:3px;accent-color:#d0563c}.sidebar__flag strong{display:block;font-size:.85rem;color:#e6ebf2}.sidebar__flag small{display:block;margin-top:2px;font-size:.72rem;line-height:1.4;color:#7f8a99}.sidebar__note{font-size:.74rem;color:#9fb0c8;margin-bottom:8px}.sidebar__defense{display:flex;justify-content:space-between;gap:8px;font-size:.78rem;color:#cdd4e2;padding:4px 0;border-bottom:1px solid #141922}.sidebar__tally{color:#7fbf9a;white-space:nowrap;font-variant-numeric:tabular-nums}.sidebar__tally--breach{color:#e0774a}.sidebar__refresh,.inspect-panel__button{margin-top:8px;border:1px solid #2a3242;background:#121722;color:#cdd4e2;border-radius:6px;padding:5px 10px;font-size:.76rem;cursor:pointer}.sidebar__refresh:hover,.inspect-panel__button:hover{border-color:#3b4658;color:#e6ebf2}.inspect-panel__button:disabled{opacity:.6;cursor:default}.inspect-panel__redteam .inspect-panel__button{margin-bottom:8px}.rt-held{color:#7fbf9a}.rt-breached{color:#e0774a}.rt-unexercised{color:#7f8a99}#render-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;outline:none;touch-action:none;background:#05070a}.scene-fallback{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#7f8a99;font-size:.9rem;line-height:1.5;pointer-events:none}.scene-fallback strong{color:#b8c0cc;font-weight:600}#overlay{position:absolute;inset:0;pointer-events:none;z-index:10}.status-badge{order:99;margin-left:auto;display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#0a0e14b8;border:1px solid rgba(80,120,150,.35);color:#cfe0ea;font-size:12px;letter-spacing:.02em;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.status-badge__dot{width:9px;height:9px;border-radius:50%;background:#d0503f;transition:background-color .2s ease,box-shadow .2s ease}.status-badge__label{white-space:nowrap}.chat-panel{position:fixed;right:16px;bottom:16px;width:min(380px,calc(100vw - 32px));max-height:60vh;display:flex;flex-direction:column;background:#0a0e14e0;border:1px solid rgba(90,140,190,.35);border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;pointer-events:auto}.chat-panel[hidden]{display:none}.chat-panel__header{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 8px 12px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8fb8dd;border-bottom:1px solid rgba(90,140,190,.25)}.chat-panel__close{appearance:none;border:none;background:none;color:#8fb8dd;font-size:20px;line-height:1;padding:0 6px;cursor:pointer;border-radius:6px;transition:color .15s ease,background-color .15s ease}.chat-panel__close:hover{color:#e6edf6;background:#5a8cbe33}.chat-panel__log{flex:1;min-height:120px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.chat-bubble{max-width:88%;padding:7px 10px;border-radius:8px;font-size:13px;line-height:1.45;color:#dbe6f0;white-space:pre-wrap;word-break:break-word}.chat-bubble--user{align-self:flex-end;background:#325a8c8c}.chat-bubble--assistant{align-self:flex-start;background:#232d3cd9}.chat-bubble--streaming:after{content:"▋";animation:chat-cursor 1s steps(2) infinite;margin-left:2px}.chat-bubble--error{align-self:stretch;background:#8c322866;color:#f0c0b8}@keyframes chat-cursor{50%{opacity:0}}.chat-panel__form{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(90,140,190,.25)}.chat-panel__input{flex:1;resize:none;background:#141c26e6;border:1px solid rgba(90,140,190,.3);border-radius:6px;color:#dbe6f0;font:inherit;font-size:13px;padding:6px 8px}.chat-panel__input:focus{outline:1px solid rgba(120,180,230,.6)}.chat-panel__send{align-self:flex-end;background:#3c6eaacc;border:none;border-radius:6px;color:#eaf2fa;font:inherit;font-size:13px;padding:7px 14px;cursor:pointer}.chat-panel__send:disabled,.chat-panel__input:disabled{opacity:.5;cursor:default}.inspect-panel{position:absolute;top:1rem;right:1rem;width:22rem;max-height:80vh;overflow-y:auto;background:#101218eb;border:1px solid rgba(120,140,180,.35);border-radius:.5rem;color:#d8dee9;font-size:.82rem;z-index:20;pointer-events:auto}.inspect-panel__header{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;font-weight:600;border-bottom:1px solid rgba(120,140,180,.25)}.inspect-panel__titlewrap{display:flex;flex-direction:column;gap:2px;min-width:0}.inspect-panel__subtitle{font-weight:400;font-size:.72rem;letter-spacing:.04em;text-transform:capitalize;color:#8fb8dd}.inspect-panel__close{background:none;border:none;color:#8892a6;font-size:1.2rem;cursor:pointer;line-height:1;align-self:flex-start}.inspect-panel__body{padding:.4rem .8rem .8rem}.inspect-panel__section{margin-top:.6rem}.inspect-panel__section h4{margin:0 0 .25rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#7c8aa5}.inspect-panel__line,.inspect-panel__stat{padding:.1rem 0;line-height:1.35}.inspect-panel__room{margin:.4rem 0 .15rem;padding-left:.4rem;border-left:2px solid rgba(120,150,200,.5);font-size:.72rem;font-weight:600;color:#9db4d8}.inspect-panel__room:first-child{margin-top:0}.task-panel{position:absolute;bottom:1rem;left:1rem;width:20rem;max-height:40vh;overflow-y:auto;background:#101218e6;border:1px solid rgba(120,140,180,.3);border-radius:.5rem;color:#d8dee9;font-size:.8rem;z-index:15;pointer-events:auto}.task-panel__header{padding:.5rem .7rem;font-weight:600;border-bottom:1px solid rgba(120,140,180,.22)}.task-panel__row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .7rem;border-left:3px solid transparent}.task-panel__title{flex:1 1 auto}.task-panel__artifacts-toggle{background:#4fb0f01f;border:1px solid rgba(79,176,240,.45);color:#4fb0f0;border-radius:.25rem;cursor:pointer;font-size:.7rem;padding:.15rem .4rem}.task-panel__artifacts{flex-basis:100%;display:flex;flex-direction:column;gap:.2rem;margin-top:.3rem;padding-left:.4rem;font-size:.72rem;color:#b8c0cc}.task-panel__artifact{display:flex;align-items:center;gap:.6rem}.task-panel__artifact-name{flex:1 1 auto}.task-panel__artifact-link{color:#6cd08a;text-decoration:none;border-bottom:1px dotted rgba(108,208,138,.5)}.task-panel__artifact-link:hover{color:#8fe0a8}.task-panel__row--active{border-left-color:#4fb0f0}.task-panel__row--done{border-left-color:#6cd08a}.task-panel__row--failed{border-left-color:#e0645a}.task-panel__row--escalated{border-left-color:#e0b84a}.task-panel__escalate{background:#e0b84a26;border:1px solid rgba(224,184,74,.5);color:#e0b84a;border-radius:.25rem;cursor:pointer;font-size:.7rem;padding:.15rem .4rem}.finance-panel{padding:.25rem .7rem;background:#101218d9;border:1px solid rgba(120,140,180,.3);border-radius:.4rem;color:#9fb0c8;font-size:.78rem;white-space:nowrap}.finance-panel:empty{display:none}.finance-panel--austerity{color:#e0b84a;border-color:#e0b84a99}.forge-panel{display:flex;align-items:center;gap:.5rem;padding:.25rem .7rem;background:#101218d9;border:1px solid rgba(120,140,180,.3);border-radius:.4rem;color:#cdd4e2;white-space:nowrap;font-size:.78rem;z-index:15}.forge-panel__track{width:8rem;height:.5rem;background:#788cb433;border-radius:.25rem;overflow:hidden}.forge-panel__fill{height:100%;width:0;background:linear-gradient(90deg,#4fb0f0,#6cd08a);transition:width .4s ease}.chat-panel__mic{background:none;border:1px solid rgba(120,140,180,.4);border-radius:.25rem;cursor:pointer;font-size:1rem;padding:0 .4rem}.chat-panel__mic--listening{border-color:#e0645a;animation:mic-pulse 1s infinite}@keyframes mic-pulse{50%{background:#e0645a33}}.breakroom-panel{position:absolute;bottom:1rem;right:1rem;width:18rem;background:#101218d9;border:1px solid rgba(120,140,180,.3);border-radius:.5rem;color:#b8c4d6;font-size:.76rem;z-index:15}.breakroom-panel__header{padding:.4rem .7rem;font-weight:600;border-bottom:1px solid rgba(120,140,180,.2)}.breakroom-panel__line{padding:.25rem .7rem;line-height:1.3}
