:root{--bg: #f5f0e6;--paper: #fffaf0;--elev: #ebe5d6;--elev2: #e2dbc9;--ink: #0e0e10;--mute: #5a564f;--orange: #d54516;--orange-d:#9f2d11;--cyan: #2bc7ff;--cyan-d: #0e8ec0;--lime: #b9e54a;--lime-d: #7fa629;--gold: #f5d05a;--gold-d: #e0b53a;--diamond: #5be6e6;--emerald: #2a8f3c;--redstone:#e0473b;--line: rgba(14,14,16,.1);--line2: rgba(14,14,16,.22);--sb-w: 236px;--radius: 10px;--mono: "DM Mono", monospace;--pixel: "Silkscreen", "DM Mono", monospace;--display: "Bricolage Grotesque", sans-serif}*{box-sizing:border-box}html{background:var(--bg)}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;font-size:14.5px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{background:var(--ink);color:var(--bg)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--line2);border-radius:6px;border:2px solid var(--bg)}.grain{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background-image:radial-gradient(rgba(14,14,16,.16) 1px,transparent 1px),radial-gradient(rgba(14,14,16,.1) 1px,transparent 1px);background-size:3px 3px,4px 4px;background-position:0 0,1px 2px;mix-blend-mode:multiply;opacity:.3}.shell{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sb-w);background:var(--paper);border-right:2px solid var(--ink);display:flex;flex-direction:column;z-index:40;box-shadow:4px 0 #0e0e100f}.main{margin-left:var(--sb-w);flex:1;min-width:0;display:flex;flex-direction:column;min-height:100vh}.main.flush{height:100vh}.sb-brand{display:flex;align-items:center;gap:12px;padding:18px 16px 16px;border-bottom:2px solid var(--ink)}.brand-mark{width:34px;height:34px;position:relative;flex-shrink:0;background:linear-gradient(to bottom,#8b5a2b 0,#8b5a2b);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:3px;overflow:hidden;image-rendering:pixelated}.brand-mark:before{content:"";position:absolute;left:0;right:0;top:0;height:11px;background:linear-gradient(to bottom,#6dbe3e 0 8px,#5a8f24 8px 10px,transparent 10px)}.sb-brand .name{font-family:var(--display);font-weight:800;font-size:17px;letter-spacing:-.03em;line-height:1}.sb-brand .name b{color:var(--orange)}.sb-brand .sub{font-family:var(--pixel);font-size:8px;letter-spacing:.18em;color:var(--mute);text-transform:uppercase;margin-top:5px}.sb-nav{padding:12px 10px;display:flex;flex-direction:column;gap:3px;flex:1;overflow-y:auto}.sb-group{font-family:var(--pixel);font-size:8.5px;letter-spacing:.2em;color:var(--mute);text-transform:uppercase;padding:14px 10px 8px}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:8px;font-size:14px;font-weight:600;color:var(--ink);border:1.5px solid transparent;cursor:pointer;transition:all .14s ease}.nav-item:hover{background:var(--elev)}.nav-item.active{background:var(--paper);border-color:var(--ink);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.nav-item.active .nav-ico{background:var(--orange)}.nav-ico{width:22px;height:22px;border-radius:5px;flex-shrink:0;border:1.5px solid var(--ink);background:var(--elev);display:grid;place-items:center;box-shadow:1.5px 1.5px 0 var(--ink);font-size:12px;line-height:1}.nav-item .count{margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--mute);background:var(--elev);border:1.5px solid var(--line2);border-radius:999px;padding:1px 8px}.sb-getstarted{margin:8px 12px 12px;padding:11px 12px;border-radius:8px;background:var(--lime);border:1.5px solid var(--ink);box-shadow:3px 3px 0 var(--ink);font-family:var(--pixel);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);text-align:center;display:block;transition:transform .12s ease,box-shadow .12s ease}.sb-getstarted:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--ink)}.sb-getstarted.active{background:var(--lime-d)}.sb-foot{padding:12px 14px;border-top:2px solid var(--ink);display:grid;gap:9px}.sb-foot .live{display:flex;align-items:center;gap:8px;font-family:var(--pixel);font-size:8.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--mute)}.sb-foot .live.is-online{color:var(--emerald)}.sb-foot .live.is-offline{color:var(--orange-d)}.dot-offline{width:7px;height:7px;border-radius:50%;background:var(--orange);display:inline-block;flex-shrink:0}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:14px;padding:14px 26px;background:#f5f0e6d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--ink)}.tb-title{display:flex;flex-direction:column;gap:2px;min-width:0}.tb-title .crumb{font-family:var(--pixel);font-size:8.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--mute)}.tb-title h1{margin:0;font-family:var(--display);font-weight:800;font-size:23px;letter-spacing:-.03em;line-height:1}.tb-spacer{flex:1}.content{padding:24px 30px 60px;width:100%;max-width:none}.prose{max-width:70ch}.view{animation:fade .35s ease both}@keyframes fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--pixel);font-weight:700;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px 3px;border:1.5px solid var(--ink);border-radius:999px;background:var(--paper);box-shadow:1.5px 1.5px 0 var(--ink);line-height:1;white-space:nowrap}.chip.orange{background:var(--orange)}.chip.cyan{background:var(--cyan)}.chip.lime{background:var(--lime)}.chip.gold{background:var(--gold-d)}.chip.ink{background:var(--ink);color:var(--bg)}.chip.ghost{background:transparent;box-shadow:none;border-color:var(--line2);color:var(--mute)}.status-badge>.status-spin,.status-badge>.status-stop{width:9px;height:9px;flex-shrink:0;display:inline-block}.status-spin{border:1.5px solid var(--ink);border-top-color:transparent;border-radius:50%;animation:spinbox .9s linear infinite}.status-stop{border:1.5px solid currentColor;border-radius:1px;background:currentColor}@media (prefers-reduced-motion: reduce){.status-spin{animation:none}}.dot-pulse{width:7px;height:7px;border-radius:50%;background:var(--lime-d);display:inline-block;animation:pulse 1.8s infinite ease-out;flex-shrink:0}@keyframes pulse{0%{box-shadow:0 0 #7fa6298c}70%{box-shadow:0 0 0 8px #7fa62900}to{box-shadow:0 0 #7fa62900}}.spin{width:26px;height:26px;flex-shrink:0;border:3px solid var(--ink);border-top-color:var(--orange);border-radius:6px;box-shadow:2px 2px #0e0e1040;animation:spinbox .9s linear infinite;display:inline-block}@keyframes spinbox{to{transform:rotate(360deg)}}.elapsed{font-family:var(--display);font-weight:800;font-size:34px;letter-spacing:-.04em;line-height:1;font-variant-numeric:tabular-nums}.elapsed small{font-size:16px;color:var(--mute);font-weight:700}.panel{background:var(--paper);border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:4px 4px 0 var(--ink)}.panel-h{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1.5px dashed var(--line2)}.panel-h h2{margin:0;font-family:var(--display);font-weight:800;font-size:16.5px;letter-spacing:-.02em;min-width:0;overflow-wrap:anywhere}.panel-h .sub{font-size:12px;color:var(--mute)}.panel-b{padding:18px}.grid{display:grid;gap:18px}.kpi{position:relative;overflow:hidden;background:var(--paper);border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:4px 4px 0 var(--ink);padding:15px 16px 14px;transition:transform .16s ease,box-shadow .16s ease}.kpi:hover{transform:translate(-1px,-1px);box-shadow:6px 6px 0 var(--ink)}.kpi .kpi-lab{font-family:var(--pixel);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}.kpi .kpi-val{font-family:var(--display);font-weight:800;font-size:34px;letter-spacing:-.04em;line-height:1;margin-top:10px}.kpi .kpi-val small{font-size:17px;color:var(--mute);font-weight:700}.kpi .kpi-sub{font-size:12px;color:var(--mute);margin-top:7px}.kpi:after{content:"";position:absolute;right:-30px;top:-30px;width:90px;height:90px;border-radius:50%;opacity:.14;background:var(--elev2)}.kpi.accent-orange:after{background:var(--orange)}.kpi.accent-cyan:after{background:var(--cyan)}.kpi.accent-lime:after{background:var(--lime)}.kpi.accent-gold:after{background:var(--gold)}.blk{width:20px;height:20px;border:1.5px solid var(--ink);border-radius:3px;flex-shrink:0;box-shadow:inset -2px -2px #0e0e1038,inset 2px 2px #ffffff47,1.5px 1.5px 0 var(--ink);image-rendering:pixelated;display:inline-block;vertical-align:-4px}.blk.lg{width:30px;height:30px}.blk-wood{background:repeating-linear-gradient(to bottom,#a06f3a 0,#a06f3a 4px,#864f24 4px,#864f24 6px,#b07a3e 6px,#b07a3e 10px)}.blk-cobble{background:#6a6e78}.blk-iron{background:#d4d6da}.blk-gold{background:#f5d05a}.blk-diamond{background:#5be6e6}.blk-emerald{background:#2a8f3c}.blk-redstone{background:#c0392b}.blk-grass{background:linear-gradient(to bottom,#6dbe3e 0,#6dbe3e 30%,#5a8f24 30%,#5a8f24 38%,#8b5a2b 38%,#8b5a2b)}.bar{display:block;width:100%;height:9px;background:var(--bg);border:1.5px solid var(--ink);border-radius:3px;position:relative;overflow:hidden}.bar>span{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--p, 0%);background:var(--ink);transition:width .6s cubic-bezier(.22,.61,.36,1);display:block}.bar>span.orange{background:var(--orange)}.bar>span.cyan{background:var(--cyan)}.bar>span.lime{background:var(--lime)}.bar>span.gold{background:var(--gold)}.tbl{width:100%;border-collapse:collapse;font-size:13.5px}.tbl thead th{font-family:var(--pixel);font-size:8.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--mute);text-align:left;padding:11px 14px;border-bottom:1.5px solid var(--ink);white-space:nowrap}.tbl tbody td{padding:11px 14px;border-bottom:1.5px dashed var(--line);vertical-align:middle}.tbl tbody tr:hover{background:var(--elev)}.tbl tbody tr:last-child td{border-bottom:none}.tbl .num{font-family:var(--mono)}.tbl tbody tr.click{cursor:pointer}.ava{width:30px;height:30px;border:1.5px solid var(--ink);border-radius:6px;box-shadow:1.5px 1.5px 0 var(--ink);flex-shrink:0;image-rendering:pixelated;background-color:var(--elev);background-size:240px 240px;display:inline-block}.ava.lg{width:56px;height:56px;border-radius:9px;box-shadow:2.5px 2.5px 0 var(--ink);background-size:448px 448px}.doll{position:relative;image-rendering:pixelated}.doll i{position:absolute;background-repeat:no-repeat;image-rendering:pixelated;display:block}.skin3d{border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);background:var(--elev);cursor:grab;touch-action:none;max-width:100%}.skin3d:active{cursor:grabbing}.skin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px;max-height:48vh;overflow-y:auto;padding:4px 2px}.skin-cell{display:flex;flex-direction:column;align-items:center;gap:7px;padding:9px 4px 7px;background:var(--paper);border:1.5px solid var(--line2);border-radius:8px;box-shadow:none;text-transform:none;letter-spacing:0}.skin-cell:hover{border-color:var(--ink);box-shadow:2px 2px 0 var(--ink)}.skin-cell.on{border-color:var(--ink);box-shadow:2px 2px 0 var(--ink);background:var(--elev)}.skin-cell .nm{font-family:var(--mono);font-size:10px;color:var(--mute);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button,.btn{font-family:var(--pixel);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:var(--paper);cursor:pointer;border:1.5px solid var(--ink);border-radius:7px;box-shadow:2px 2px 0 var(--ink);padding:8px 12px;text-decoration:none;display:inline-flex;align-items:center;gap:7px;line-height:1;transition:transform .12s ease,box-shadow .12s ease}button:hover,.btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--ink)}button:active,.btn:active,.pressed{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--ink);background:var(--elev)}button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--cyan-d);outline-offset:2px}button:disabled{opacity:.45;cursor:not-allowed;transform:none}button.sm,.btn.sm{padding:5px 8px;font-size:8.5px;border-radius:6px;box-shadow:1.5px 1.5px 0 var(--ink);gap:5px}button.sm:hover,.btn.sm:hover{box-shadow:2.5px 2.5px 0 var(--ink)}.icon-btn{padding:5px 8px;min-width:30px;justify-content:center}.act-orange{background:var(--orange-d);color:#fffaf0}.act-lime{background:var(--lime)}.act-cyan{background:var(--cyan)}.act-gold{background:var(--gold)}.act-danger{color:var(--orange-d)}input,select,textarea{background:var(--paper);color:var(--ink);font-family:var(--mono);border:1.5px solid var(--ink);border-radius:7px;padding:8px 10px;font-size:13.5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}textarea{font-family:var(--display);line-height:1.5}label.f{display:block;font-family:var(--pixel);font-size:8px;color:var(--mute);letter-spacing:.13em;text-transform:uppercase;margin:12px 0 5px}.info-dot{width:16px;height:16px;min-width:16px;padding:0;margin-left:5px;border-radius:50%;border:1.5px solid var(--line2);background:var(--paper);box-shadow:none;font-family:var(--display);font-size:10px;font-weight:800;font-style:italic;color:var(--mute);display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-transform:none;letter-spacing:0}.info-dot:hover{border-color:var(--ink);color:var(--ink);transform:none;box-shadow:1px 1px 0 var(--ink)}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e0e1073;z-index:50;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:4vh 16px;overscroll-behavior:contain}body:has(.modal-back){overflow:hidden}.modal{width:min(600px,94vw);margin:0 auto;max-height:92vh;overflow-y:auto;background:var(--bg);border:2px solid var(--ink);border-radius:12px;box-shadow:7px 7px 0 var(--ink);padding:22px}.modal h2{margin:0 0 8px;font-family:var(--display);font-weight:800;font-size:19px;letter-spacing:-.02em}.modal .grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal input,.modal select,.modal textarea{width:100%}.chat-thread{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:46vh;min-height:180px;padding:4px 2px}.chat-bubble{max-width:88%;background:var(--paper);border:1.5px solid var(--ink);border-radius:10px;box-shadow:2px 2px 0 var(--ink);padding:9px 12px;font-size:13.5px;line-height:1.5;white-space:pre-wrap}.chat-bubble .who{display:block;font-family:var(--pixel);font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:var(--mute);margin-bottom:4px}.chat-bubble.user{align-self:flex-end;background:var(--elev)}.chat-bubble.assistant{align-self:flex-start}.chat-skins{align-self:stretch;background:var(--paper);border:1.5px dashed var(--line2);border-radius:10px;padding:8px 8px 6px}.chat-skins .lab{display:block;font-family:var(--pixel);font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:var(--mute);margin:0 2px 7px}.chat-skins .skin-grid{max-height:200px}.req-list{text-align:left;margin:16px 0 4px;padding:11px 12px 10px;background:var(--paper);border:1.5px solid var(--ink);border-radius:10px;box-shadow:2px 2px 0 var(--ink)}.req-list .req-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.req-list .req-head .lab{font-family:var(--pixel);font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}.req-row{display:flex;align-items:center;gap:9px;padding:5px 0;border-top:1px solid var(--line2)}.req-row .tick{flex-shrink:0;width:17px;height:17px;display:grid;place-items:center;border-radius:5px;font-size:11px;font-weight:800;border:1.5px solid var(--line2);color:var(--mute);background:var(--bg)}.req-row.ok .tick{border-color:var(--lime-d);background:var(--lime);color:var(--ink)}.req-row .name{flex:1;font-family:var(--display);font-size:13px;font-weight:600;color:var(--mute)}.req-row.ok .name{color:var(--ink)}.req-list .hint{margin:8px 2px 0;font-size:11.5px;line-height:1.45;color:var(--mute)}.login-wrap{height:100%;display:flex;align-items:center;justify-content:center}.login{width:min(400px,92vw);background:var(--paper);border:2px solid var(--ink);border-radius:12px;box-shadow:6px 6px 0 var(--ink);padding:30px}.login p{font-family:var(--display);color:var(--mute);font-size:14.5px;margin:6px 0 20px}.login .tabs{margin-bottom:16px}.login input{width:100%;margin-bottom:12px}.login button[type=submit]{width:100%;justify-content:center;padding:11px}.login .demo{width:100%;justify-content:center;margin-top:8px;background:var(--elev)}.login .err{color:var(--orange-d);font-size:12.5px;min-height:18px;margin-top:10px}.lang-switch{display:flex;border:1.5px solid var(--ink);border-radius:7px;overflow:hidden;box-shadow:1.5px 1.5px 0 var(--ink)}.lang-switch button{flex:1;border:0;border-radius:0;box-shadow:none;padding:6px 0;justify-content:center}.lang-switch button.on{background:var(--ink);color:var(--bg)}.tabs{max-width:100%;border-radius:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.tabs button{flex:0 0 auto;padding:9px 20px;font-size:10px;letter-spacing:.12em}.toast-shelf{position:fixed;right:20px;bottom:20px;z-index:70;display:flex;flex-direction:column;gap:10px;align-items:flex-end;pointer-events:none;max-width:min(360px,90vw)}.toast{pointer-events:auto;background:var(--paper);color:var(--ink);border:1.5px solid var(--ink);border-radius:9px;box-shadow:4px 4px 0 var(--ink);padding:11px 14px;font-size:13px;line-height:1.4;font-weight:600;animation:toast-in .22s cubic-bezier(.22,.61,.36,1) both}.toast-ok{border-left:5px solid var(--lime-d)}.toast-err{border-left:5px solid var(--orange-d)}.toast-info{border-left:5px solid var(--cyan-d)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}.designer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:20px;align-items:start}.designer-grid .chat-thread{max-height:calc(100vh - 330px);min-height:300px}@media (max-width: 1020px){.designer-grid{grid-template-columns:1fr}}.detail-grid{display:grid;grid-template-columns:minmax(250px,350px) minmax(0,1fr);gap:20px;align-items:start}@media (max-width: 900px){.detail-grid{grid-template-columns:1fr}}.agent-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1.5px solid var(--line2);border-radius:8px;background:var(--paper)}.agent-row .nm{flex:1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.agent-row .st{width:8px;height:8px;border-radius:50%;background:var(--line2);flex-shrink:0}.agent-row .st.live{background:var(--lime-d);animation:pulse 1.8s infinite ease-out}.agent-row .tmpl{font-family:var(--pixel);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);flex-shrink:0}.main.flush .content.designer-full{flex:1;min-height:0;padding:16px 22px 18px;display:flex;flex-direction:column;overflow:hidden}.designer-full .designer-grid{flex:1;min-height:0;align-items:stretch}.designer-full .designer-grid>div{min-height:0;display:flex;flex-direction:column}.designer-full .designer-grid .chat-thread{flex:1;max-height:none;min-height:0}.designer-full .designer-grid .panel-b{flex:1;min-height:0;max-height:none}.agent-chip{display:inline-flex;align-items:center;gap:7px;border:1.5px solid var(--ink);border-radius:999px;background:var(--paper);box-shadow:1.5px 1.5px 0 var(--ink);padding:3px 10px 3px 4px;font-size:12.5px;font-weight:600;line-height:1;white-space:nowrap}.agent-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--line2);flex-shrink:0}.agent-chip .dot.live{background:var(--lime-d);animation:pulse 1.8s infinite ease-out}.world-frame{flex:1;border:0;width:100%;height:100%}.cfg-emblem{width:38px;height:38px;flex-shrink:0;border:2px solid var(--ink);border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--display);font-weight:800;font-size:17px;text-shadow:1px 1px 0 rgba(14,14,16,.6)}.watch{flex:1;display:flex;flex-direction:column;min-height:0}.watch-topbar{display:flex;align-items:center;gap:14px;padding:10px 16px;border-bottom:2px solid var(--ink);background:var(--bg)}.watch-title{display:flex;align-items:center;gap:11px;min-width:0;flex:1}.watch-title h1{margin:0;font-family:var(--display);font-weight:800;font-size:18px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-sub{display:flex;gap:6px;align-items:center;margin-top:3px}.watch-controls{display:flex;gap:8px;align-items:center;flex-shrink:0}.watch-title .dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--ink)}.watch-title .dot.on{background:var(--lime, #a6e22e);box-shadow:0 0 0 3px #a6e22e40}.watch-title .dot.off{background:var(--orange, #f59e42)}.watch-body{flex:1;display:flex;min-height:0}.watch-main{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.watch-stage{flex:1;min-height:0;display:flex;background:var(--ink)}.watch-offline{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px}.watch-chatlog{height:210px;flex-shrink:0;border-top:2px solid var(--ink);background:var(--bg);padding:10px 14px;display:flex;flex-direction:column}.watch-log{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:3px;font-size:13.5px;line-height:1.5;padding-right:4px}.watch-msg{word-break:break-word}.watch-msg b{color:var(--accent-cyan, #1c8a80)}.watch-msg.self b{color:var(--accent-orange, #d2691e)}.watch-chat{display:flex;gap:8px;padding-top:10px}.watch-chat input{flex:1;min-width:0}.watch-side{width:360px;max-width:42vw;flex-shrink:0;border-left:2px solid var(--ink);background:var(--bg);padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.watch-side>*{min-width:0}.watch-picker{display:block;margin:0}.watch-dim{color:var(--mute);font-size:12.5px;line-height:1.5}.watch-stage-msg{color:var(--paper);margin:14px 0 16px;font-size:14px}.watch-offline .watch-stage-msg{color:#fffaf0eb}.watch-stage-sub{color:#fffaf099;font-size:12.5px;margin:-8px 0 4px}.watch-rail-h{display:flex;align-items:center;justify-content:space-between;gap:8px}.watch-rail-h h2{margin:0;font-family:var(--display);font-weight:800;font-size:16px;letter-spacing:-.02em}.watch-st{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-family:var(--pixel);font-size:8.5px;letter-spacing:.08em;text-transform:uppercase;padding:3px 7px 2px;border:1.5px solid var(--ink);border-radius:999px;line-height:1;white-space:nowrap}.watch-st.working{background:var(--lime)}.watch-st.idle{background:transparent;color:var(--mute);border-color:var(--line2)}.watch-st.critical{background:var(--orange);color:#fff}.watch-st.offline{background:transparent;color:var(--mute);border-color:var(--line2);border-style:dashed}.watch-hp{font-size:12px;color:var(--redstone);font-weight:700;white-space:nowrap;flex-shrink:0}.watch-hp.lg{font-size:15px}.watch-quest{background:var(--paper);border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);padding:12px 13px;display:flex;flex-direction:column;gap:8px}.watch-quest-h{display:flex;align-items:center;justify-content:space-between;gap:8px}.watch-quest-title{font-family:var(--display);font-weight:800;font-size:14px;letter-spacing:-.01em}.watch-quest-goal{font-size:13px;line-height:1.45}.watch-quest-nums{display:flex;align-items:baseline;justify-content:space-between}.watch-quest-nums b{font-size:14px}.watch-quest-nums .num{color:var(--mute);font-size:12px}.watch-quest-holders{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.watch-agents{display:flex;flex-direction:column;gap:6px}.watch-agent{display:flex;flex-direction:column;gap:5px;width:100%;text-align:left;padding:8px 10px;background:var(--paper);border:1.5px solid var(--ink);border-radius:9px;font:inherit}.watch-agent.on{background:var(--cyan, #bfe9e4);box-shadow:2px 2px 0 var(--ink)}.watch-agent[role=button]:hover{box-shadow:2px 2px 0 var(--ink)}.watch-agent[role=button]:focus-visible{outline:2.5px solid var(--ink);outline-offset:2px}.watch-agent-row{display:flex;align-items:center;gap:9px}.watch-agent-name{font-weight:700;font-size:13.5px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-agent-sub{display:flex;flex-direction:column;gap:2px;padding-left:37px;min-width:0}.watch-agent-focus{font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-agent-prog{font-size:11.5px;color:var(--mute);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-detail .panel-b{display:flex;flex-direction:column}.watch-detail-state{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.watch-detail-doing{font-size:13px;font-weight:600}.watch-focus-box{font-size:13px;line-height:1.5}.watch-focus-prog{font-size:12px;color:var(--mute);margin-top:3px}.watch-line{font-size:13px;line-height:1.45;background:var(--elev);border:1.5px solid var(--line2);border-radius:7px;padding:7px 9px;overflow-wrap:anywhere}.watch-line.reply{background:var(--paper);border-style:dashed}.watch-line-meta{font-size:11px;color:var(--mute);margin-top:3px}.watch-cam{display:flex;gap:6px;margin-bottom:2px}.watch-cam button{flex:1}.watch-cam button.on{background:var(--cyan, #bfe9e4);box-shadow:2px 2px 0 var(--ink)}.watch-inv{display:flex;flex-wrap:wrap;gap:6px}.watch-item{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;background:var(--paper);border:1.5px solid var(--ink);border-radius:7px;font-size:12px}.watch-item img{width:18px;height:18px;image-rendering:pixelated}.watch-item-lbl{text-transform:capitalize}.watch-tech{margin-top:14px;border-top:1.5px dashed var(--line2);padding-top:10px}.watch-tech summary{font-family:var(--pixel);font-size:8.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--mute);cursor:pointer}.watch-tech summary:focus-visible{outline:2.5px solid var(--ink);outline-offset:2px}.watch-tech-hint{font-size:11.5px;color:var(--mute);margin:8px 0;line-height:1.4}.watch-feed{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto}.watch-feed-row{display:flex;align-items:baseline;gap:6px;font-size:12px;line-height:1.45}.watch-feed-ico{flex-shrink:0}.watch-feed-name{font-weight:600;flex-shrink:0}.watch-feed-detail{color:var(--mute);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-pick-hint{margin:0}.watch-events{display:flex;flex-direction:column;gap:7px}.watch-event{display:flex;align-items:baseline;gap:8px;font-size:12.5px;line-height:1.4}.watch-event-ico{flex-shrink:0}.watch-event-body{flex:1;min-width:0;overflow-wrap:anywhere}.watch-event-who{font-weight:700}.watch-event-text{color:var(--mute)}.watch-event-text.fail{color:var(--redstone)}.watch-event-time{flex-shrink:0;font-size:11px;color:var(--mute)}@media (max-width: 760px){.watch-body{flex-direction:column}.watch-main{min-height:60vh}.watch-stage{min-height:300px}.watch-side{width:auto;max-width:none;border-left:0;border-top:2px solid var(--ink)}}.rowflex{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.replay{margin-top:12px;padding:14px 16px;background:var(--elev);border:1.5px dashed var(--line2);border-radius:8px;animation:fade .3s ease both}.replay-grid{display:grid;grid-template-columns:minmax(260px,460px) minmax(240px,1fr);gap:18px;align-items:start}@media (max-width: 900px){.replay-grid{grid-template-columns:1fr}}.replay-side{display:grid;gap:12px;min-width:0}.replay-note{font-size:12.5px;color:var(--mute)}.replay-lab{font-family:var(--pixel);font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:var(--mute)}.replay-lab i{font-style:normal;opacity:.7;text-transform:none;letter-spacing:.05em}.replay-clock{font-family:var(--mono);font-size:17px;font-variant-numeric:tabular-nums}.replay-clock small{font-size:11.5px;color:var(--mute)}.replay-map{display:block;width:100%;height:auto;background:var(--paper);border:1.5px solid var(--ink);border-radius:8px;box-shadow:3px 3px 0 var(--ink)}.replay-grid-line{stroke:var(--line);stroke-width:1}.replay-coord{font-family:var(--mono);font-size:9px;fill:var(--mute)}.replay-path{fill:none;stroke:var(--ink);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.replay-start{fill:var(--lime);stroke:var(--ink);stroke-width:1.5}.replay-end{fill:var(--gold);stroke:var(--ink);stroke-width:1.5}.replay-dot{fill:var(--orange);stroke:var(--ink);stroke-width:1.5}.replay input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;padding:0;background:transparent;border:0;cursor:pointer}.replay input[type=range]::-webkit-slider-runnable-track{height:9px;background:var(--paper);border:1.5px solid var(--ink);border-radius:3px}.replay input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;margin-top:-5px;background:var(--orange);border:1.5px solid var(--ink);border-radius:4px;box-shadow:1.5px 1.5px 0 var(--ink)}.replay input[type=range]::-moz-range-track{height:9px;background:var(--paper);border:1.5px solid var(--ink);border-radius:3px}.replay input[type=range]::-moz-range-thumb{width:13px;height:13px;background:var(--orange);border:1.5px solid var(--ink);border-radius:4px;box-shadow:1.5px 1.5px 0 var(--ink)}.replay-lane{position:relative;height:26px;overflow:hidden;background:var(--paper);border:1.5px solid var(--ink);border-radius:6px}.replay-ev{position:absolute;top:4px;bottom:4px;width:7px;transform:translate(-50%);padding:0;border-radius:2px;background:var(--cyan);border:1px solid var(--ink);box-shadow:none}.replay-ev.say{background:var(--gold)}.replay-ev.fail{background:var(--orange)}.replay-ev.on{top:1px;bottom:1px;width:9px;z-index:2;box-shadow:1.5px 1.5px 0 var(--ink)}.replay-ev:hover{top:1px;bottom:1px;z-index:3}.replay-cursor{position:absolute;top:0;bottom:0;width:1.5px;background:var(--ink);opacity:.55;pointer-events:none}.replay-detail{font-family:var(--mono);font-size:11.5px;line-height:1.5;color:var(--ink);background:var(--paper);border:1.5px dashed var(--line2);border-radius:6px;padding:7px 10px;overflow-wrap:anywhere}.replay-detail .chip{vertical-align:1px;margin-right:4px}.replay-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:10px}.replay-stats>div{display:grid;gap:4px;min-width:0}.replay-stats .num{font-family:var(--mono);font-size:13px}.replay-doing{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hearts{font-size:13px;color:var(--redstone);letter-spacing:1px;line-height:1}.hearts .off{color:var(--line2)}@media (max-width: 860px){:root{--sb-w: 0px}.sidebar{position:static;width:100%;height:auto;flex-direction:row;align-items:center;overflow-x:auto}.sb-nav{flex-direction:row;padding:8px}.sb-group,.sb-foot .live{display:none}.shell{flex-direction:column}.main{margin-left:0}.sb-brand{padding:10px 12px;border-bottom:0;border-right:2px solid var(--ink)}.sb-brand .sub,.sb-brand .name{display:none}.brand-mark{width:30px;height:30px}.sb-foot{margin-left:auto;border-top:0;border-left:2px solid var(--ink);padding:9px 10px}.sb-foot button{white-space:nowrap}.nav-item{padding:7px 9px;white-space:nowrap}.nav-item .count{display:none}.content{padding:20px 18px 48px}}@media (max-width: 620px){.nav-item{font-size:0;gap:0}.nav-ico{font-size:12px}.sb-foot{display:none}.sb-nav{flex-wrap:wrap}.topbar{padding:12px 16px;flex-wrap:wrap}.topbar .tb-spacer{display:none}.topbar>button,.topbar>a{margin-left:auto}.cards-grid{grid-template-columns:1fr}.watch-topbar{flex-wrap:wrap;row-gap:6px}.watch-title{min-width:0}.watch-sub{flex-wrap:wrap}.watch-sub .chip{max-width:calc(100vw - 48px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-controls{margin-left:0}}.credits-b{display:flex;flex-direction:column;gap:18px}.credits-summary{display:flex;gap:18px;align-items:baseline;flex-wrap:wrap}.credits-balance{font-family:var(--display);font-weight:800;font-size:40px;letter-spacing:-.04em;line-height:1;margin:0}.credits-summary-note{flex:1 1 320px;min-width:0;font-size:12.5px;line-height:1.5;color:var(--mute);max-width:70ch}.credits-split{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:18px;align-items:start}.credits-fund{min-width:0;display:flex;flex-direction:column;gap:12px}.credits-packs{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.credits-tao{min-width:0;display:flex;flex-direction:column;gap:10px;padding-top:14px;border-top:1.5px dashed var(--line2)}.credits-sec-h{font-size:11px;letter-spacing:1px;color:var(--mute)}.credits-input{width:320px;max-width:100%;font-size:12px}.credits-activity{min-width:0;display:flex;flex-direction:column;gap:8px;background:var(--elev);border:1.5px solid var(--line2);border-radius:var(--radius);padding:12px 14px}.credits-empty{font-size:12.5px;color:var(--mute)}.credits-ledger{display:flex;flex-direction:column}.credits-ledger-row{display:grid;grid-template-columns:minmax(52px,auto) minmax(0,1fr) auto;grid-template-areas:"amt reason at";gap:4px 10px;align-items:baseline;padding:6px 0;font-size:12.5px;border-top:1px solid var(--line)}.credits-ledger-row:first-child{border-top:0;padding-top:0}.credits-ledger-row .amt{grid-area:amt;text-align:right;font-family:var(--mono);font-size:12px}.credits-ledger-row .amt.pos{color:var(--lime-d)}.credits-ledger-row .amt.neg{color:var(--orange-d)}.credits-ledger-row .reason{grid-area:reason;color:var(--mute);min-width:0;overflow-wrap:anywhere}.credits-ledger-row .at{grid-area:at;color:var(--mute);font-family:var(--mono);font-size:11px;white-space:nowrap}@media (max-width: 900px){.credits-split{grid-template-columns:1fr}}@media (max-width: 480px){.credits-balance{font-size:34px}.credits-ledger-row{grid-template-columns:minmax(52px,auto) minmax(0,1fr);grid-template-areas:"amt reason" ". at"}.credits-ledger-row .at{white-space:normal}}.studio-page-intro{color:var(--mute);margin:0 0 20px;max-width:760px}.studio-workbench{margin-bottom:30px;overflow:hidden}.studio-workbench-head{justify-content:space-between;gap:16px}.studio-workbench-head>div{min-width:0}.studio-workbench-head h2{font-size:20px}.studio-eyebrow{display:block;margin-bottom:4px;color:var(--orange-d);font-family:var(--pixel);font-size:8px;letter-spacing:.16em;text-transform:uppercase}.studio-stage-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:11px 18px;background:var(--elev);border-bottom:1.5px dashed var(--line2)}.studio-stage-rail li{display:flex;align-items:center;gap:8px;min-width:0;color:var(--mute);font-family:var(--pixel);font-size:8.5px;letter-spacing:.11em;text-transform:uppercase}.studio-stage-rail li:not(:first-child):before{content:"→";margin-right:6px;color:var(--line2)}.studio-stage-rail li>span{display:grid;place-items:center;width:21px;height:21px;flex-shrink:0;border:1.5px solid var(--line2);border-radius:5px;background:var(--paper);letter-spacing:0}.studio-stage-rail li.is-done{color:var(--lime-d)}.studio-stage-rail li.is-done>span{border-color:var(--ink);background:var(--lime);color:var(--ink)}.studio-stage-rail li.is-active{color:var(--ink)}.studio-stage-rail li.is-active>span{border-color:var(--ink);background:var(--orange);box-shadow:1.5px 1.5px 0 var(--ink)}.studio-workbench-body{padding:20px}.studio-loading{display:flex;align-items:center;gap:12px;color:var(--mute);font-size:13px}.studio-loading .spin{width:18px;height:18px}.studio-muted{color:var(--mute);font-size:13px;margin:0}.studio-inline-error{color:var(--orange-d);font-size:12.5px;line-height:1.45;overflow-wrap:anywhere}.studio-workbench-body>.studio-inline-error{margin:14px 0 0}.studio-stage-copy{margin:5px 0 12px;color:var(--mute);font-size:12.5px;line-height:1.5}.studio-idea-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr);gap:24px;align-items:start}.studio-composer,.studio-examples{min-width:0}.studio-composer textarea{width:100%;min-height:132px;resize:vertical;font-size:13.5px;line-height:1.5}.studio-composer-foot{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-top:8px}.studio-facts{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.studio-char-count{flex-shrink:0;color:var(--mute);font-size:10.5px}.studio-primary-action{margin-top:14px}.studio-examples{padding-left:22px;border-left:1.5px dashed var(--line2)}.studio-example-list{display:flex;flex-direction:column;gap:8px}.studio-example{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:10px 12px;text-align:left;white-space:normal;background:var(--elev);border-color:var(--line2);box-shadow:none;font-family:inherit;font-size:12px;line-height:1.45;letter-spacing:normal;text-transform:none}.studio-example:hover{background:var(--paper);border-color:var(--ink);box-shadow:2px 2px 0 var(--ink);transform:translate(-1px,-1px)}.studio-example-top{display:flex;align-items:center;gap:8px;min-width:0}.studio-example-top strong{min-width:0;font-family:var(--display);font-size:13.5px;overflow-wrap:anywhere}.studio-example-top .chip{margin-left:auto;flex-shrink:0}.studio-example-tags{color:var(--mute);font-family:var(--mono);font-size:9.5px;text-transform:uppercase}.studio-stage-header{min-width:0;margin-bottom:16px}.studio-stage-header h3{margin:0;font-family:var(--display);font-size:20px;line-height:1.2;overflow-wrap:anywhere}.studio-stage-header p{max-width:72ch;margin:7px 0 0;color:var(--mute);font-size:13px;line-height:1.55}.studio-mod-id{max-width:100%;margin-top:7px;text-transform:none;overflow-wrap:anywhere;white-space:normal}.studio-question-list{display:grid;gap:12px}.studio-question{min-width:0;margin:0;padding:13px 14px 14px;border:1.5px solid var(--line2);border-radius:9px}.studio-question legend{padding:0 6px;font-family:var(--display);font-size:14px;font-weight:800;line-height:1.4;overflow-wrap:anywhere}.studio-question legend>span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-right:8px;padding:0 4px;border-radius:4px;background:var(--ink);color:var(--paper);font-family:var(--pixel);font-size:8px}.studio-question>p{margin:4px 0 10px;color:var(--mute);font-size:12px;line-height:1.5}.studio-option-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}.studio-option-list button{display:block;min-width:0;padding:9px 10px;text-align:left;white-space:normal;background:var(--paper);border-color:var(--line2);box-shadow:none;font-family:inherit;letter-spacing:normal;text-transform:none}.studio-option-list button strong,.studio-option-list button span{display:block;overflow-wrap:anywhere}.studio-option-list button strong{font-family:var(--display);font-size:12.5px}.studio-option-list button span{margin-top:3px;color:var(--mute);font-size:11.5px;line-height:1.4}.studio-option-list button.is-selected{border-color:var(--ink);background:var(--gold);box-shadow:2px 2px 0 var(--ink)}.studio-custom-answer{display:grid;gap:5px;margin-top:10px;max-width:540px}.studio-custom-answer>span{color:var(--mute);font-size:11.5px}.studio-custom-answer input{width:100%;font-size:12.5px}.studio-stage-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-top:16px}.studio-blueprint-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:24px}.studio-blueprint-grid section{min-width:0}.studio-blueprint-grid p,.studio-blueprint-grid ol{font-size:13px;line-height:1.6;overflow-wrap:anywhere}.studio-blueprint-grid ol{margin:8px 0 18px;padding-left:22px}.studio-blueprint-grid li{margin-bottom:6px}.studio-test-sheet{padding-left:22px;border-left:1.5px dashed var(--line2)}.studio-test-sheet>p{margin:6px 0 12px;color:var(--mute);font-size:12px}.studio-test-sheet ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}.studio-test-sheet li{display:flex;gap:9px;align-items:flex-start;font-size:12.5px;line-height:1.5;overflow-wrap:anywhere}.studio-test-sheet li>span{color:var(--lime-d);font-weight:800}.studio-build-confirm{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:20px -20px -20px;padding:16px 20px 18px;border-top:1.5px solid var(--ink);background:var(--elev)}.studio-build-confirm>div:first-child{display:grid;gap:4px;max-width:62ch}.studio-build-confirm>div:first-child span{color:var(--mute);font-size:12px;line-height:1.45}.studio-build-confirm .studio-stage-actions{flex-shrink:0;margin-top:0}.studio-build-timeline{display:flex;flex-direction:column;max-width:660px}.studio-build-step{position:relative;display:flex;gap:12px;min-width:0;padding:8px 0;color:var(--mute)}.studio-build-step:not(:last-child):before{content:"";position:absolute;left:11px;top:31px;bottom:-5px;width:1.5px;background:var(--line2)}.studio-build-marker{z-index:1;display:grid;place-items:center;width:23px;height:23px;flex-shrink:0;border:1.5px solid var(--line2);border-radius:5px;background:var(--paper);font-family:var(--pixel);font-size:8px}.studio-build-marker .status-spin{width:10px;height:10px;display:inline-block}.studio-build-step>div{min-width:0;display:grid;gap:3px}.studio-build-step strong{font-family:var(--display);font-size:13.5px}.studio-build-step>div>span{font-family:var(--mono);font-size:11px;overflow-wrap:anywhere}.studio-build-step.is-done{color:var(--ink)}.studio-build-step.is-done .studio-build-marker{border-color:var(--ink);background:var(--lime)}.studio-build-step.is-done:not(:last-child):before{background:var(--lime-d)}.studio-build-step.is-active{color:var(--ink)}.studio-build-step.is-active .studio-build-marker{border-color:var(--ink);background:var(--gold)}.studio-build-step.is-failed{color:var(--orange-d)}.studio-build-step.is-failed .studio-build-marker{border-color:var(--ink);background:var(--orange);color:var(--ink)}.studio-safe-note{max-width:68ch;margin:15px 0 0;padding-top:13px;border-top:1.5px dashed var(--line2);color:var(--mute);font-size:12.5px}.studio-build-result,.studio-build-error{display:grid;gap:10px;max-width:760px;margin-top:16px;padding-top:15px;border-top:1.5px dashed var(--line2)}.studio-build-result>strong,.studio-build-error>strong{font-size:13.5px;overflow-wrap:anywhere}.studio-build-error details summary{color:var(--mute);font-size:12px;cursor:pointer}.studio-build-error pre{max-height:180px;overflow:auto;white-space:pre-wrap;color:var(--mute);font-size:11px}.studio-success{color:var(--lime-d);font-size:13px}.studio-catalog{display:grid;gap:26px}.studio-catalog section>h2{margin:0 0 10px}.studio-server-list{display:flex;flex-direction:column;gap:8px}.studio-server-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.studio-server-row>span:first-child{font-size:13.5px;font-weight:600}.studio-server-row>.chip{max-width:100%;overflow-wrap:anywhere;white-space:normal;text-transform:none}.studio-server-row>button{margin-left:auto}@media (max-width: 900px){.studio-idea-grid,.studio-blueprint-grid{grid-template-columns:minmax(0,1fr)}.studio-examples,.studio-test-sheet{padding:18px 0 0;border-left:0;border-top:1.5px dashed var(--line2)}.studio-build-confirm{align-items:flex-start;flex-direction:column}}@media (max-width: 620px){.studio-stage-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.studio-stage-rail li:not(:first-child):before{display:none}.studio-workbench-body{padding:15px 12px}.studio-build-confirm{margin:18px -12px -15px;padding:15px 12px 17px}.studio-composer-foot{align-items:flex-end}.studio-option-list{grid-template-columns:minmax(0,1fr)}.studio-stage-actions>button,.studio-build-confirm .studio-stage-actions{width:100%}.studio-build-confirm .studio-stage-actions>button{flex:1 1 100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.studio-example:hover{transform:none}.studio-build-marker .status-spin{animation:none}}
