:root{--navy: #17202e;--ink: #0e141f;--ground: #fbfcfe;--card: #ffffff;--tile: #eef1f6;--mint: #41e39e;--mint-deep: #0a7f5c;--mint-wash: rgba(65, 227, 158, .16);--sky: #6eceff;--purple: #b790ff;--human: #f8e354;--human-ink: #7a6a00;--human-wash: rgba(248, 227, 84, .3);--error: #ff848c;--text: #17202e;--text-2: #6b7789;--label: #9aa5b8;--line: rgba(23, 32, 46, .1);--head: "Greycliff CF", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--mono: "Fira Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--ease: cubic-bezier(.2, .8, .2, 1);--shadow: 0 1px 2px rgba(23, 32, 46, .05), 0 7px 9px rgba(23, 32, 46, .06), 0 22px 22px rgba(23, 32, 46, .05);--shadow-sm: 0 1px 2px rgba(23, 32, 46, .05), 0 5px 7px rgba(23, 32, 46, .07);--glow-mint: 0 0 26px rgba(65, 227, 158, .42);--glow-human: 0 0 28px rgba(248, 227, 84, .62)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--ground);color:var(--text);font-family:var(--head);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}.label{font-family:var(--mono);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--label)}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--mint-deep);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.app{display:grid;grid-template-columns:minmax(0,1fr) 344px;grid-template-rows:1fr auto;height:100%}.stagewrap{position:relative;min-width:0;min-height:0}.stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--ground)}.stage__inner{position:absolute;top:50%;left:50%;width:1240px;height:900px;transform-origin:center}.stage__svg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible}.stage__cards{position:absolute;top:0;right:0;bottom:0;left:0}.brandmark{position:absolute;top:22px;left:26px;display:flex;align-items:center;gap:11px;z-index:4}.brandmark img{width:28px;height:28px}.brandmark b{font-size:16px;font-weight:800;letter-spacing:-.01em}.brandmark span{display:block;margin-top:2px}.modebadge{position:absolute;top:26px;right:26px;z-index:4;display:flex;align-items:center;gap:8px}.modebadge__dot{width:7px;height:7px;border-radius:50%;background:var(--mint)}.modebadge--replay .modebadge__dot{background:var(--purple)}.card{position:absolute;background:var(--card);border-radius:30px;box-shadow:var(--shadow);transition:box-shadow .4s var(--ease),transform .28s var(--ease);animation:rise .34s var(--ease) both}@keyframes rise{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.card--working{box-shadow:var(--glow-mint),var(--shadow)}.card--waiting_human{box-shadow:var(--glow-human),var(--shadow)}.card--failed{box-shadow:0 0 24px #ff848c80,var(--shadow)}.card__caption{position:absolute;left:50%;translate:-50% 0;top:calc(100% + 16px);white-space:nowrap}.core{padding:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tile{aspect-ratio:1;border-radius:17px;background:var(--tile);display:grid;place-items:center}.tile svg{width:26px;height:26px}.tile--erp{background:var(--navy)}.tile--erp svg{color:#fff}.tile--folder{background:var(--mint)}.tile--folder svg{color:#08301f}.tile--mail{background:var(--sky)}.tile--mail svg{color:#06344a}.tile--hr{background:var(--purple)}.tile--hr svg{color:#2b1350}.tile--policy{background:#dfe6f1}.tile--policy svg{color:var(--navy)}.tile--drive{background:#cfe9ff}.tile--drive svg{color:#06344a}.core__ports{position:absolute;left:50%;bottom:-12px;transform:translate(-50%);display:flex;gap:4px}.core__ports i{width:9px;height:13px;border-radius:3px}.agent{padding:22px 26px;display:flex;flex-direction:column;gap:8px}.agent__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.agent__name{font-size:21px;font-weight:800;letter-spacing:-.02em}.agent__competence{font-size:13.5px;color:var(--text-2)}.agent__subs{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.pill{font-family:var(--mono);font-size:10.5px;padding:5px 10px;border-radius:9px;border:1.5px solid var(--line);background:var(--tile);color:var(--label);display:inline-flex;align-items:center;gap:6px;transition:all .3s var(--ease)}.pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.55}.pill--working,.pill--done{background:var(--mint-wash);border-color:var(--mint);color:var(--mint-deep)}.pill--waiting_human{background:var(--human-wash);border-color:#e0c93c;color:var(--human-ink)}.pill--failed{background:#ff848c29;border-color:var(--error);color:#a3323a}.pill--grown{border-style:dashed;border-color:var(--purple);color:#6a3fc4;background:#b790ff24}.badge{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;padding:4px 11px;border-radius:12px;background:var(--mint);color:#0a3d2c;white-space:nowrap}.badge--waiting_human{background:var(--human);color:var(--human-ink)}.badge--done{background:var(--mint);color:#0a3d2c}.badge--failed{background:var(--error);color:#4a1013}.person{border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:16px}.person--lit{box-shadow:var(--glow-human),var(--shadow)}.person .card__caption{white-space:normal;width:150px;text-align:center;line-height:1.45}.ghost{border:2px dashed #d3dae5;background:#ffffff8c;box-shadow:none;display:grid;place-items:center;color:#aeb7c6;font-weight:600;font-size:15px;border-radius:26px}.artifact{padding:20px 26px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.artifact__head{display:flex;align-items:center;gap:11px}.artifact__icon{width:26px;height:26px;border-radius:8px;background:var(--mint-deep);display:grid;place-items:center}.artifact__icon svg{width:15px;height:15px;color:#fff}.artifact__name{font-size:15px;font-weight:700}.artifact table{width:100%;border-collapse:collapse;font-family:var(--mono);font-size:11px}.artifact th{text-align:left;padding:6px 8px;color:var(--label);background:#f3f6fa;font-weight:400}.artifact td{padding:5px 8px;border-top:1px solid var(--line)}.artifact__doc{font-size:12.5px;color:var(--text-2);white-space:pre-wrap;overflow:hidden;max-height:78px}.artifact__open{align-self:flex-start;font-family:var(--mono);font-size:11px;padding:6px 13px;border-radius:9px;border:1.5px solid var(--line);background:#fff;color:var(--text);text-decoration:none}.artifact__open:hover{border-color:var(--mint);color:var(--mint-deep)}.edge{fill:none;stroke-linecap:round;transition:stroke-width .3s var(--ease)}.edge--flow{stroke-dasharray:14 10;animation:dash 1.2s linear infinite}@keyframes dash{to{stroke-dashoffset:-48}}.edge__chip{fill:#fff;stroke:#17202e1f}.edge__label{font-family:var(--mono);font-size:11px;fill:var(--text-2)}.rail{border-left:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-height:0}.rail__head{padding:20px 22px 12px;border-bottom:1px solid var(--line)}.rail__log{flex:1;overflow-y:auto;padding:16px 22px;display:flex;flex-direction:column;gap:10px}.logline{font-size:13.5px;line-height:1.5;display:flex;gap:9px}.logline:before{content:"▸";color:var(--label);flex:none}.logline--agent{color:var(--text)}.logline--plan{color:var(--text-2)}.logline--human{color:var(--human-ink)}.logline--human:before{content:"◆";color:#d9c53a}.logline--warning{color:var(--text-2);font-style:italic}.logline--error{color:#a3323a}.logline--error:before{content:"✕";color:var(--error)}.bar{grid-column:1 / -1;border-top:1px solid var(--line);background:#fff;padding:14px 22px;display:flex;flex-direction:column;gap:10px}.bar__row{display:flex;gap:10px;align-items:center}.bar__prompt{font-family:var(--mono);color:var(--label)}.bar input{flex:1;font:inherit;font-size:14.5px;padding:11px 14px;border-radius:12px;border:1.5px solid var(--line);background:var(--ground);color:var(--text)}.bar input:focus{outline:none;border-color:var(--mint);background:#fff}.bar button.go{font-weight:700;font-size:14px;padding:11px 22px;border-radius:12px;border:0;background:var(--mint);color:#0a3d2c}.bar button.go:disabled{background:var(--tile);color:var(--label);cursor:not-allowed}.bar__chips{display:flex;gap:8px;flex-wrap:wrap}.bar__row--static{padding:2px 0 2px 4px}.bar__note{font-size:13.5px;color:var(--text-2)}.bar__note b{color:var(--text);font-weight:600}.chip{font-family:var(--mono);font-size:11px;padding:5px 11px;border-radius:9px;border:1.5px solid var(--line);background:#fff;color:var(--text-2)}.chip:hover{border-color:var(--mint);color:var(--mint-deep)}.ask{position:absolute;left:50%;top:50%;translate:-50% -50%;z-index:6;width:520px;max-width:calc(100% - 48px);background:#fff;border-radius:26px;box-shadow:0 2px 6px #17202e14,0 18px 40px #17202e24;padding:28px 32px;display:flex;flex-direction:column;gap:14px;animation:rise .3s var(--ease) both}.ask--human{border-top:4px solid var(--human)}.ask--plan{border-top:4px solid var(--mint)}.ask h3{margin:0;font-size:19px;font-weight:800;letter-spacing:-.015em;line-height:1.3}.ask p{margin:0;font-size:13.5px;color:var(--text-2)}.ask__options{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.ask__options button{font-size:14px;font-weight:600;padding:11px 18px;border-radius:12px;border:1.5px solid var(--line);background:#fff;color:var(--text)}.ask__options button:hover:not(:disabled){border-color:var(--mint);background:var(--mint-wash)}.ask__options button:disabled{cursor:default;color:var(--text-2);background:var(--tile)}.ask__hint{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--label)}.scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#fbfcfe99;z-index:5}.banner{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:6;background:#fff;border-radius:14px;border-left:4px solid var(--error);box-shadow:var(--shadow);padding:14px 20px;display:flex;gap:16px;align-items:center;font-size:13.5px;max-width:640px}.banner button{border:1.5px solid var(--line);background:#fff;border-radius:9px;padding:7px 13px;font-family:var(--mono);font-size:11px;white-space:nowrap}.intro{position:absolute;left:50%;top:50%;translate:-50% -50%;z-index:3;width:580px;max-width:calc(100% - 56px);max-height:calc(100% - 48px);overflow-y:auto;background:var(--card);border-radius:30px;box-shadow:var(--shadow);padding:30px 36px 28px;display:flex;flex-direction:column;gap:12px;animation:rise .4s var(--ease) both}.intro h2{margin:0;font-size:25px;font-weight:800;letter-spacing:-.025em;line-height:1.2}.intro h2 em{font-style:normal;color:var(--mint-deep)}.intro>p{margin:0;font-size:14.5px;line-height:1.55;color:var(--text-2)}.intro__scenario{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border-radius:16px;background:var(--ground);border:1px solid var(--line);font-size:13.5px;color:var(--text-2)}.intro__scenario b{font-size:14.5px;color:var(--text);font-weight:700}.intro__people{color:var(--label);font-size:12.5px}.intro__cta{margin:0;font-size:14.5px;color:var(--text)}.intro__cta b{font-weight:700}.intro__play{align-self:flex-start;margin-top:4px;font-size:14.5px;font-weight:700;padding:12px 22px;border-radius:13px;border:0;background:var(--mint);color:#0a3d2c}.intro__play:hover{filter:brightness(1.05)}
