:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f5f7ff;background:#090b12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#090b12;min-height:100vh;margin:0}button,textarea{font:inherit}.studioShell{background:radial-gradient(circle at 15% 15%,#825bff24,#0000 30%),#090b12;min-height:100vh;padding:18px}.topbar{justify-content:space-between;align-items:center;max-width:1240px;min-height:48px;margin:0 auto 16px;font-weight:800;display:flex}.brandMark{background:linear-gradient(135deg,#8e72ff,#39cfad);border-radius:4px;width:13px;height:13px;margin-right:10px;display:inline-block;box-shadow:0 0 18px #8e72ff8c}.dashboardGrid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:16px;width:min(1240px,100%);margin:0 auto;display:grid}.scenePanel,.promptPanel{background:#12151ff0;border:1px solid #252a3a;border-radius:22px;overflow:hidden;box-shadow:0 25px 70px #00000047}.scenePanel{padding:24px}.promptPanel{align-self:start;padding:28px}.panelHeading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.panelHeading code{color:#929bb2;font-size:11px}.eyebrow{color:#a891ff;letter-spacing:.14em;font-size:11px;font-weight:800}h1{letter-spacing:-.045em;margin:5px 0 0;font-size:clamp(30px,5vw,48px)}h2{letter-spacing:-.035em;margin:7px 0 8px;font-size:30px}.intro{color:#aeb5c8;margin:0 0 24px;line-height:1.55}.agentCanvas{background:#0b0e17;border:1px solid #292f43;border-radius:16px;width:100%;height:min(58vh,560px);min-height:390px;display:block}.sceneNote{color:#777f95;margin:12px 3px 0;font-size:12px}.status{color:#c9cede;background:#0e111a;border:1px solid #2b3144;border-radius:12px;align-items:center;gap:9px;padding:10px 12px;font-size:12px;display:flex}.status.compact{padding:8px 11px}.dot{background:#778097;border-radius:50%;width:8px;height:8px}.status.ready .dot{background:#25d0a6;box-shadow:0 0 0 4px #25d0a61f}.status.missing .dot,.status.unavailable .dot{background:#ff6d7a}label{color:#d8dbea;margin-bottom:9px;font-size:13px;font-weight:700;display:block}textarea{resize:vertical;color:#f5f7ff;background:#0c0f17;border:1px solid #30364a;border-radius:14px;outline:none;width:100%;min-height:156px;padding:15px;line-height:1.55}textarea:focus{border-color:#8e72ff;box-shadow:0 0 0 4px #8e72ff1f}.formFooter{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.formFooter span{color:#747d94;font-size:12px}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8e72ff,#6f8cff);border:0;border-radius:12px;padding:12px 18px;font-weight:800}button:disabled{cursor:not-allowed;opacity:.5}.result{background:#1c5a4c24;border:1px solid #2b584f;border-radius:14px;max-height:360px;margin-top:20px;padding:17px;overflow:auto}.result strong{color:#7ce3c7}.result p{white-space:pre-wrap;color:#dfe5f2;margin:9px 0 0;line-height:1.6}.result.working{background:#ffc4001a;border-color:#6b5a2b}.result.working strong{color:#ffd25c}.result.error{background:#67374026;border-color:#673740}.result.error strong{color:#ff9ca5}@media (max-width:850px){.dashboardGrid{grid-template-columns:1fr}.promptPanel{order:-1}.agentCanvas{height:430px}}@media (max-width:520px){.studioShell{padding:10px}.topbar{padding:0 4px}.scenePanel,.promptPanel{border-radius:17px;padding:18px}.status.compact{max-width:170px}.agentCanvas{height:55vh;min-height:340px}}.loginShell{background:radial-gradient(circle at 15% 15%,#825bff24,#0000 30%),#090b12;justify-content:center;align-items:center;min-height:100vh;padding:18px;display:flex}.loginPanel{background:#12151ff0;border:1px solid #252a3a;border-radius:22px;width:min(380px,100%);padding:28px;box-shadow:0 25px 70px #00000047}.loginPanel h1{letter-spacing:-.035em;margin:14px 0 4px;font-size:28px}.loginPanel input{color:#f5f7ff;background:#0c0f17;border:1px solid #30364a;border-radius:12px;outline:none;width:100%;margin-bottom:16px;padding:12px 14px}.loginPanel input:focus{border-color:#8e72ff;box-shadow:0 0 0 4px #8e72ff1f}.loginPanel button{width:100%}.userBar{align-items:center;gap:10px;display:flex}.userEmail{color:#c9cede;font-size:12px}.logoutButton{color:#d8dbea;background:#1a1e2b;border:1px solid #2b3144;padding:8px 12px;font-size:12px;font-weight:700}.historyList{flex-direction:column;gap:10px;max-height:420px;margin-top:14px;display:flex;overflow:auto}.historyItem{background:#0e111a;border:1px solid #2b3144;border-radius:12px;padding:12px 14px}.historyItem summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;list-style:none;display:flex}.historyItem summary::-webkit-details-marker{display:none}.historyMeta{color:#929bb2;align-items:center;gap:8px;font-size:11px;display:flex}.historyStatus{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:800}.historyStatus.completed{color:#7ce3c7;background:#25d0a626}.historyStatus.pending{color:#ffd25c;background:#ffc40026}.historyStatus.failed{color:#ff9ca5;background:#ff6d7a26}.historyBody{color:#dfe5f2;white-space:pre-wrap;margin-top:10px;font-size:13px;line-height:1.55}.historyBody .label{color:#a891ff;letter-spacing:.04em;margin-top:8px;font-size:11px;font-weight:800;display:block}.historyEmpty,.historyError{color:#747d94;font-size:13px}a.logoutButton{text-decoration:none;display:inline-block}.agentsGrid{grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);align-items:start;gap:16px;width:min(1240px,100%);margin:0 auto;display:grid}.rosterPanel,.agentWorkPanel{background:#12151ff0;border:1px solid #252a3a;border-radius:22px;padding:24px;box-shadow:0 25px 70px #00000047}.rosterList{flex-direction:column;gap:8px;margin:14px 0;display:flex}.rosterItem{color:#d8dbea;text-align:left;background:#0e111a;border:1px solid #2b3144;border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;display:flex}.rosterItem.active{border-color:#8e72ff;box-shadow:0 0 0 3px #8e72ff1f}.rosterName{font-size:13px;font-weight:800}.rosterRole{color:#929bb2;font-size:11px}.hireToggle{color:#d8dbea;background:#1a1e2b;border:1px solid #2b3144;width:100%;margin-top:6px}.hireForm{flex-direction:column;gap:4px;margin-top:14px;display:flex}.hireForm label{margin-top:10px}.hireForm input,.hireForm textarea,.hireForm select{color:#f5f7ff;width:100%;font:inherit;resize:vertical;background:#0c0f17;border:1px solid #30364a;border-radius:12px;outline:none;padding:10px 12px}.hireForm input:focus,.hireForm textarea:focus,.hireForm select:focus{border-color:#8e72ff;box-shadow:0 0 0 4px #8e72ff1f}.hireForm button{margin-top:14px}.memoryBox{color:#dfe5f2;background:#0e111a;border:1px solid #2b3144;border-radius:12px;margin:10px 0 20px;padding:12px 14px;font-size:13px;line-height:1.55}.memoryBox .label{color:#a891ff;letter-spacing:.04em;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.rateRow{gap:8px;margin-top:10px;display:flex}.rateButton{color:#d8dbea;background:#1a1e2b;border:1px solid #2b3144;padding:6px 12px;font-size:12px;font-weight:700}.rateButton.active{color:#fff;background:#8e72ff26;border-color:#8e72ff}@media (max-width:850px){.agentsGrid{grid-template-columns:1fr}}.studiosGrid{grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);align-items:start;gap:16px;width:min(1240px,100%);margin:0 auto;display:grid}.studioList{flex-direction:column;gap:8px;margin-top:14px;display:flex}.studioCard{background:#0e111a;border:1px solid #2b3144;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.studioCardLink{color:inherit;flex-direction:column;gap:2px;text-decoration:none;display:flex}@media (max-width:850px){.studiosGrid{grid-template-columns:1fr}}.roomGrid{grid-template-columns:repeat(4,1fr);gap:12px;width:min(1240px,100%);margin:0 auto 16px;display:grid}.slotCard{background:#12151ff0;border:1px solid #252a3a;border-radius:18px;overflow:hidden}.slotCard.filled.active{border-color:#8e72ff;box-shadow:0 0 0 3px #8e72ff1f}.slotButton{color:#d8dbea;text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:center;gap:4px;width:100%;height:100%;padding:20px 12px;display:flex}.slotCard.empty .slotButton{color:#747d94}.statusDot{background:#778097;border-radius:50%;width:9px;height:9px;margin-bottom:2px}.statusDot.working{background:#ffd25c;box-shadow:0 0 0 4px #ffc40024}.statusDot.done{background:#25d0a6;box-shadow:0 0 0 4px #25d0a61f}.statusDot.error{background:#ff6d7a;box-shadow:0 0 0 4px #ff6d7a24}.slotStatusText{color:#929bb2;margin-top:2px;font-size:11px}@media (max-width:850px){.roomGrid{grid-template-columns:repeat(2,1fr)}}.stageShell{background:#090b12;flex-direction:column;min-height:100vh;display:flex}.stageBar{border-bottom:1px solid #1e2432;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;font-weight:800;display:flex}.stageSession{color:#929bb2;font-size:12px;font-weight:600}.stageArea{flex:1;min-height:560px;position:relative}.studioStage{position:absolute;inset:0}.studioStage canvas{width:100%;height:100%;display:block}.stageHint{color:#929bb2;pointer-events:none;background:#0e111ae6;border:1px solid #2b3144;border-radius:999px;padding:8px 14px;font-size:12px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.agentPanel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;background:#0e111af5;border:1px solid #2b3144;border-radius:18px;width:min(380px,100% - 32px);max-height:calc(100% - 32px);padding:18px;position:absolute;top:16px;right:16px;overflow:auto;box-shadow:0 25px 70px #00000073}.gamesPanel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15;background:#0e111af0;border:1px solid #2b3144;border-radius:16px;width:230px;max-height:calc(100% - 32px);padding:14px;position:absolute;top:16px;left:16px;overflow:auto;box-shadow:0 20px 50px #0006}.gamesPanel.collapsed{width:auto;max-height:none;padding:8px 12px;overflow:visible}.gamesPanelToggle{width:100%;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.gamesPanelToggle .eyebrow{margin:0}.gamesChevron{color:#77809a;font-size:11px}.stageBrand{white-space:nowrap;align-items:center;display:flex}.currentGame{background:#0e111a;border:1px solid #2b3144;border-radius:999px;align-items:center;gap:8px;min-width:0;padding:5px 11px;display:flex}.currentGame.none{color:#ffd25c;border-color:#6b5a2b;font-size:11.5px;font-weight:600}.currentGameLabel{color:#77809a;letter-spacing:.1em;font-size:9px;font-weight:800}.currentGameIcon{border-radius:5px;flex:none;display:block}.currentGameIcon.empty{color:#4b5468;background:#151a26;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.currentGameTitle{color:#f5f7ff;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:12.5px;font-weight:800;overflow:hidden}.gamesList{flex-direction:column;gap:8px;margin-top:10px;display:flex}.gameCard{background:#0c0f17;border:1px solid #262c3d;border-radius:12px;overflow:hidden}.gameCard.active{border-color:#8e72ff;box-shadow:0 0 0 2px #8e72ff2e}.gameRow{align-items:stretch;display:flex}.gameRowOpen{color:#d8dbea;text-align:left;background:0 0;border:0;border-radius:0;flex:1;align-items:center;gap:9px;min-width:0;padding:8px 9px;display:flex}.gameRowOpen:disabled{opacity:.55;cursor:not-allowed}.gameIcon{background:#151a26;border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.gameIcon img{width:34px;height:34px;display:block}.gameIconEmpty{color:#4b5468;font-size:15px;font-weight:800}.gameRowText{flex-direction:column;gap:2px;min-width:0;display:flex}.gameRowTitle{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.3;overflow:hidden}.gameRowMeta{color:#929bb2;font-size:10px}.gameRowDelete{color:#77809a;background:0 0;border:0;border-left:1px solid #262c3d;border-radius:0;padding:0 10px;font-size:12px}.gameRowDelete:hover{color:#ff9ca5;background:#ff6d7a14}.gameAssetsToggle{color:#a891ff;letter-spacing:.04em;background:#11151f;border:0;border-top:1px solid #262c3d;border-radius:0;width:100%;padding:6px;font-size:10.5px;font-weight:800}.gameAssetsToggle:hover{background:#161b28}.assetMenu{background:#0a0d15;border-top:1px solid #262c3d;flex-direction:column;gap:6px;padding:8px 9px;display:flex}.assetHint{color:#6f7789;font-size:10px;line-height:1.4}.assetHint.warn{color:#ffd25c;font-size:11px}.targetWarn{color:#ff9ca5;font-weight:700}.handoffBox{background:#0c0f17;border:1px solid #33394d;border-radius:12px;margin-top:14px;padding:12px}.handoffBox.armed{border-color:#8e72ff;box-shadow:0 0 0 2px #8e72ff24}.handoffCheck{color:#e6e9f5;cursor:pointer;align-items:flex-start;gap:9px;margin:0;font-size:12.5px;font-weight:700;display:flex}.handoffCheck input{accent-color:#8e72ff;cursor:pointer;width:15px;height:15px;margin:1px 0 0}.handoffHint{color:#ffd25c;font-size:11px;font-style:normal;font-weight:600}.handoffText{color:#dfe5f2;width:100%;font:inherit;resize:vertical;background:#090c13;border:1px solid #30364a;border-radius:10px;margin-top:10px;padding:9px 11px;font-size:12px;line-height:1.5}.handoffFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.handoffButtons{align-items:center;gap:7px;margin-left:auto;display:flex}.replyBlock{background:#1c5a4c24;border:1px solid #2b584f;border-radius:10px;margin-bottom:12px;padding:10px 11px}.replyBlock .label{color:#7ce3c7;letter-spacing:.07em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.replyBlock p{color:#dfe5f2;white-space:pre-wrap;max-height:170px;margin:0;font-size:12px;line-height:1.55;overflow:auto}.inboxRow{border-top:1px solid #1c2230;padding:8px 0}.inboxRow:first-of-type{border-top:0}.inboxMeta{color:#929bb2;align-items:center;gap:8px;margin-bottom:4px;font-size:10px;display:flex}.inboxRow p{color:#cdd3e3;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.5}.handoffTo{color:#f5f7ff;font:inherit;background:#090c13;border:1px solid #30364a;border-radius:7px;padding:3px 6px;font-size:12px;font-weight:700}.askScope{color:#77809a;font-weight:600}.requestList{flex-direction:column;gap:8px;max-height:260px;margin-top:8px;display:flex;overflow:auto}.requestRow{background:#0c0f17;border:1px solid #262c3d;border-left-width:3px;border-radius:10px;padding:9px 11px}.requestRow.failed{border-left-color:#ff6d7a}.requestRow.running,.requestRow.queued{border-left-color:#ffd25c}.requestRow.done{border-left-color:#25d0a6}.requestHead{color:#929bb2;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;font-size:10px;display:flex}.requestHead button{margin-left:auto}.requestBody{color:#cdd3e3;white-space:pre-wrap;max-height:60px;margin:0;font-size:12px;line-height:1.5;overflow:auto}.healNotice{color:#ffd9a0;z-index:40;background:#1e1808f5;border:1px solid #6b5a2b;border-radius:12px;align-items:center;gap:10px;max-width:min(620px,100% - 32px);padding:9px 12px;font-size:11.5px;line-height:1.45;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.gameWindow{z-index:30;background:#0e111afa;border:1px solid #2b3144;border-radius:14px;flex-direction:column;display:flex;position:absolute;overflow:hidden;box-shadow:0 30px 80px #0000008c}.gameWindow.fullscreen{z-index:100;border-radius:0;position:fixed;inset:0;width:100vw!important;height:100vh!important}.gameWindowBar{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid #262c3d;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;display:flex}.gameWindowBar:active{cursor:grabbing}.gameWindowTitle{color:#c9cede;white-space:nowrap;text-overflow:ellipsis;align-items:baseline;gap:7px;max-width:45%;font-size:11px;font-weight:800;display:flex;overflow:hidden}.gameWindowStamp{color:#6f7789;font-size:10px;font-style:normal;font-weight:600}.gameResizeHandle{cursor:nwse-resize;touch-action:none;background:linear-gradient(135deg,#0000 50%,#3a4257 50% 70%,#0000 70%);width:18px;height:18px;position:absolute;bottom:0;right:0}.gameErrorStrip{color:#ffc4ca;background:#67374047;border-bottom:1px solid #673740;justify-content:space-between;align-items:center;gap:10px;padding:6px 10px;font-size:11px;line-height:1.4;display:flex}.gameErrorText{flex:1;max-height:40px;overflow:auto}.gameErrorStrip strong{color:#ff9ca5}.agentPanel h2{margin:4px 0 0;font-size:22px}.agentPanel textarea,.agentPanel input,.agentPanel select{color:#f5f7ff;width:100%;font:inherit;background:#0c0f17;border:1px solid #30364a;border-radius:10px;padding:10px 12px}.agentMeta{color:#929bb2;align-items:center;gap:8px;margin:10px 0;font-size:11px;display:flex}.panelBlock{background:#0c0f17;border:1px solid #262c3d;border-radius:12px;margin:14px 0;padding:12px}.panelBlock .label{color:#a891ff;letter-spacing:.08em;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.panelBlock strong{margin-bottom:6px;font-size:13px;display:block}.panelBlock p{color:#cdd3e3;white-space:pre-wrap;max-height:220px;margin:0;font-size:12.5px;line-height:1.55;overflow:auto}.timeline{flex-direction:column;gap:8px;max-height:260px;display:flex;overflow:auto}.timelineRow{color:#929bb2;grid-template-columns:auto auto 1fr;align-items:baseline;gap:8px;font-size:11.5px;display:grid}.timelineRow p{color:#dfe5f2;margin:0}.gamePreviewActions{gap:6px;display:flex}.gameFrameWrap{background:#0b0e17;flex:1;min-height:0}.gameFrame{background:#0b0e17;border:0;width:100%;height:100%;display:block}.detailsOverlay{z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#05070cb8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow:auto}.detailsDrawer{background:#0e111a;border:1px solid #2b3144;border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:min(1000px,100%);max-height:calc(100vh - 40px);padding:18px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 90px #0009}.detailsClose{z-index:2;position:absolute;top:12px;right:12px}.detailsDrawer>section{min-width:0}.statsPanel{border-top:1px solid #262c3d;grid-column:1/-1;padding-top:6px}.statRow{color:#cdd3e3;border-bottom:1px solid #171c28;justify-content:space-between;align-items:baseline;gap:12px;padding:5px 0;font-size:12.5px;display:flex}.statRow strong{color:#f5f7ff;font-variant-numeric:tabular-nums}.statRow.subtle,tr.subtle{color:#6f7789;border-bottom:0;padding-top:0}.statsTable{border-collapse:collapse;width:100%;margin-top:8px;font-size:12px}.statsTable th{text-align:left;color:#77809a;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #262c3d;padding:6px 8px 6px 0;font-size:10px}.statsTable td{color:#cdd3e3;font-variant-numeric:tabular-nums;border-bottom:1px solid #171c28;padding:7px 8px 7px 0}.statSlot{color:#6f7789;font-size:10px;display:block}.statGood{color:#7ce3c7}.statFail{color:#ff9ca5}@media (max-width:850px){.detailsDrawer{grid-template-columns:1fr;padding:14px}.detailsOverlay{padding:10px}.agentPanel{width:auto;max-height:62%;padding:14px;inset:auto 10px 10px}.gamesPanel{width:148px;max-height:46%;padding:9px}.stageArea{min-height:460px}.gameWindowTitle{max-width:34%}}@media (max-width:560px){.stageBar{gap:8px;padding:9px 11px;font-size:13px}.stageBar .rateButton,.stageBar .logoutButton{padding:6px 8px;font-size:11px}.stageArea{min-height:62vh}.gamesPanel{width:auto;max-height:40%;position:absolute;top:8px;left:8px;right:8px}.gamesPanel.collapsed{width:auto;max-height:none;right:auto}.currentGame{order:3;width:100%}.currentGameTitle{max-width:55vw}.agentPanel{border-radius:14px;max-height:66%;position:absolute;inset:auto 8px 8px}.stageHint{display:none}.gameWindow{z-index:60;width:auto!important;height:52vh!important;position:fixed!important;inset:auto 6px 6px!important}.gameResizeHandle{display:none}.gameWindowBar{cursor:default}.statsTable{font-size:11px}.statsTable th:nth-child(2),.statsTable td:nth-child(2){display:none}.timelineRow{grid-template-columns:1fr;gap:2px}}
