:root{--scene-bg: #0e1a2b;--scene-accent: #7ec5ff;--fg: #e6f0ff;--fg-dim: #8aa1c1;--panel: #0a1422cc;--panel-border: #1d2c44;--warning: #ffcc66;--critical: #ff7676;--ok: #8df0c0}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--scene-bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,sans-serif;font-size:14px;overflow:hidden;transition:background .6s ease}.app{display:grid;grid-template-rows:auto auto 1fr auto;height:100vh;width:100vw;transition:filter .8s ease}.app--mode-ambient{grid-template-rows:auto 1fr}.app--mode-ambient .main{grid-template-columns:1fr;padding:0;gap:0}.app--mode-ambient .stage{border:0;border-radius:0}.app--ambient{filter:brightness(.72) saturate(.85)}.app--ambient .agent__bubble{animation-duration:5s!important}.app--ambient .agent__pulse{animation-duration:4s!important}.topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 18px;border-bottom:1px solid var(--panel-border);background:var(--panel);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar__title strong{font-size:15px;letter-spacing:.4px}.topbar__sub{margin-left:10px;font-size:11px;color:var(--fg-dim);text-transform:uppercase;letter-spacing:.6px}.topbar__meta{display:flex;gap:14px;align-items:center;font-size:12px;color:var(--fg-dim)}.topbar__server{font-family:ui-monospace,SFMono-Regular,monospace}.conn{font-weight:600}.conn--open{color:var(--ok)}.conn--connecting{color:var(--warning)}.conn--closed,.conn--error{color:var(--critical)}.topbar--ambient{display:block;height:0;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.conn-dot{position:fixed;top:14px;right:14px;width:8px;height:8px;border-radius:50%;z-index:10;box-shadow:0 0 6px currentColor}.conn-dot.conn--open{background:var(--ok);color:var(--ok)}.conn-dot.conn--connecting{background:var(--warning);color:var(--warning);animation:pulse 1.6s ease-in-out infinite}.conn-dot.conn--closed,.conn-dot.conn--error{background:var(--critical);color:var(--critical);animation:pulse 1s ease-in-out infinite}.scene-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border:1px solid var(--panel-border);background:#0e1a2b;color:var(--fg-dim);border-radius:999px;font-size:11px;font-family:inherit;letter-spacing:.3px;cursor:pointer;white-space:nowrap;transition:border-color .16s ease,color .16s ease,background .16s ease}.scene-chip:hover{color:var(--fg);border-color:#2c3e5e}.scene-chip.on{background:color-mix(in srgb,var(--scene-accent, #7ec5ff) 18%,transparent);border-color:var(--scene-accent, #7ec5ff);color:var(--fg)}.scene-chip__dot{width:6px;height:6px;border-radius:50%;background:var(--ok)}.scene-chip--auto.on .scene-chip__dot{animation:breathe 2s ease-in-out infinite}.scene-chip__sub{font-family:ui-monospace,SFMono-Regular,monospace;color:var(--fg-dim);font-size:10px;margin-left:4px}.scene-chip__tag{font-size:9px;padding:1px 4px;border-radius:3px;letter-spacing:.5px;border:1px solid currentColor}.scene-chip__tag--res{color:var(--critical)}.scene-chip__tag--amb{color:#94c1ff}.boot{display:grid;place-items:center;height:100vh;text-align:center;padding:40px}.boot__title{font-size:22px;margin-bottom:12px}.boot__msg{color:var(--fg-dim)}.boot__hint{color:var(--fg-dim);margin-top:16px;font-size:12px}.boot__hint code,.boot__msg code{background:#0004;padding:2px 6px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,monospace}.boot--error .boot__msg{color:var(--critical)}.main{display:grid;grid-template-columns:1fr 340px;gap:16px;padding:16px;min-height:0}.rightrail{display:grid;grid-template-rows:minmax(180px,auto) 1fr;gap:12px;min-height:0}.app--quiet{filter:brightness(.92) saturate(.92)}.app--quiet .agent__bubble{animation:breathe 6s ease-in-out infinite!important}.app--quiet .agent__pulse{opacity:0!important;animation:none!important}.stage{position:relative;border:1px solid var(--panel-border);border-radius:12px;background:radial-gradient(ellipse at 50% 40%,rgba(255,255,255,.04),transparent 60%),linear-gradient(180deg,color-mix(in srgb,var(--scene-bg) 85%,white 4%),var(--scene-bg));overflow:hidden;min-height:420px;transition:background .6s ease}.stage__scene-name{position:absolute;top:10px;left:14px;font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--fg-dim);display:flex;gap:10px;align-items:center}.stage__research-tag{padding:2px 6px;border:1px solid var(--critical);color:var(--critical);border-radius:3px;letter-spacing:1px;font-size:10px}.stage__ambient-tag{padding:2px 6px;border:1px solid #94c1ff;color:#94c1ff;border-radius:3px;letter-spacing:1px;font-size:10px}.stage__decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.4}.stage__scene-name{z-index:1}.stage .agent{z-index:2}.stage--system_ops .stage__decor{background-image:repeating-linear-gradient(0deg,transparent 0 39px,color-mix(in srgb,var(--scene-accent) 12%,transparent) 39px 40px),repeating-linear-gradient(90deg,transparent 0 39px,color-mix(in srgb,var(--scene-accent) 8%,transparent) 39px 40px)}.stage--trading_research_desk .stage__decor{background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--critical) 14%,transparent),transparent 40%),repeating-linear-gradient(0deg,transparent 0 24px,#ff7676 24px 25px);opacity:.18}.stage--trading_research_desk:after{content:"RESEARCH ONLY · NO BROKER WRITE · NO LIVE SUBMIT · OWNER REVIEW REQUIRED";position:absolute;bottom:14px;left:50%;transform:translate(-50%);font-size:10px;letter-spacing:4px;color:var(--critical);border:1px dashed var(--critical);padding:4px 12px;border-radius:3px;z-index:3}.stage--night_ambient .stage__decor{background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--scene-accent) 16%,transparent),transparent 55%);opacity:.6}.stage--night_ambient .agent--ceo .agent__bubble{width:120px;height:120px}.stage--night_ambient .agent--ceo .agent__glyph{font-size:40px}.agent{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;width:132px;pointer-events:auto;transition:top .8s ease,left .8s ease}.agent__bubble{position:relative;width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 35% 30%,color-mix(in srgb,var(--scene-accent) 80%,white 20%),color-mix(in srgb,var(--scene-accent) 60%,black 30%));border:2px solid color-mix(in srgb,var(--scene-accent) 70%,white 20%);display:grid;place-items:center;box-shadow:0 6px 18px #0005,inset 0 0 12px #ffffff20;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.agent--ceo .agent__bubble{width:90px;height:90px;background:radial-gradient(circle at 35% 30%,#b8e7ff,#2a6fb0);border-color:#cfecff;box-shadow:0 8px 26px #0007,inset 0 0 16px #ffffff40}.agent__glyph{font-weight:700;font-size:22px;color:#0a1422;text-shadow:0 1px 0 #ffffff60}.agent--ceo .agent__glyph{font-size:30px}.agent__pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--scene-accent);opacity:0}.agent__label{margin-top:8px;text-align:center;font-size:11px}.agent__name{display:block;font-weight:600;color:var(--fg)}.agent__state{display:block;margin-top:2px;color:var(--fg-dim);text-transform:uppercase;letter-spacing:1px;font-size:10px}.agent__msg{margin-top:6px;max-width:160px;padding:4px 8px;background:#0006;border:1px solid var(--panel-border);border-radius:6px;font-size:11px;color:var(--fg);text-align:center;line-height:1.3}.agent__badge{margin-top:6px;font-size:9px;padding:2px 5px;border:1px solid var(--critical);color:var(--critical);border-radius:3px;letter-spacing:1px}.agent--state-idle .agent__bubble{filter:saturate(.7)}.agent--state-offline .agent__bubble{filter:grayscale(.9) brightness(.6)}.agent--state-error .agent__bubble{border-color:var(--critical);animation:shake .28s ease-in-out 3}.agent--state-done .agent__bubble{border-color:var(--ok);box-shadow:0 0 18px var(--ok)}.agent--state-waiting_user .agent__bubble{border-color:var(--warning);animation:pulse 1.6s ease-in-out infinite}.agent--sev-warning .agent__pulse{animation:ring 1.4s ease-out infinite;border-color:var(--warning);opacity:1}.agent--sev-critical .agent__pulse{animation:ring .8s ease-out infinite;border-color:var(--critical);opacity:1}.agent--anim-typing .agent__bubble{animation:nudge .52s ease-in-out infinite}.agent--anim-thinking .agent__bubble{animation:float 2.8s ease-in-out infinite}.agent--anim-magnifier_search .agent__bubble{animation:scan 1.8s linear infinite}.agent--anim-render_progress .agent__bubble{animation:float 1.6s ease-in-out infinite}.agent--anim-radar_scan .agent__pulse{animation:ring 2.4s linear infinite;opacity:1}.agent--anim-pocket_tool .agent__bubble{animation:pop .6s ease-out}.agent--anim-anywhere_door .agent__bubble{animation:flip .7s ease-in-out}.agent--anim-doraemon_sign .agent__bubble,.agent--anim-hold_sign .agent__bubble{animation:tilt 1.2s ease-in-out infinite}.agent--anim-bell_sparkle .agent__bubble{animation:sparkle 1s ease-out 2}.agent--anim-stamp_done .agent__bubble{animation:pop .5s ease-out}.agent--anim-idle_breath .agent__bubble{animation:breathe 3.4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes nudge{0%,to{transform:translateY(0)}50%{transform:translateY(-3px) rotate(-2deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 var(--warning)}50%{transform:scale(1.06);box-shadow:0 0 0 8px transparent}}@keyframes ring{0%{transform:scale(.9);opacity:1}to{transform:scale(1.6);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@keyframes pop{0%{transform:scale(.9)}60%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes tilt{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}@keyframes sparkle{0%{box-shadow:0 0 #fff}to{box-shadow:0 0 14px 6px transparent}}@keyframes flip{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes scan{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.focus{display:flex;flex-direction:column;border:1px solid var(--panel-border);border-radius:12px;background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden;min-height:0}.focus__header{padding:10px 14px;border-bottom:1px solid var(--panel-border);font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--fg-dim)}.focus__body{padding:14px;flex:1}.focus__title{font-size:15px;font-weight:600;margin-bottom:6px}.focus__message{color:var(--fg);margin-bottom:14px;line-height:1.5}.focus__placeholder{color:var(--fg-dim);font-style:italic}.focus__meta{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;border-top:1px dashed #1a2640;font-size:11px;color:var(--fg-dim)}.focus__meta code{color:var(--fg);font-family:ui-monospace,SFMono-Regular,monospace}.focus--owner{border-color:var(--warning);box-shadow:0 0 24px #fc63}.focus--owner .focus__header{color:var(--warning)}.focus--sev-critical{border-color:var(--critical)}.focus--sev-critical .focus__header{color:var(--critical)}.focus--sev-warning{border-color:var(--warning)}:root{--dora-blue: #29a9e8;--dora-blue-deep: #126aa5;--dora-white: #fff8ee;--dora-red: #ef5350;--dora-yellow: #ffd94d;--dora-pink: #ff7fc8;--soft-mint: #8df0c0;--soft-amber: #ffd68a}.app{background:radial-gradient(circle at 18% 12%,rgba(41,169,232,.18),transparent 34%),radial-gradient(circle at 88% 8%,rgba(255,217,77,.1),transparent 30%),linear-gradient(180deg,#07101c,#0d1d34 48%,#07111e)}.topbar{background:linear-gradient(90deg,#11446ec2,#091423d6),var(--panel);border-bottom-color:#7ec5ff38;box-shadow:0 10px 28px #0000002e}.topbar__title strong:before{content:"鈴";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:50%;color:#5b4100;background:radial-gradient(circle at 35% 25%,#fff7b2,var(--dora-yellow));box-shadow:0 0 14px #ffd94d73;font-size:12px}.topbar__sub{color:#fff8eeb8}.scene-chip{background:#fff8ee09;border-color:#7ec5ff29}.scene-chip.on{background:linear-gradient(180deg,#29a9e838,#fff8ee0e);box-shadow:inset 0 0 0 1px #ffffff0a,0 0 24px #29a9e81a}.stage{min-height:520px;isolation:isolate;background:radial-gradient(circle at 50% 45%,rgba(255,248,238,.12),transparent 20%),radial-gradient(circle at 50% 46%,rgba(41,169,232,.18),transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--scene-bg) 76%,#0d4c77 20%),var(--scene-bg));border-color:#7ec5ff2e;box-shadow:inset 0 0 0 1px #ffffff08,inset 0 -60px 120px #00000038,0 20px 70px #00000038}.stage:before{content:"";position:absolute;left:8%;right:8%;bottom:-24%;height:58%;border-radius:50% 50% 0 0;background:radial-gradient(ellipse at center,rgba(255,248,238,.08),transparent 62%),repeating-radial-gradient(ellipse at center,transparent 0 36px,rgba(126,197,255,.08) 37px 38px);transform:perspective(480px) rotateX(58deg);transform-origin:bottom;z-index:0;pointer-events:none}.stage__decor{opacity:.55;background-image:radial-gradient(circle at 12% 20%,rgba(255,255,255,.16) 0 1px,transparent 1.5px),radial-gradient(circle at 82% 18%,rgba(255,217,77,.18) 0 1px,transparent 1.5px),linear-gradient(115deg,transparent 0 45%,rgba(126,197,255,.08) 45.2% 45.5%,transparent 45.8%);background-size:92px 92px,128px 128px,100% 100%}.stage__stars{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 17% 35%,rgba(255,255,255,.28) 0 1px,transparent 1.6px),radial-gradient(circle at 69% 19%,rgba(255,255,255,.22) 0 1px,transparent 1.6px),radial-gradient(circle at 84% 58%,rgba(255,217,77,.22) 0 1px,transparent 1.6px),radial-gradient(circle at 33% 70%,rgba(141,240,192,.22) 0 1px,transparent 1.6px);opacity:.8;animation:room-drift 18s ease-in-out infinite alternate;z-index:0;pointer-events:none}.stage__scene-name{color:#fff8eeb8;background:#050d1761;border:1px solid rgba(126,197,255,.14);border-radius:999px;padding:6px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stage__research-tag,.agent__badge{border-color:#ffd68aa8;color:var(--soft-amber);background:#ffd68a14}.stage__ambient-tag{border-color:#94c1ff94;color:#b9d6ff;background:#94c1ff14}.stage__console-ring{position:absolute;left:50%;top:50%;width:min(42vw,440px);height:min(42vw,440px);transform:translate(-50%,-50%);border-radius:50%;z-index:1;pointer-events:none;background:radial-gradient(circle,transparent 0 40%,rgba(255,248,238,.05) 41% 44%,transparent 45%),conic-gradient(from 20deg,transparent 0 12%,rgba(126,197,255,.22) 13% 15%,transparent 16% 33%,rgba(255,217,77,.2) 34% 36%,transparent 37% 100%);box-shadow:inset 0 0 50px #29a9e814,0 0 45px #29a9e814;animation:room-spin 80s linear infinite}.stage__console-ring span{position:absolute;top:13%;right:13%;bottom:13%;left:13%;border:1px solid rgba(126,197,255,.18);border-radius:50%}.stage__console-ring span:nth-child(2){top:27%;right:27%;bottom:27%;left:27%;border-style:dashed;opacity:.8}.stage__console-ring span:nth-child(3){top:41%;right:41%;bottom:41%;left:41%;border-color:#ffd94d38}.stage__links{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;color:var(--scene-accent);pointer-events:none;opacity:.48}.stage__links line{stroke:currentColor;stroke-width:.14;stroke-dasharray:.8 1.2;filter:drop-shadow(0 0 3px currentColor)}.stage__workstations span{position:absolute;transform:translate(-50%,46px);z-index:1;min-width:42px;text-align:center;padding:3px 8px;border-radius:999px;border:1px solid rgba(126,197,255,.16);background:#0309126b;color:#fff8ee9e;font:10px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:1px}.stage__pocket{position:absolute;left:calc(50% - 54px);top:calc(50% + 40px);width:108px;z-index:2;opacity:.88;filter:drop-shadow(0 0 16px rgba(85,189,244,.3));pointer-events:none}.stage__pocket img{width:100%;display:block}.stage__door{position:absolute;right:4.5%;bottom:9%;width:112px;z-index:1;opacity:.9;pointer-events:none;filter:drop-shadow(0 0 18px rgba(255,127,200,.32))}.stage__door img{width:100%;display:block;border-radius:16px;object-fit:cover;box-shadow:0 14px 26px #00000038}.stage__door span{position:absolute;top:10%;right:18%;bottom:10%;left:18%;border-radius:18px;box-shadow:inset 0 0 16px #ffffff3d,0 0 26px #ff7fc838;animation:door-glow 3.8s ease-in-out infinite}.stage__status-line{position:absolute;left:16px;right:16px;bottom:14px;display:flex;gap:8px;justify-content:center;color:#fff8ee85;font:10px ui-monospace,SFMono-Regular,monospace;letter-spacing:1.6px;z-index:1;pointer-events:none}.stage__status-line span{padding:4px 8px;border:1px solid rgba(126,197,255,.12);border-radius:999px;background:#03091242}.agent{width:154px;z-index:4}.agent__halo{position:absolute;top:4px;width:94px;height:94px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--scene-accent) 28%,transparent),transparent 70%);opacity:.5;filter:blur(2px);pointer-events:none}.agent--ceo .agent__halo{width:146px;height:146px;top:-9px;background:radial-gradient(circle,rgba(255,217,77,.18),rgba(41,169,232,.18) 40%,transparent 72%)}.agent__bubble{overflow:visible;background:radial-gradient(circle at 35% 25%,#ffe9e9,var(--dora-red) 62%,#a51d1d 100%);border-color:#fff8eed6}.agent--ceo .agent__bubble{width:112px;height:112px;background:radial-gradient(circle at 34% 24%,#e7fbff,var(--dora-blue) 45%,var(--dora-blue-deep));border-color:#fff8eef0;box-shadow:0 16px 34px #00000080,0 0 45px #29a9e838,inset 0 0 18px #fff6}.agent--image .agent__bubble{overflow:hidden;background:#fff8eef5}.agent--ceo.agent--image .agent__bubble{overflow:visible;border-color:transparent;background:radial-gradient(circle,rgba(255,248,238,.22),rgba(41,169,232,.12) 62%,transparent 72%);box-shadow:0 18px 36px #00000057,0 0 38px #29a9e842}.agent__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;display:block;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 8px 14px rgba(0,0,0,.22))}.agent--minidora .agent__image{transform:scale(1.06)}.agent--ceo .agent__image{top:-24%;right:-24%;bottom:-24%;left:-24%;width:148%;height:148%;border-radius:0;object-fit:contain;object-position:center;transform-origin:center bottom;filter:drop-shadow(0 18px 22px rgba(0,0,0,.28))}.agent--image .agent__bell{display:none}.agent__face{position:absolute;top:13%;right:13%;bottom:13%;left:13%;border-radius:50%;background:var(--dora-white);box-shadow:inset 0 -7px 16px #00000012}.agent--minidora .agent__face{top:16%;right:16%;bottom:16%;left:16%}.agent__eyes:before,.agent__eyes:after{content:"";position:absolute;top:24%;width:16%;height:20%;border-radius:50%;background:#17233a;box-shadow:inset 0 0 0 3px #fff}.agent__eyes:before{left:31%}.agent__eyes:after{right:31%}.agent__nose{position:absolute;left:50%;top:47%;width:14%;height:14%;transform:translate(-50%,-50%);border-radius:50%;background:var(--dora-red);box-shadow:0 0 0 2px #17233a1a}.agent--minidora .agent__nose{background:var(--dora-blue)}.agent__mouth{position:absolute;left:50%;top:58%;width:38%;height:20%;transform:translate(-50%);border-bottom:3px solid #17233a;border-radius:0 0 999px 999px}.agent__role-icon{position:absolute;right:-8px;bottom:-8px;display:grid;place-items:center;min-width:25px;height:25px;padding:0 5px;border-radius:999px;border:2px solid rgba(255,248,238,.9);background:radial-gradient(circle at 30% 25%,#fff7b2,var(--dora-yellow));color:#533b00;font:700 11px ui-monospace,SFMono-Regular,monospace;box-shadow:0 6px 12px #00000040}.agent__bell{position:absolute;left:50%;bottom:-9px;width:24px;height:24px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle at 34% 24%,#fff7b2,var(--dora-yellow));border:3px solid rgba(111,80,0,.62);box-shadow:0 0 14px #ffd94d8c}.agent__bell:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;transform:translate(-50%,-15%);border-radius:50%;background:#6f5000bf}.agent__family{display:inline-flex;align-items:center;justify-content:center;margin-bottom:4px;padding:2px 7px;border-radius:999px;color:#fff8eeb8;background:#03091257;border:1px solid rgba(126,197,255,.12);font:9px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:1.2px;text-transform:uppercase}.agent__name{font-size:12px;text-shadow:0 2px 5px rgba(0,0,0,.45)}.agent__state{color:#fff8ee8f;text-transform:none}.agent__msg{background:#060f1bb8;border-color:#7ec5ff24;box-shadow:0 10px 24px #0000003d}.agent--state-idle .agent__bubble{filter:saturate(.92)}.agent--state-monitoring .agent__bubble,.agent--state-researching .agent__bubble,.agent--state-tool_call .agent__bubble{box-shadow:0 0 22px color-mix(in srgb,var(--scene-accent) 34%,transparent),inset 0 0 12px #ffffff2e}.agent--state-waiting_user .agent__bubble{border-color:var(--dora-yellow);box-shadow:0 0 28px #ffd94d6b,inset 0 0 12px #ffffff38}.agent--state-error .agent__bubble{box-shadow:0 0 28px #ef53506b,inset 0 0 12px #ffffff2e}.agent--state-done .agent__bubble{box-shadow:0 0 26px #8df0c06b,inset 0 0 12px #ffffff2e}.focus{background:linear-gradient(180deg,#fff8ee0e,#08121fc2),#060f1bd1;border-color:#7ec5ff29;box-shadow:0 14px 42px #0000002e}.focus__header{color:#fff8eea8;background:#fff8ee06}.focus__body--calm{text-align:center;display:grid;align-content:center;min-height:160px}.focus__calm-mark{justify-self:center;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;margin-bottom:12px;color:#5b4100;background:radial-gradient(circle at 35% 25%,#fff7b2,var(--dora-yellow));box-shadow:0 0 24px #ffd94d5c}.focus__badge-row{display:flex;gap:8px;align-items:center;margin-bottom:10px}.focus__event-icon,.focus__severity{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;padding:3px 9px;font:10px ui-monospace,SFMono-Regular,monospace;border:1px solid rgba(126,197,255,.16);background:#fff8ee0f;color:#fff8eecc}.focus__severity--warning{color:var(--soft-amber);border-color:#ffd68a5c}.focus__severity--critical{color:#ff9a9a;border-color:#ff9a9a5c}.focus__severity--watch{color:#b6d6ff}.stage--command_room .stage__decor{background-image:radial-gradient(circle at 16% 22%,rgba(255,217,77,.17) 0 1px,transparent 1.5px),radial-gradient(circle at 74% 26%,rgba(141,240,192,.13) 0 1px,transparent 1.5px),repeating-linear-gradient(90deg,transparent 0 72px,rgba(126,197,255,.035) 73px 74px)}.stage--system_ops .stage__decor{background-image:repeating-linear-gradient(0deg,transparent 0 39px,color-mix(in srgb,var(--scene-accent) 16%,transparent) 39px 40px),repeating-linear-gradient(90deg,transparent 0 39px,color-mix(in srgb,var(--scene-accent) 10%,transparent) 39px 40px),radial-gradient(circle at 82% 22%,rgba(141,240,192,.18),transparent 35%)}.stage--trading_research_desk .stage__decor{background:radial-gradient(circle at 80% 20%,rgba(255,214,138,.16),transparent 40%),repeating-linear-gradient(0deg,transparent 0 24px,rgba(255,214,138,.12) 24px 25px),linear-gradient(90deg,transparent,rgba(255,214,138,.04));opacity:.26}.stage--trading_research_desk:after{color:var(--soft-amber);border-color:#ffd68a8f;background:#ffd68a14;letter-spacing:2px}.stage--night_ambient{background:radial-gradient(circle at 50% 40%,rgba(41,169,232,.16),transparent 46%),linear-gradient(180deg,#050915,#0a1326 62%,#050914)}.stage--night_ambient .stage__door,.stage--night_ambient .stage__pocket,.stage--night_ambient .stage__status-line,.stage--night_ambient .stage__workstations{opacity:.34}@keyframes room-drift{0%{transform:translateZ(0)}to{transform:translate3d(-18px,10px,0)}}@keyframes room-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes door-glow{0%,to{opacity:.28}50%{opacity:.82}}@media (max-width: 980px){.main{grid-template-columns:1fr}.rightrail{grid-template-rows:auto auto}.stage{min-height:560px}}@media (prefers-reduced-motion: reduce){.stage__stars,.stage__console-ring,.stage__door span,.agent__bubble,.agent__pulse{animation:none!important}}.stage{min-height:485px}.stage__status-line{bottom:8px;opacity:.78}.stage__status-line span{background:#03091275}.stage__door:after{content:"Anywhere Door";position:absolute;left:50%;bottom:-16px;transform:translate(-50%);color:#fff8ee85;font:9px/1 ui-monospace,SFMono-Regular,monospace;white-space:nowrap;letter-spacing:.5px}.stage__workstations span{transform:translate(-50%,50px);color:#fff8eec7;background:#03091294;border-color:#7ec5ff3d;font-size:10.5px}.agent__label{padding:5px 8px;border:1px solid rgba(126,197,255,.12);border-radius:12px;background:#03091275;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 18px #0000002e}.agent--ceo .agent__label{margin-top:16px;background:#030912a8;border-color:#ffd94d38}.agent__state{color:#fff8eeb3}.agent__family{color:#fff8eed1}.agent__badge{background:#0309128f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-height: 920px){.stage{min-height:440px}}.app{grid-template-rows:auto auto auto minmax(0,1fr) auto}.app--mode-ambient{grid-template-rows:auto minmax(0,1fr)}.topbar{min-height:52px;padding:9px 18px;gap:18px;background:linear-gradient(90deg,rgba(255,248,238,.06),transparent 24%),linear-gradient(90deg,#0d4876e6,#061120f0)}.topbar__title,.topbar__meta{min-width:0}.topbar__title strong{font-size:16px;letter-spacing:0}.topbar__sub{color:#fff8eea8;letter-spacing:.2px;text-transform:none}.topbar__meta{gap:10px;justify-content:flex-end}.topbar__badge,.conn{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:4px 10px;white-space:nowrap;border:1px solid rgba(255,248,238,.14);background:#fff8ee0e;font:11px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.5px}.topbar__badge{color:#ffe59c;border-color:#ffd94d57;background:#ffd94d14}.conn{gap:7px;text-transform:uppercase}.conn__dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 9px currentColor}.topbar__server{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff8ee6b}.app--mode-ambient .topbar--ambient{min-height:0;height:0;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.app--mode-ambient .conn-dot{z-index:30;opacity:.72}.scene-chip{min-height:28px;border-radius:999px}.room-shelf{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(132px,.7fr));gap:10px;padding:12px 16px 0}.room-shelf__item{min-width:0;min-height:66px;padding:10px 12px;border:1px solid rgba(126,197,255,.14);border-radius:8px;background:linear-gradient(180deg,#fff8ee0f,#050d188f),#071220bd;box-shadow:inset 0 1px #fff8ee0d,0 10px 24px #0000001f}.room-shelf__label{display:block;margin-bottom:4px;color:#fff8ee7a;font:10px/1 ui-monospace,SFMono-Regular,monospace;text-transform:uppercase;letter-spacing:1px}.room-shelf__item strong{display:block;overflow:hidden;color:var(--dora-white);font-size:18px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.room-shelf__item span:last-child{display:block;margin-top:4px;overflow:hidden;color:#fff8ee8a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.room-shelf__item--scene{border-color:#ffd94d2e;background:linear-gradient(120deg,rgba(255,217,77,.075),transparent 52%),linear-gradient(180deg,#fff8ee0f,#050d188f)}.main{grid-template-columns:minmax(0,1fr) minmax(320px,365px);padding:12px 16px 14px;gap:14px}.rightrail{grid-template-rows:minmax(190px,auto) minmax(0,1fr)}.stage{min-height:460px;border-radius:10px;background:linear-gradient(180deg,rgba(255,248,238,.07),transparent 23%),linear-gradient(180deg,color-mix(in srgb,var(--scene-bg) 76%,#123d5f 20%),var(--scene-bg))}.stage__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-position:center;background-size:cover;opacity:.035;filter:blur(5px) saturate(.55) contrast(.82);transform:scale(1.04);pointer-events:none}.stage__decor,.stage__stars,.stage:before{z-index:1}.stage__console-ring,.stage__links,.stage__workstations,.stage__pocket,.stage__gadgets,.stage__door,.stage__status-line,.stage__scene-name{z-index:2}.stage .agent{z-index:5}.stage .agent--ceo{z-index:7}.agent--ceo .agent__msg{display:none}.stage__scene-name{max-width:calc(100% - 28px);min-height:28px;overflow:hidden;border-radius:999px;text-overflow:ellipsis;white-space:nowrap}.stage__console-ring{width:min(42vw,390px);height:min(42vw,390px)}.stage__workstations span{width:82px;min-width:82px;min-height:30px;padding:10px 8px 5px;transform:translate(-50%,42px);border-radius:10px 10px 16px 16px;color:#fff8eed6;background:linear-gradient(180deg,#fff8ee14,#030912ad)}.stage__workstations span:before{content:"";position:absolute;left:50%;top:-17px;width:96px;height:34px;transform:translate(-50%) perspective(180px) rotateX(58deg);transform-origin:center bottom;border-radius:50%;border:1px solid rgba(126,197,255,.18);background:linear-gradient(90deg,#29a9e82e,#ffd94d14),#0309126b;box-shadow:0 0 18px #29a9e817;z-index:-1}.stage__pocket{top:calc(50% + 34px)}.stage__status-line{bottom:10px}.focus{border-radius:8px}.focus__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.focus__header span:last-child{overflow:hidden;color:#fff8ee6b;font:10px/1 ui-monospace,SFMono-Regular,monospace;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:.4px}.focus__body{padding:16px}.focus__title{font-size:16px;line-height:1.25}.focus__message{color:#fff8eec7}.focus__meta{gap:12px}.focus__meta code{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1100px){.room-shelf{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar__server{max-width:160px}}@media (max-width: 980px){.app{overflow-y:auto}html,body,#root{overflow:auto}.room-shelf,.main{grid-template-columns:1fr}.stage{min-height:560px}}@media (max-width: 720px){.topbar{align-items:flex-start;flex-direction:column}.topbar__meta{width:100%;justify-content:flex-start;flex-wrap:wrap}.room-shelf,.main{padding-left:10px;padding-right:10px}}@media (max-height: 860px) and (min-width: 981px){.room-shelf__item{min-height:58px;padding-top:8px;padding-bottom:8px}.stage{min-height:405px}}.stage__status-line{top:12px;right:14px;bottom:auto;left:auto;max-width:62%;justify-content:flex-end}.stage__status-line span{white-space:nowrap}.app:not(.app--mode-ambient) .stage__status-line{display:none}.stage--trading_research_desk:after{top:12px;right:14px;bottom:auto;left:auto;max-width:42%;transform:none;text-align:right;letter-spacing:1.2px;line-height:1.35}.stage__workstations span{width:0;min-width:0;min-height:0;height:0;padding:0;color:transparent;border:0;background:transparent;box-shadow:none;transform:translate(-50%,24px)}.stage__workstations span:before{top:-10px;width:104px;height:32px;opacity:.9}.app--mode-ambient .stage{min-height:100vh;background:radial-gradient(circle at 50% 47%,rgba(126,197,255,.2),transparent 34%),radial-gradient(circle at 18% 18%,rgba(255,217,77,.08),transparent 24%),radial-gradient(circle at 82% 20%,rgba(255,127,200,.1),transparent 24%),linear-gradient(180deg,color-mix(in srgb,var(--scene-bg) 72%,#123d5f 28%),#061221 70%,#040914)}.app--mode-ambient .stage__scene-name,.app--mode-ambient .stage__status-line,.app--mode-ambient .stage__door:after,.app--mode-ambient .agent__label,.app--mode-ambient .agent__msg,.app--mode-ambient .agent__badge{display:none}.app--mode-ambient .stage__console-ring{width:min(54vw,560px);height:min(54vw,560px);opacity:.78}.app--mode-ambient .agent--ceo .agent__bubble{width:156px;height:156px}.app--mode-ambient .agent--minidora .agent__bubble{width:78px;height:78px}.app--mode-ambient .agent--minidora .agent__image{transform:scale(1.12)}.animated-stage{position:relative;min-height:460px;overflow:hidden;isolation:isolate;border:1px solid rgba(126,197,255,.16);border-radius:10px;background:radial-gradient(circle at 50% 44%,rgba(126,197,255,.18),transparent 28%),linear-gradient(180deg,#193e63,#102842 46%,#071320);box-shadow:inset 0 1px #fff8ee14,0 18px 36px #0000003d}.animated-stage--crashed{display:grid;place-items:center}.stage-crash-note{display:grid;gap:4px;justify-items:center;padding:18px 26px;border-radius:12px;background:#0a1a2ab8;border:1px solid rgba(126,197,255,.25);color:#cfe7ff;font-size:13px}.stage-crash-note strong{font-size:15px}.animated-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,rgba(255,248,238,.035) 1px,transparent 1px) 0 0 / 92px 100%,radial-gradient(circle at 50% 52%,transparent 0 19%,rgba(126,197,255,.1) 19.4% 19.8%,transparent 20.2%),radial-gradient(circle at 50% 52%,transparent 0 31%,rgba(126,197,255,.075) 31.4% 31.8%,transparent 32.2%);opacity:.48}.animated-stage:after{content:"";position:absolute;left:50%;top:44%;z-index:0;width:min(64vw,560px);height:min(64vw,560px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,248,238,.11),rgba(126,197,255,.055) 34%,transparent 66%);filter:blur(1px);animation:stage-glow 8s ease-in-out infinite alternate}.animated-stage__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;opacity:.78;filter:saturate(.88) brightness(.96)}.animated-stage--night_ambient:before{opacity:.16}.animated-stage--night_ambient:after{animation:none;opacity:.24}.animated-stage--night_ambient .animated-stage__backdrop{opacity:.86;filter:saturate(.82) brightness(.72)}.animated-stage--night_ambient .animated-stage__floor{opacity:.34}.animated-stage__sky{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.animated-stage__sky span{position:absolute;width:110px;height:34px;background:url(/assets/private-doraemon/backgrounds/cloud.webp) center / contain no-repeat;opacity:.18;animation:cloud-slide 34s linear infinite}.animated-stage__sky span:nth-child(1){left:10%;top:15%}.animated-stage__sky span:nth-child(2){left:58%;top:10%;animation-duration:42s;opacity:.14}.animated-stage__sky span:nth-child(3){left:78%;top:54%;animation-duration:38s;opacity:.1}.animated-stage__floor{position:absolute;left:50%;bottom:-18%;z-index:1;width:82%;height:40%;transform:translate(-50%) perspective(480px) rotateX(58deg);border-radius:50%;background:radial-gradient(circle,rgba(255,248,238,.16),rgba(41,169,232,.1) 38%,rgba(3,9,18,.2) 66%,transparent 72%),repeating-radial-gradient(circle,rgba(126,197,255,.11) 0 1px,transparent 1px 28px);filter:blur(.2px)}.animated-stage__console{position:absolute;left:50%;top:55%;z-index:2;width:290px;height:118px;transform:translate(-50%,-50%) perspective(560px) rotateX(62deg);border-radius:50%;background:radial-gradient(circle at 50% 42%,#fff8ee47,#7ec5ff2e 36%,#0309122e 70%),linear-gradient(90deg,#29a9e82e,#ffd94d1f);border:1px solid rgba(255,248,238,.18);box-shadow:0 24px 44px #00000038,inset 0 0 26px #fff8ee24}.animated-stage__console span{position:absolute;border-radius:50%;border:1px solid rgba(255,248,238,.14)}.animated-stage__console span:nth-child(1){top:16%;right:16%;bottom:16%;left:16%}.animated-stage__console span:nth-child(2){top:31%;right:31%;bottom:31%;left:31%}.animated-stage__console span:nth-child(3){top:45%;right:45%;bottom:45%;left:45%;background:#ffd94d1f}.animated-stage__office-set{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.office-prop{position:absolute;display:block;filter:drop-shadow(0 16px 18px rgba(0,0,0,.2));opacity:.82}.office-prop--desk{width:150px;height:56px;border-radius:8px 8px 18px 18px;background:linear-gradient(180deg,#fff8ee9e,#7ec5ff57),linear-gradient(90deg,#ffd94d3d,#29a9e842);border:2px solid rgba(255,248,238,.32);transform:perspective(240px) rotateX(52deg)}.office-prop--desk span{position:absolute;inset:10px 18px auto;height:8px;border-radius:999px;background:#0713202e}.office-prop--desk i{position:absolute;bottom:-34px;width:10px;height:38px;border-radius:999px;background:#7ec5ff47}.office-prop--desk i:nth-of-type(1){left:28px}.office-prop--desk i:nth-of-type(2){right:28px}.office-prop--desk-left{left:12%;top:58%}.office-prop--desk-right{right:12%;top:58%}.office-prop--sofa{left:39%;bottom:10%;width:190px;height:58px;border-radius:28px 28px 14px 14px;background:linear-gradient(180deg,#ff7fc84d,#7ec5ff2e),#fff8ee24;border:2px solid rgba(255,248,238,.18)}.office-prop--sofa span,.office-prop--sofa i{position:absolute;top:12px;width:58px;height:28px;border-radius:18px;background:#fff8ee29}.office-prop--sofa span{left:18px}.office-prop--sofa i{right:18px}.office-prop--server{right:6%;top:42%;width:78px;height:116px;border-radius:12px;background:repeating-linear-gradient(180deg,rgba(255,248,238,.18) 0 2px,transparent 2px 24px),linear-gradient(180deg,#7ec5ff47,#0713204d);border:2px solid rgba(126,197,255,.24)}.office-prop--server span,.office-prop--server i{position:absolute;left:12px;width:9px;height:9px;border-radius:50%;background:#8df0c0e6;box-shadow:0 0 12px #8df0c0b8;animation:server-blink 1.8s steps(2,end) infinite}.office-prop--server span{top:19px}.office-prop--server i:nth-of-type(1){top:45px;animation-delay:-.4s}.office-prop--server i:nth-of-type(2){top:72px;animation-delay:-.9s}.office-prop--server i:nth-of-type(3){top:96px;animation-delay:-1.2s}.animated-stage__props,.ambient-helpers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}@keyframes character-breathe{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,calc(-50% - 14px)) scale(1.028)}}@keyframes server-blink{0%,to{opacity:.34}50%{opacity:1}}@keyframes puppet-idle{0%,to{transform:translateY(0) rotate(-1.8deg) scaleX(1) scaleY(1)}25%{transform:translateY(-4px) rotate(-.4deg) scaleX(1.012) scaleY(.99)}50%{transform:translateY(-10px) rotate(1.8deg) scaleX(1.022) scaleY(.978)}75%{transform:translateY(-4px) rotate(.4deg) scaleX(1.01) scaleY(.992)}}.animated-stage{min-height:520px;border-color:#285c8c2e;background:linear-gradient(180deg,#ffffffe0,#eef8ffe0 48%,#d3e8f7eb),radial-gradient(circle at 50% 28%,rgba(255,247,208,.58),transparent 36%);box-shadow:inset 0 1px #ffffffc7,0 18px 36px #142d4c33}.animated-stage:before{z-index:1;background:linear-gradient(90deg,rgba(42,91,128,.08) 1px,transparent 1px) 0 0 / 25% 100%,linear-gradient(180deg,rgba(36,84,126,.08) 1px,transparent 1px) 0 0 / 100% 50%,radial-gradient(circle at 50% 48%,transparent 0 28%,rgba(60,128,186,.08) 28.5% 29%,transparent 29.5%);opacity:.72}.animated-stage:after{left:50%;top:68%;z-index:1;width:min(78vw,820px);height:min(36vw,360px);background:radial-gradient(ellipse,rgba(86,151,208,.2),rgba(255,255,255,.1) 48%,transparent 70%);animation:none}.animated-stage__backdrop{opacity:.18;filter:saturate(.62) brightness(1.18)}.animated-stage__sky{z-index:2;opacity:.62}.animated-stage__sky span{opacity:.1}.animated-stage__floor{left:50%;bottom:-24%;z-index:2;width:104%;height:48%;background:linear-gradient(90deg,rgba(40,92,140,.08) 1px,transparent 1px) 0 0 / 92px 100%,linear-gradient(180deg,#ffffffb3,#b7d9eeb3);border:1px solid rgba(80,130,176,.18);filter:none}.animated-stage__console,.animated-stage__office-set,.animated-stage__props{display:none}.animated-stage__office-room{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.office-room__window{position:absolute;left:50%;top:8%;width:min(26vw,310px);height:min(12vw,128px);transform:translate(-50%);border:3px solid rgba(34,77,118,.18);border-radius:18px;background:linear-gradient(90deg,transparent 49%,rgba(34,77,118,.12) 50%,transparent 51%),linear-gradient(180deg,#8fcef96b,#f4fcffad);box-shadow:inset 0 -18px 28px #fff6}.office-room__window:before{content:"";position:absolute;left:50%;top:12px;width:38%;height:16px;transform:translate(-50%);border-radius:999px;background:#298bd380;box-shadow:inset 0 1px #ffffff6b}.office-room__window:after{content:"";position:absolute;left:12%;right:12%;top:40px;height:54px;border-radius:12px;background:linear-gradient(90deg,#ffffffb8,#ffffffb8) 0 0 / 30% 100% no-repeat,linear-gradient(90deg,#ffffff9e,#ffffff9e) 50% 0 / 30% 100% no-repeat,linear-gradient(90deg,#ffffffb8,#ffffffb8) 100% 0 / 30% 100% no-repeat;opacity:.78}.office-room__shelf{position:absolute;top:14%;width:min(18vw,210px);height:26px;border-radius:999px;background:#fffae8cc;border:2px solid rgba(34,77,118,.12);box-shadow:0 10px 18px #375e8214}.office-room__shelf:before,.office-room__shelf:after{content:"";position:absolute;bottom:6px;width:24%;height:34px;border-radius:6px 6px 3px 3px;background:#5caed757;border:2px solid rgba(34,77,118,.12)}.office-room__shelf:before{left:14%}.office-room__shelf:after{right:16%;background:#ffd84a5c}.office-room__shelf--left{left:5%}.office-room__shelf--right{right:5%}.office-room__board{position:absolute;right:8%;bottom:16%;width:86px;height:60px;border-radius:10px;border:2px solid rgba(34,77,118,.16);background:#ffffff7a;box-shadow:0 12px 20px #375e8214}.office-room__board i{position:absolute;left:14px;right:14px;height:5px;border-radius:999px;background:#224d7629}.office-room__board i:nth-child(1){top:14px}.office-room__board i:nth-child(2){top:28px;width:52%}.office-room__board i:nth-child(3){top:42px;width:68%}.ambient-helpers{z-index:12}.animated-stage__supervisor-console{position:absolute;left:50%;bottom:5%;z-index:110;width:min(32vw,380px);height:78px;transform:translate(-50%) perspective(320px) rotateX(42deg);border-radius:18px 18px 32px 32px;background:linear-gradient(180deg,#fffffff0,#def1fce6),linear-gradient(90deg,#29a9e82e,#ffd94d2e);border:2px solid rgba(35,78,118,.18);box-shadow:inset 0 1px #ffffffc2,0 18px 24px #23436029}.animated-stage__supervisor-console span{position:absolute;top:19px;height:8px;border-radius:999px;background:#234e7629}.animated-stage__supervisor-console span:nth-child(1){left:38px;width:64px}.animated-stage__supervisor-console span:nth-child(2){left:120px;width:126px;background:#29a9e83d}.animated-stage__supervisor-console span:nth-child(3){right:38px;width:42px;background:#ffd94d6b}.app--mode-ambient .animated-stage{min-height:100vh;height:100vh}.app--mode-ambient .animated-stage__backdrop{opacity:.16}.app--mode-ambient .animated-stage__supervisor-console{bottom:4.5%;width:min(34vw,450px);height:88px}.animated-stage--night_ambient{background:linear-gradient(180deg,#162742e0,#0e1a2be6 60%,#070d18f2)}@media (max-width: 720px){.stage__status-line{display:none}}:root{--office-bg: #e9f3ff;--office-surface: #ffffff;--office-surface-soft: #f5f9ff;--office-ink: #0f2b55;--office-muted: #5f7594;--office-blue: #1e78d7;--office-line: #c9ddf4;--office-green: #4fb76f;--office-warn: #ff914d}html,body,#root{background:var(--office-bg);color:var(--office-ink)}.app:not(.app--mode-ambient){grid-template-rows:80px 42px 86px minmax(0,1fr) 128px;background:linear-gradient(180deg,#f7fbff,#e4f0ff);color:var(--office-ink)}.topbar{height:80px;padding:0 22px;border-bottom:1px solid var(--office-line);background:#fffffff0;box-shadow:0 8px 24px #26568214;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__title{display:flex;align-items:center;gap:14px}.topbar__logo{width:54px;height:54px;object-fit:contain;border-radius:50%;background:#fff;box-shadow:0 6px 14px #24578824}.topbar__title strong{color:#0b2a58;font-size:24px;font-weight:800;letter-spacing:0}.topbar__title strong:before{display:none}.topbar__sub{margin-left:2px;padding:7px 13px;border:1px solid #b9d5f6;border-radius:6px;background:#edf5ff;color:#246fc8;font-size:13px;font-weight:650;letter-spacing:0;text-transform:none}.topbar__meta{gap:18px;color:var(--office-muted)}.topbar__clock{position:relative;padding-left:30px;color:#173a68;font-weight:650}.topbar__clock:before{content:"";position:absolute;left:0;top:50%;width:20px;height:20px;transform:translateY(-50%);border:2px solid #2b5686;border-radius:50%;background:linear-gradient(#2b5686,#2b5686) 50% 28% / 2px 7px no-repeat,linear-gradient(#2b5686,#2b5686) 50% 50% / 7px 2px no-repeat}.topbar__badge,.conn,.topbar__server{padding:8px 12px;border:1px solid var(--office-line);border-radius:8px;background:var(--office-surface-soft);color:#173a68;font-size:12px;font-weight:700;letter-spacing:0}.topbar__badge{color:#24763e}.topbar__server{font-family:inherit;color:#1559a8}.conn--open{color:#1f9347}.conn__dot{background:currentColor;box-shadow:0 0 8px currentColor}.scene-chip{height:28px;border-color:#d2e3f6;background:#fff;color:#375a83;border-radius:8px;letter-spacing:0}.scene-chip:hover,.scene-chip.on{color:#0f4f9b;border-color:#78b4f1;background:#edf6ff}.scene-chip__tag{border-radius:4px;letter-spacing:0}.room-shelf{grid-template-columns:1.3fr .75fr .75fr .75fr;gap:14px;padding:12px 16px;background:#ffffff9e;border-bottom:1px solid var(--office-line)}.room-shelf__item{min-height:60px;padding:12px 14px;border:1px solid var(--office-line);border-radius:9px;background:#ffffffe6;box-shadow:0 8px 18px #24578812}.room-shelf__label{color:var(--office-muted);letter-spacing:0}.room-shelf__item strong{color:var(--office-ink)}.room-shelf__item span:last-child{color:var(--office-muted)}.main{grid-template-columns:220px minmax(0,1fr) 300px;gap:14px;padding:14px 16px;background:transparent}.main--activity,.main--team{grid-template-columns:220px minmax(0,1fr)}.main--kiosk{grid-template-columns:1fr}.office-sidebar{display:flex;flex-direction:column;gap:14px;min-width:0}.office-sidebar__nav,.office-sidebar__card{border:1px solid var(--office-line);border-radius:10px;background:#ffffffe6;box-shadow:0 10px 22px #24578814}.office-sidebar__nav{padding:8px}.office-sidebar__item{width:100%;height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#173a68;font-family:inherit;font-size:13px;font-weight:650;cursor:default}.office-sidebar__item--active{background:#e9f3ff;color:#1565c0;box-shadow:inset 0 0 0 1px #b9d5f6}.office-sidebar__item--soon{opacity:.45;cursor:default}.office-sidebar__item--soon:hover{background:transparent}.office-sidebar__soon{margin-left:auto;font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase;color:#8aa7c4;border:1px solid #c4d7ea;border-radius:999px;padding:1px 6px}.office-sidebar__icon{width:18px;height:18px;color:currentColor}.office-sidebar__icon--grid{background:linear-gradient(currentColor,currentColor) 0 0 / 7px 7px no-repeat,linear-gradient(currentColor,currentColor) 11px 0 / 7px 7px no-repeat,linear-gradient(currentColor,currentColor) 0 11px / 7px 7px no-repeat,linear-gradient(currentColor,currentColor) 11px 11px / 7px 7px no-repeat;border-radius:3px}.office-sidebar__icon--team{background:radial-gradient(circle at 50% 28%,currentColor 0 4px,transparent 4.5px),radial-gradient(ellipse at 50% 78%,transparent 0 5px,currentColor 5.5px 7px,transparent 7.5px)}.office-sidebar__icon--tasks{border:2px solid currentColor;border-radius:3px;background:linear-gradient(currentColor,currentColor) 4px 6px / 9px 2px no-repeat,linear-gradient(currentColor,currentColor) 4px 11px / 7px 2px no-repeat}.office-sidebar__icon--pulse{background:linear-gradient(90deg,transparent 0 14%,currentColor 14% 22%,transparent 22% 34%,currentColor 34% 42%,transparent 42% 54%,currentColor 54% 62%,transparent 62%);clip-path:polygon(0 55%,18% 55%,30% 10%,44% 90%,58% 35%,72% 55%,100% 55%,100% 65%,70% 65%,60% 50%,45% 100%,30% 34%,22% 65%,0 65%)}.office-sidebar__card{padding:14px}.office-sidebar__card-title{color:#173a68;font-weight:800;font-size:13px;margin-bottom:12px}.office-sidebar__ring{width:96px;height:96px;margin:0 auto 12px;display:grid;place-items:center;text-align:center;border-radius:50%;background:radial-gradient(circle,#fff 0 53%,transparent 54%),conic-gradient(#1e78d7 0,#1e78d7 76%,#4fb76f 76%,#4fb76f);box-shadow:inset 0 0 0 1px #dbeafd}.office-sidebar__ring strong{display:block;color:#113a72;font-size:20px}.office-sidebar__ring span{display:block;color:var(--office-muted);font-size:11px}.office-sidebar__legend{display:grid;gap:6px;color:var(--office-muted);font-size:12px}.legend-dot{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#4fb76f}.legend-dot--busy{background:#ffb347}.legend-dot--idle{background:#7db8f4}.office-sidebar__card--tip{position:relative;min-height:166px;overflow:hidden}.office-sidebar__card--tip p{margin:0;width:70%;color:var(--office-muted);font-size:12px;line-height:1.45}.office-sidebar__card--tip img{position:absolute;right:4px;bottom:-8px;width:72px;height:72px;object-fit:contain}.rightrail{gap:14px}.focus{border:1px solid var(--office-line);border-radius:10px;background:#ffffffe6;color:var(--office-ink);box-shadow:0 10px 22px #24578814}.focus__header{border-bottom:1px solid #dbeafd;color:#173a68;letter-spacing:0}.focus__body,.focus__title,.focus__message,.focus__meta code{color:var(--office-ink)}.focus__meta{border-top-color:#e3eefb;color:var(--office-muted)}.animated-stage{min-height:540px;border:2px solid #1b5fa9;border-radius:12px;background:#dcecff;box-shadow:0 18px 34px #24578824}.animated-stage__backdrop{opacity:1;filter:saturate(1.04) brightness(1)}.animated-stage:before{opacity:.18}.animated-stage:after,.animated-stage__floor,.animated-stage__sky,.animated-stage__office-room{opacity:.72}.office-room__window{opacity:.9}.app--mode-ambient .main{grid-template-columns:1fr}.app--mode-ambient .animated-stage{border:0;border-radius:0;min-height:100vh}.route-tabs{display:none}@media (max-width: 1120px){.main{grid-template-columns:1fr}.office-sidebar,.rightrail{display:none}.route-tabs{display:flex;grid-column:1 / -1;flex-wrap:wrap;gap:6px;padding:8px 16px 0}.route-tab{flex:0 0 auto;border:1px solid var(--office-line, #d6e3f0);background:#fff;color:#3a567a;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;cursor:pointer}.route-tab--on{background:#e9f3ff;color:#1565c0;border-color:#b9d5f6}}.animated-stage__sky,.animated-stage__floor,.animated-stage__office-room,.animated-stage__props{display:none!important}.animated-stage:before,.animated-stage:after{opacity:0!important}.animated-stage__backdrop{opacity:1;filter:saturate(1.06) brightness(1.02);background-size:cover;background-position:center}.animated-stage__supervisor-console{bottom:4.2%;opacity:.96}.app--mode-ambient .animated-stage__backdrop{opacity:1}.app{grid-template-rows:auto minmax(0,1fr);background:#f7fbff}.topbar{min-height:78px;padding:14px 22px;background:#fffffff5;border-bottom:1px solid #cfe0f4;box-shadow:0 1px #1b5fa90f}.topbar__title{gap:14px}.topbar__logo{width:48px;height:48px;border:2px solid #1b5fa9;border-radius:50%;background:#fff;filter:drop-shadow(0 5px 8px rgba(36,87,136,.12))}.topbar__title strong{color:#09275b;font-size:28px;font-weight:850}.topbar__sub{height:30px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #bad4f3;border-radius:7px;background:#edf5ff;color:#1764bf;font-size:15px;font-weight:650}.topbar__meta{gap:18px}.topbar__clock{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:128px;color:#123d70}.topbar__clock i{grid-row:1 / span 2;width:26px;height:26px;border:3px solid #244f82;border-radius:50%;position:relative}.topbar__clock i:before,.topbar__clock i:after{content:"";position:absolute;left:50%;top:50%;width:2px;border-radius:999px;background:currentColor;transform-origin:50% 100%}.topbar__clock i:before{height:8px;transform:translate(-50%,-100%) rotate(0)}.topbar__clock i:after{height:7px;transform:translate(-50%,-100%) rotate(120deg)}.topbar__clock b{font-size:13px;line-height:1.1}.topbar__clock small{color:#4a6689;font-size:12px}.topbar__badge,.conn,.topbar__server{border-radius:8px;border-color:#c6d9ee;background:#f7fbff;color:#0d315f;min-height:38px;padding:8px 14px;font-size:12px}.topbar__badge{color:#1c7a39;background:#f4fff5}.topbar__server{display:inline-flex;align-items:center;color:#0d4f9b;font-weight:800}.main{grid-template-columns:220px minmax(0,1fr) 300px;gap:0;height:100%;min-height:0;padding:0;background:#edf6ff}.office-sidebar,.rightrail{min-height:0;overflow:hidden;padding:14px 16px;background:#ffffffdb}.office-sidebar{border-right:1px solid #cfe0f4}.rightrail{display:grid;grid-template-rows:1fr auto auto;gap:14px;border-left:1px solid #cfe0f4}.office-sidebar__nav,.office-sidebar__card,.office-panel{border:1px solid #c8dcf2;border-radius:9px;background:#fffffff0;box-shadow:0 10px 20px #24578812}.office-sidebar__item{height:42px;font-size:13px}.office-sidebar__icon--calendar{border:2px solid currentColor;border-radius:4px;background:linear-gradient(currentColor,currentColor) 3px 6px / 10px 2px no-repeat,linear-gradient(currentColor,currentColor) 3px 11px / 12px 2px no-repeat}.office-sidebar__icon--database{border:2px solid currentColor;border-radius:50%/22%;background:linear-gradient(currentColor,currentColor) 0 50% / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 76% / 100% 2px no-repeat}.office-sidebar__icon--logs{border:2px solid currentColor;border-radius:3px;background:linear-gradient(currentColor,currentColor) 5px 5px / 8px 2px no-repeat,linear-gradient(currentColor,currentColor) 5px 10px / 8px 2px no-repeat}.office-sidebar__icon--settings{border:2px solid currentColor;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.office-sidebar__legend span{display:flex;justify-content:space-between;gap:8px}.summary-row{display:flex;align-items:center;justify-content:space-between;min-height:30px;color:#426083;font-size:12px}.summary-row strong{color:#0d315f}.office-panel{padding:14px;color:#0d315f}.office-panel__title{display:flex;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #d9e7f7;color:#123d70;font-weight:850}.panel-icon{width:22px;height:22px;color:#1f78dc}.panel-icon--pulse{background:linear-gradient(90deg,transparent 0 14%,currentColor 14% 22%,transparent 22% 34%,currentColor 34% 42%,transparent 42% 54%,currentColor 54% 62%,transparent 62%);clip-path:polygon(0 55%,20% 55%,31% 12%,43% 88%,56% 36%,71% 55%,100% 55%,100% 65%,69% 65%,58% 52%,44% 100%,31% 35%,23% 65%,0 65%)}.panel-icon--calendar{border:2px solid currentColor;border-radius:4px;background:linear-gradient(currentColor,currentColor) 4px 7px / 12px 2px no-repeat,linear-gradient(currentColor,currentColor) 4px 13px / 9px 2px no-repeat}.panel-icon--shield{clip-path:polygon(50% 0,88% 15%,82% 70%,50% 100%,18% 70%,12% 15%);border:2px solid currentColor;background:color-mix(in srgb,currentColor 12%,transparent)}.activity-list,.schedule-list,.status-list{display:grid;gap:12px}.activity-row,.schedule-row,.status-row{display:grid;align-items:center;gap:10px;color:#4b688d;font-size:12px}.activity-row{grid-template-columns:8px 58px minmax(0,1fr)}.activity-row__dot,.status-row__check{width:8px;height:8px;border-radius:50%;background:#5abf68}.activity-row__body{min-width:0}.activity-row strong,.activity-row small,.status-row strong,.status-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-row strong,.schedule-row strong,.status-row strong{color:#173a68}.activity-row small,.status-row small{color:#4b8d61}.schedule-row{grid-template-columns:74px minmax(0,1fr)}.schedule-row:before{content:"";width:9px;height:9px;background:#f16952;border-radius:2px;grid-column:1;justify-self:start;margin-left:-2px}.schedule-row span{grid-column:1;margin-left:14px}.schedule-row strong{grid-column:2;grid-row:1}.status-row{grid-template-columns:18px minmax(0,1fr)}.status-row__check{width:16px;height:16px;background:#26ad56;position:relative}.status-row__check:after{content:"";position:absolute;left:5px;top:3px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.office-panel__link{width:100%;margin-top:14px;border:0;border-top:1px solid #d9e7f7;padding-top:12px;background:transparent;color:#1764bf;font:13px/1.2 inherit}.animated-stage{height:100%;min-height:0;border-width:0 2px;border-radius:0;box-shadow:none}.animated-stage__backdrop{background-position:center}.animated-stage__mission-board{position:absolute;left:50%;top:6.2%;z-index:35;width:min(42%,430px);min-width:360px;height:150px;transform:translate(-50%);border:4px solid rgba(35,78,118,.32);border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#ebf6fff5);box-shadow:inset 0 0 0 2px #ffffffc7,0 12px 18px #24578821}.app--mode-ambient .animated-stage__mission-board{display:none;top:8.1%;width:clamp(228px,22vw,286px);min-width:0;height:78px;transform:translate(-50%) rotate(-.35deg);border-width:2px;border-color:#2a5c8826;border-radius:8px;background:linear-gradient(180deg,#ffffff61,#f9fdff3d),repeating-linear-gradient(0deg,rgba(64,142,204,.045) 0 1px,transparent 1px 18px),#daeffc1a;box-shadow:inset 0 0 0 1px #ffffff57,0 4px 8px #24578809;opacity:.62}.app--mode-ambient .animated-stage__mission-board:before,.app--mode-ambient .animated-stage__mission-board:after{content:"";position:absolute;top:8px;width:7px;height:7px;border:1px solid rgba(26,92,150,.28);border-radius:50%;background:#ffd84ab8;box-shadow:0 1px #ffffff94 inset}.app--mode-ambient .animated-stage__mission-board:before{left:12px}.app--mode-ambient .animated-stage__mission-board:after{right:12px}.animated-stage__supervisor-console{left:42%;bottom:5.2%;z-index:24;width:min(25vw,300px);height:112px;border-radius:12px 12px 22px 22px;background:linear-gradient(180deg,#193a61 0,#193a61 64%,#d8e8f5 65%,#d8e8f5);border:3px solid rgba(35,78,118,.34);transform:translate(-50%) perspective(320px) rotateX(22deg)}.animated-stage__supervisor-console:before{content:"SYSTEM OVERVIEW";position:absolute;left:18px;top:16px;color:#dff4ff;font-size:10px;font-weight:850}.animated-stage__supervisor-console span{top:auto;height:8px;background:#80c756}.animated-stage__supervisor-console span:nth-child(1){left:22px;top:40px;width:94px}.animated-stage__supervisor-console span:nth-child(2){left:22px;top:58px;width:126px;background:#64b6e8}.animated-stage__supervisor-console span:nth-child(3){left:22px;top:76px;width:78px;background:#ffd952}.app--mode-ambient .animated-stage__supervisor-console{left:41.5%;bottom:4.3%;width:min(20vw,248px);height:70px;border:2px solid rgba(35,78,118,.2);border-radius:18px 18px 30px 30px;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.42),transparent 54%),linear-gradient(180deg,#5b89b05c,#c3dbecb3 58%,#6f95b070);box-shadow:inset 0 1px #ffffff9e,0 16px 20px #2343601a;opacity:.66;transform:translate(-50%) perspective(340px) rotateX(46deg) rotate(-1.2deg)}.app--mode-ambient .animated-stage__supervisor-console:before{content:"";left:18px;right:18px;top:18px;height:1px;border-radius:999px;background:#234e7629;box-shadow:0 18px #ffffff40,0 34px #234e7614}.app--mode-ambient .animated-stage__supervisor-console:after{content:"";position:absolute;right:28px;top:21px;width:44px;height:13px;border-radius:999px;background:radial-gradient(circle at 9px 50%,#80d88a 0 3px,transparent 4px),radial-gradient(circle at 23px 50%,#64b6e8 0 3px,transparent 4px),radial-gradient(circle at 37px 50%,#ffd952 0 3px,transparent 4px);opacity:.82}.app--mode-ambient .animated-stage__supervisor-console span{top:auto;height:4px;border-radius:999px;opacity:.6}.app--mode-ambient .animated-stage__supervisor-console span:nth-child(1){left:25px;top:24px;width:58px;background:#80c756bd}.app--mode-ambient .animated-stage__supervisor-console span:nth-child(2){left:25px;top:36px;width:82px;background:#64b6e8a3}.app--mode-ambient .animated-stage__supervisor-console span:nth-child(3){left:25px;top:48px;width:44px;background:#ffd952b8}.app,.app:not(.app--mode-ambient){grid-template-rows:80px minmax(0,1fr)!important;min-height:100vh;height:100vh;overflow:hidden}.app--mode-ambient{grid-template-rows:0 minmax(0,1fr)!important}.main{min-height:0;height:100%;overflow:hidden}.topbar{gap:clamp(14px,1.6vw,26px)}.topbar__title{flex:1 1 auto;min-width:0}.topbar__title strong{min-width:0;font-size:clamp(22px,2vw,28px);line-height:1.08;white-space:nowrap}.topbar__sub{flex:0 0 auto;white-space:nowrap}.topbar__meta{flex:0 1 auto;min-width:0;gap:clamp(10px,1.15vw,18px)}.topbar__badge,.conn,.topbar__server{white-space:nowrap}@media (max-width: 1320px){.topbar{padding-inline:18px}.topbar__logo{width:44px;height:44px}.topbar__title{gap:10px}.topbar__title strong{font-size:26px}.topbar__sub{max-width:190px;height:32px;padding-inline:12px;font-size:14px;overflow:hidden;text-overflow:ellipsis}.topbar__clock{min-width:112px;grid-template-columns:26px auto;column-gap:8px}.topbar__clock i{width:24px;height:24px}.topbar__badge,.conn,.topbar__server{padding-inline:10px;font-size:11px}}.animated-stage{min-height:0!important;height:100%!important}.ambient-helpers{top:0;right:0;bottom:0;left:0}.pixi-office-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:28;overflow:hidden;pointer-events:auto}.pixi-office-stage__canvas{display:block;width:100%;height:100%}.ambient-helpers--dom-fallback{display:none!important}.animated-stage__agent-focus{position:absolute;right:clamp(18px,2.2vw,32px);bottom:clamp(18px,2.4vw,32px);z-index:145;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;width:clamp(148px,13vw,188px);padding:8px 10px 9px 13px;border:1px solid rgba(255,255,255,.64);border-radius:8px;background:linear-gradient(180deg,#fcfeff8f,#e2f3ff70);box-shadow:0 10px 22px #2b6ca814,inset 3px 0 0 var(--agent-accent, #2bb7ff);color:#0d274b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:.74;pointer-events:none}.agent-focus__kicker,.animated-stage__agent-focus strong,.animated-stage__agent-focus em{display:block}.agent-focus__kicker{grid-column:1 / -1;margin-bottom:2px;color:color-mix(in srgb,var(--agent-accent, #2bb7ff) 55%,#174a78 45%);font-size:8px;font-weight:900;letter-spacing:0;text-transform:uppercase}.animated-stage__agent-focus strong{overflow:hidden;color:#102a50;font-size:12px;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.animated-stage__agent-focus em{justify-self:end;max-width:96px;overflow:hidden;margin-top:0;padding-left:8px;color:#477094;font-size:9px;line-height:1.2;font-style:normal;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.animated-stage__agent-focus i{display:block;grid-column:1 / -1;width:100%;height:4px;margin-top:6px;border-radius:999px;background:linear-gradient(90deg,var(--agent-accent, #2bb7ff),#65d986) left / 66% 100% no-repeat,#8dbbdd47}.animated-stage__action-sticker{--sticker-tone: var(--agent-accent, #2bb7ff);position:absolute;left:var(--sticker-x, 50%);top:var(--sticker-y, 50%);z-index:143;display:inline-flex;align-items:center;gap:7px;min-width:82px;padding:6px 10px 7px 7px;border:2px solid color-mix(in srgb,var(--sticker-tone) 58%,#ffffff 42%);border-radius:8px 16px 16px 9px;background:linear-gradient(180deg,#fffffff0,#f1faffdb),color-mix(in srgb,var(--sticker-tone) 13%,#ffffff 87%);box-shadow:0 10px 18px #224c7421,0 0 0 1px #ffffffbd inset;color:#102a50;pointer-events:none;transform:translate(-50%,-50%) rotate(var(--sticker-tilt, 0deg));transform-origin:50% 80%;animation:action-sticker-pop .98s cubic-bezier(.2,.92,.25,1.06) both}.animated-stage__action-sticker:after{content:"";position:absolute;bottom:-8px;left:19px;width:15px;height:15px;border-right:2px solid color-mix(in srgb,var(--sticker-tone) 58%,#ffffff 42%);border-bottom:2px solid color-mix(in srgb,var(--sticker-tone) 58%,#ffffff 42%);background:#f3faffe6;transform:rotate(45deg)}.animated-stage__action-sticker--right:after{right:19px;left:auto}.animated-stage__action-sticker b{position:relative;z-index:1;display:grid;place-items:center;width:32px;height:28px;border:2px solid rgba(16,42,80,.16);border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--sticker-tone) 88%,#ffffff 12%),var(--sticker-tone));box-shadow:inset 0 2px #ffffff7a,0 3px #102a5014;color:#fff;font-size:14px;font-weight:950;line-height:1;letter-spacing:0}.animated-stage__action-sticker span{position:relative;z-index:1;color:#0d315b;font-size:11px;font-weight:950;letter-spacing:0;line-height:1;text-transform:uppercase;white-space:nowrap}.animated-stage__action-sticker i{position:absolute;display:block;width:13px;height:3px;border-radius:999px;background:color-mix(in srgb,var(--sticker-tone) 72%,#102a50 28%);opacity:.64}.animated-stage__action-sticker i:nth-of-type(1){right:-12px;top:7px;transform:rotate(-25deg)}.animated-stage__action-sticker i:nth-of-type(2){right:-17px;top:19px}.animated-stage__action-sticker i:nth-of-type(3){right:-10px;top:31px;transform:rotate(24deg)}.animated-stage__action-sticker--right i:nth-of-type(1){right:auto;left:-12px;transform:rotate(25deg)}.animated-stage__action-sticker--right i:nth-of-type(2){right:auto;left:-17px}.animated-stage__action-sticker--right i:nth-of-type(3){right:auto;left:-10px;transform:rotate(-24deg)}.animated-stage__action-sticker--tool{--sticker-tone: #f4b93b}.animated-stage__action-sticker--signal{--sticker-tone: #2f86d9}.animated-stage__action-sticker--alert{--sticker-tone: #ef5d66}.animated-stage__action-sticker--done{--sticker-tone: #38b86b}.animated-stage__action-sticker--supervisor{min-width:76px;padding:6px 9px 7px 7px;opacity:.92}.animated-stage__action-sticker--mini{min-width:0;padding:3px;gap:0;border-width:1.6px;border-radius:999px;background:radial-gradient(circle at 34% 28%,#fffffff5,#f5fbffd1 62%,color-mix(in srgb,var(--sticker-tone) 16%,#ffffff 84%)),#ffffffd1;box-shadow:0 5px 10px #224c7414,0 0 0 1px #ffffffa3 inset;opacity:.76}.animated-stage__action-sticker--mini b{width:25px;height:23px;border-width:1.5px;font-size:11px}.animated-stage__action-sticker--mini span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.animated-stage__action-sticker--mini:after{bottom:-5px;left:11px;width:9px;height:9px;border-width:1.5px;opacity:.74}.animated-stage__action-sticker--mini.animated-stage__action-sticker--right:after{right:11px;left:auto}.animated-stage__action-sticker--mini i{width:9px;height:2px;opacity:.48}.animated-stage__action-sticker--mini i:nth-of-type(1){top:2px}.animated-stage__action-sticker--mini i:nth-of-type(2){top:11px}.animated-stage__action-sticker--mini i:nth-of-type(3){top:20px}.animated-stage__story-caption{position:absolute;left:var(--caption-x, 50%);top:var(--caption-y, 52%);z-index:144;max-width:clamp(118px,10vw,156px);min-width:92px;padding:7px 10px 8px;border:2px solid color-mix(in srgb,var(--agent-accent, #2bb7ff) 46%,#ffffff 54%);border-radius:18px 18px 18px 7px;background:linear-gradient(180deg,#ffffffeb,#f7fcffd1),color-mix(in srgb,var(--agent-accent, #2bb7ff) 8%,#ffffff 92%);box-shadow:0 8px 15px #224c741a,0 0 0 1px #ffffffb8 inset;color:#0f315a;transform:translate(-50%,-50%);pointer-events:none;animation:story-caption-in .62s cubic-bezier(.2,.92,.28,1.08) both}.animated-stage__story-caption:after{content:"";position:absolute;left:var(--caption-tail-x, 18px);bottom:-7px;width:14px;height:14px;border-right:2px solid color-mix(in srgb,var(--agent-accent, #2bb7ff) 46%,#ffffff 54%);border-bottom:2px solid color-mix(in srgb,var(--agent-accent, #2bb7ff) 46%,#ffffff 54%);background:#f4fbffe0;transform:rotate(45deg)}.animated-stage__story-caption--right:after{right:var(--caption-tail-x, 18px);left:auto}.animated-stage__story-caption span{position:relative;z-index:1;display:block;margin-bottom:1px;color:color-mix(in srgb,var(--agent-accent, #2bb7ff) 56%,#174a78 44%);font-size:7px;font-weight:900;letter-spacing:0;text-transform:uppercase;opacity:.78}.animated-stage__story-caption strong{position:relative;z-index:1;display:block;overflow:hidden;color:#102a50;font-size:clamp(12px,.9vw,15px);line-height:1.18;font-weight:900;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.animated-stage__supervisor-caption{position:absolute;left:62%;top:89%;z-index:144;max-width:clamp(132px,10.5vw,164px);min-width:112px;padding:7px 10px 8px;border:2px solid rgba(81,165,224,.52);border-radius:16px 16px 7px;background:linear-gradient(180deg,#ffffffeb,#eff9ffd1),#29a9e814;box-shadow:0 13px 24px #2353801f,0 0 0 1px #ffffffb8 inset;color:#0d315b;transform:translate(-50%,-50%);pointer-events:none;animation:story-caption-in .62s cubic-bezier(.2,.92,.28,1.08) both}.animated-stage__supervisor-caption:after{content:"";position:absolute;left:-8px;top:50%;width:18px;height:18px;border-left:2px solid rgba(81,165,224,.52);border-bottom:2px solid rgba(81,165,224,.52);background:#f1faffe6;transform:translateY(-50%) rotate(45deg)}.animated-stage__supervisor-caption span,.animated-stage__supervisor-caption strong{position:relative;z-index:1;display:block;letter-spacing:0}.animated-stage__supervisor-caption span{margin-bottom:3px;color:#1774ba;font-size:8px;font-weight:900;text-transform:uppercase}.animated-stage__supervisor-caption strong{display:-webkit-box;overflow:hidden;color:#102a50;font-size:clamp(10px,.74vw,12px);line-height:1.22;font-weight:900;-webkit-box-orient:vertical;-webkit-line-clamp:2}@keyframes story-caption-in{0%{opacity:0;transform:translate(-50%,-42%) scale(.94)}64%{opacity:1;transform:translate(-50%,-54%) scale(1.018)}to{opacity:.92;transform:translate(-50%,-50%) scale(1)}}@keyframes action-sticker-pop{0%{opacity:0;transform:translate(-50%,-40%) rotate(calc(var(--sticker-tilt, 0deg) - 5deg)) scale(.72)}42%{opacity:1;transform:translate(-50%,-56%) rotate(calc(var(--sticker-tilt, 0deg) + 2deg)) scale(1.08)}68%{transform:translate(-50%,-50%) rotate(var(--sticker-tilt, 0deg)) scale(.98)}to{opacity:.96;transform:translate(-50%,-50%) rotate(var(--sticker-tilt, 0deg)) scale(1)}}.motion-director{position:absolute;left:50%;bottom:clamp(14px,2.2vh,22px);z-index:146;display:flex;gap:4px;max-width:min(720px,calc(100% - 32px));padding:5px;border:1px solid rgba(119,176,220,.5);border-radius:12px;background:#f8fdffc7;box-shadow:0 12px 26px #265b8c29,inset 0 1px #ffffffe6;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}.motion-director__button{min-width:52px;height:28px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#17446f;font:800 12px/1 Inter,Arial,sans-serif;letter-spacing:0;cursor:pointer}.motion-director__button:hover{background:#5da6e126}.motion-director__button--active{background:linear-gradient(180deg,#2789d8,#0f68b8);color:#fff;box-shadow:inset 0 1px #ffffff5c,0 4px 10px #0f68b82e}.office-sidebar{gap:12px}.office-sidebar__nav{padding:7px}.office-sidebar__item{height:38px}.office-sidebar__card{padding:12px}.office-sidebar__card-title{margin-bottom:9px}.office-sidebar__ring{width:84px;height:84px;margin-bottom:9px}.office-sidebar__legend{gap:4px;font-size:11px}.summary-row{min-height:26px;font-size:11px}.office-sidebar__card--tip{min-height:136px}.office-sidebar__card--tip p{font-size:11px;line-height:1.36}.office-sidebar__card--tip img{width:62px;height:62px}.app--mode-solo{grid-template-rows:auto minmax(0,1fr)}.app--mode-solo .main{grid-template-columns:1fr;padding:0;gap:0}.app--mode-solo .topbar--ambient{min-height:0;height:0;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.app--mode-solo .conn-dot{z-index:40;opacity:.78}.solo-stage{position:relative;min-height:100vh;width:100%;overflow:hidden;background:#eaf6ff;color:#12355f;isolation:isolate}.solo-stage__backdrop,.solo-stage__light,.solo-stage__floor,.solo-stage__window,.solo-stage__console,.solo-stage__actor,.solo-stage__speech,.solo-stage__status{position:absolute}.solo-stage__backdrop{top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.035);opacity:.96;z-index:0}.solo-stage__light{top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(255,255,255,.62) 0 17%,transparent 17% 100%),linear-gradient(180deg,#ffffff2e,#6bbfff1a 56%,#2f92e633);mix-blend-mode:screen;opacity:.78;z-index:1;pointer-events:none}.solo-stage__floor{left:0;right:0;bottom:0;height:34vh;background:linear-gradient(180deg,#c2e6ff00,#44a4ed38),repeating-linear-gradient(90deg,rgba(23,89,157,.2) 0 1px,transparent 1px 11.8vw),repeating-linear-gradient(0deg,rgba(23,89,157,.18) 0 1px,transparent 1px 7.4vh);opacity:.52;z-index:2;transform:skewY(-1deg);transform-origin:bottom center}.solo-stage__window{top:10.2vh;left:8.5vw;width:min(26vw,360px);height:min(24vh,230px);border:4px solid rgba(41,109,178,.72);border-radius:10px;background:linear-gradient(180deg,#83d3ffdb,#e0f7ffad),linear-gradient(90deg,rgba(255,255,255,.72),transparent 34%);box-shadow:inset 0 0 0 4px #ffffff75,0 12px 18px #14468224;z-index:3}.solo-stage__window span:first-child,.solo-stage__window span:last-child{position:absolute;background:#296db275}.solo-stage__window span:first-child{left:50%;top:0;bottom:0;width:3px}.solo-stage__window span:last-child{left:0;right:0;top:48%;height:3px}.solo-stage__console{left:50%;bottom:7.5vh;width:min(36vw,410px);height:min(15vh,132px);transform:translate(-50%);border-radius:18px 18px 26px 26px;background:linear-gradient(180deg,#fffffff0,#bcdcf4e6),#d8ecfb;border:3px solid rgba(31,88,146,.42);box-shadow:0 18px 28px #12488233,inset 0 0 0 5px #ffffff61;z-index:4}.solo-stage__console i{position:absolute;left:12%;right:12%;height:8px;border-radius:999px;background:#1b5a89;opacity:.78}.solo-stage__console i:nth-child(1){top:30%;width:54%}.solo-stage__console i:nth-child(2){top:49%;width:68%;background:#57c981}.solo-stage__console i:nth-child(3){top:68%;width:42%;background:#f6cc4c}.solo-stage__actor{left:50%;bottom:8.8vh;width:clamp(310px,38vw,520px);transform:translate(-50%);z-index:8;animation:solo-actor-bob 2.6s steps(6,end) infinite}.solo-stage__sprite{position:relative;display:block;width:100%;height:auto;z-index:2;filter:drop-shadow(0 18px 16px rgba(33,92,142,.2))}.solo-stage__shadow{position:absolute;left:18%;right:18%;bottom:2.6%;height:7.5%;border-radius:50%;background:#1f578e38;filter:blur(2px);transform:scaleX(1.08);z-index:1;animation:solo-shadow-breathe 2.6s steps(6,end) infinite}.solo-stage__speech{left:calc(50% + min(18vw,210px));top:25vh;min-width:160px;max-width:min(32vw,320px);padding:12px 16px 13px;border-radius:18px;background:#fffceef0;border:3px solid rgba(32,110,183,.62);box-shadow:0 12px 22px #245a9129,inset 0 0 0 4px #ffffff6b;z-index:10;animation:solo-speech-pop 4.8s steps(10,end) infinite}.solo-stage__speech:after{content:"";position:absolute;left:28px;bottom:-20px;width:30px;height:30px;background:#fffceef0;border-right:3px solid rgba(32,110,183,.62);border-bottom:3px solid rgba(32,110,183,.62);transform:rotate(45deg)}.solo-stage__speech span,.solo-stage__status strong{display:block;font-size:11px;font-weight:900;letter-spacing:0;color:#2b73ba}.solo-stage__speech strong{display:block;margin-top:3px;font-size:clamp(19px,2.1vw,29px);line-height:1.08;letter-spacing:0;color:#103660}.solo-stage__status{right:24px;bottom:22px;display:flex;align-items:center;gap:8px;min-height:32px;padding:7px 12px;border-radius:999px;border:2px solid rgba(37,119,190,.24);background:#ffffffb8;z-index:9}.solo-stage__status span{width:9px;height:9px;border-radius:50%;background:#58c878;box-shadow:0 0 10px #58c878b8}.solo-stage__motion-mark,.solo-stage__spark{position:absolute;opacity:0;z-index:3}.solo-stage__motion-mark{width:22px;height:3px;border-radius:999px;background:#173a62;transform-origin:center}.solo-stage__motion-mark--a{right:20%;top:22%;transform:rotate(-38deg)}.solo-stage__motion-mark--b{left:19%;top:28%;transform:rotate(24deg)}.solo-stage--motion-alert .solo-stage__motion-mark,.solo-stage--motion-tool .solo-stage__motion-mark,.solo-stage--motion-handoff .solo-stage__motion-mark{opacity:.62;animation:solo-mark-pop .56s steps(3,end) infinite}.solo-stage__spark{width:13px;height:13px;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);background:#ffd84a}.solo-stage__spark--a{right:24%;top:18%}.solo-stage__spark--b{left:29%;top:20%}.solo-stage--motion-done .solo-stage__spark,.solo-stage--motion-tool .solo-stage__spark{opacity:.92;animation:solo-spark-pop .95s steps(4,end) infinite}@keyframes solo-actor-bob{0%,to{transform:translate(-50%) translateY(0) rotate(0)}45%{transform:translate(-50%) translateY(-8px) rotate(-.6deg)}68%{transform:translate(-50%) translateY(-4px) rotate(.5deg)}}@keyframes solo-shadow-breathe{0%,to{transform:scaleX(1.08);opacity:.22}45%{transform:scaleX(.96);opacity:.16}}@keyframes solo-speech-pop{0%,86%,to{transform:translateY(0) scale(1)}6%{transform:translateY(-4px) scale(1.025)}}@keyframes solo-mark-pop{0%,to{transform:translateY(0) rotate(var(--mark-rot, -32deg))}50%{transform:translateY(-6px) rotate(var(--mark-rot, -32deg))}}@keyframes solo-spark-pop{0%,to{transform:scale(.82) rotate(0)}48%{transform:scale(1.2) rotate(16deg)}}@media (prefers-reduced-motion: reduce){.animated-stage__action-sticker,.solo-stage__actor,.solo-stage__shadow,.solo-stage__speech,.solo-stage__motion-mark,.solo-stage__spark{animation:none!important;transition:none!important}}.page{min-width:0;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-right:4px}.eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1565c0}.page__head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.page__title{margin:2px 0 4px;font-size:22px;font-weight:800;color:#0d2440}.page__sub{margin:0;font-size:13px;color:var(--office-muted, #5a7290)}.page__filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.filter-chips{display:flex;flex-wrap:wrap;gap:6px}.filter-chip{border:1px solid var(--office-line, #d6e3f0);background:#fff;color:#3a567a;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.filter-chip:hover{border-color:#b9d5f6;background:#f1f7fb}.filter-chip--on{background:#e9f3ff;color:#1565c0;border-color:#b9d5f6}.filter-select{border:1px solid var(--office-line, #d6e3f0);background:#fff;color:#3a567a;font-size:12px;font-weight:600;padding:6px 10px;border-radius:8px;cursor:pointer}.timeline{display:flex;flex-direction:column;border:1px solid var(--office-line, #d6e3f0);border-radius:10px;background:#fff;overflow:hidden}.timeline__empty{padding:28px;text-align:center;color:var(--office-muted, #5a7290);font-size:13px}.timeline-row{display:grid;grid-template-columns:14px 56px 132px 92px minmax(0,1fr);align-items:center;gap:10px;padding:9px 14px;border-bottom:1px solid #eef3f8;font-size:13px}.timeline-row:last-child{border-bottom:none}.timeline-row:nth-child(2n){background:#fafcfe}.timeline-row__dot{width:9px;height:9px;border-radius:50%;background:#7ea3c8}.timeline-row__dot--done{background:#5abf68}.timeline-row__dot--handoff{background:#2bb7ff}.timeline-row__dot--review{background:#f4b740}.timeline-row__dot--alert{background:#f05a5a}.timeline-row__dot--system{background:#c3d2e2}.timeline-row__dot--active{background:#7c9cff}.timeline-row__time{color:var(--office-muted, #5a7290);font-variant-numeric:tabular-nums}.timeline-row__agent{font-weight:700;color:#0d2440;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-row__type{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5570a0}.timeline-row__type--done{color:#2f9e44}.timeline-row__type--handoff{color:#1c8ed6}.timeline-row__type--review{color:#c98a00}.timeline-row__type--alert{color:#d63c3c}.timeline-row__detail{color:#43607f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.team-card{border:1px solid var(--office-line, #d6e3f0);border-radius:12px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px #0d244008}.team-card--active{border-color:#b9d5f6}.team-card--review{border-color:#f4d68a}.team-card--alert{border-color:#f3b0b0}.team-card__head{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px}.team-card__avatar{width:44px;height:44px;border-radius:10px;object-fit:contain;background:#eef5fc}.team-card__avatar--fallback{display:grid;place-items:center;font-weight:800;color:#1565c0;font-size:18px}.team-card__id{min-width:0}.team-card__id strong{display:block;color:#0d2440;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-card__id span{font-size:11px;color:var(--office-muted, #5a7290);text-transform:uppercase;letter-spacing:.04em}.team-card__state{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:#eef3f8;color:#5570a0;white-space:nowrap}.team-card__state i{width:7px;height:7px;border-radius:50%;background:currentColor}.team-card__state--active{background:#e9f3ff;color:#1c8ed6}.team-card__state--review{background:#fff5da;color:#c98a00}.team-card__state--alert{background:#fde7e7;color:#d63c3c}.team-card__state--done{background:#e7f7ea;color:#2f9e44}.team-card__state--idle{background:#eef3f8;color:#7a8ba0}.team-card__history{display:flex;flex-direction:column;gap:6px;border-top:1px solid #eef3f8;padding-top:10px}.team-card__empty{margin:0;font-size:12px;color:var(--office-muted, #99abc0)}.team-card__event{display:grid;grid-template-columns:10px 44px minmax(0,1fr);align-items:center;gap:8px;font-size:12px;color:#43607f}.team-card__event time{color:var(--office-muted, #5a7290);font-variant-numeric:tabular-nums}.team-card__event span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-card__event-dot{width:8px;height:8px;border-radius:50%;background:#7ea3c8}.team-card__event-dot--done{background:#5abf68}.team-card__event-dot--handoff{background:#2bb7ff}.team-card__event-dot--review{background:#f4b740}.team-card__event-dot--alert{background:#f05a5a}.team-card__event-dot--system{background:#c3d2e2}.team-card__event-dot--active{background:#7c9cff}@media (max-width: 720px){.topbar:not(.topbar--ambient){flex-wrap:wrap;row-gap:4px;padding:8px 14px}.topbar__title{min-width:0;flex:1 1 auto}.topbar__title strong{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__sub{display:none}.topbar__meta{width:100%;flex-wrap:wrap;gap:8px;justify-content:flex-start}}@media (max-width: 1120px){.app,.app .main,.app .main--overview,.app .main--activity,.app .main--team,.app .main--kiosk{grid-template-columns:minmax(0,1fr)}.app .office-sidebar,.app .rightrail{display:none}}
