*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d1a;--bg2:#12122a;--bg3:#1a1a38;--border:#2a2a5a;--text:#e0e0ff;--text-muted:#66a;--font:"Courier New", monospace}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;overflow-x:hidden}#root{width:100%}.app{flex-direction:column;min-height:100vh;display:flex}.loading{justify-content:center;align-items:center;gap:8px;height:100vh;display:flex}.loading-dot{background:#3b82f6;border-radius:50%;width:10px;height:10px;animation:1.2s infinite bounce}.loading-dot:nth-child(2){background:#a855f7;animation-delay:.2s}.loading-dot:nth-child(3){background:#22c55e;animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.connection-bar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:6px 14px;font-size:11px;display:flex}.connection-bar.connected{color:#22c55e}.connection-bar.disconnected{color:#ef4444}.connection-dot{background:currentColor;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.header-title{color:#48f;font-size:15px;font-weight:700}.header-sub{color:var(--text-muted);font-size:11px}.agents-grid{flex-direction:column;gap:8px;padding:12px 10px;display:flex}.agent-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.agent-emoji{text-align:center;flex-shrink:0;width:36px;font-size:28px}.agent-info{flex:1;min-width:0}.agent-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.agent-role{color:var(--text-muted);margin-top:1px;font-size:10px}.agent-status{margin-top:3px;font-size:11px}.agent-task{color:#f97316;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.agent-level{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.level-badge{color:var(--text-muted);border:1px solid;border-radius:4px;padding:2px 5px;font-size:10px}.xp-bar{background:var(--border);border-radius:2px;width:36px;height:3px;overflow:hidden}.xp-fill{border-radius:2px;height:100%;transition:width .5s}.events-section{padding:0 10px 20px}.events-title{color:var(--text-muted);border-top:1px solid var(--border);margin-bottom:6px;padding:8px 2px;font-size:11px}.events-empty{color:var(--text-muted);text-align:center;padding:12px;font-size:11px}.event-item{border-bottom:1px solid #1a1a2a;align-items:flex-start;gap:8px;padding:6px 0;font-size:11px;display:flex}.event-emoji{flex-shrink:0;font-size:14px}.event-text{color:var(--text);flex:1;line-height:1.4}.event-time{color:var(--text-muted);flex-shrink:0;font-size:10px}.status-bar{border-bottom:1px solid var(--border);z-index:50;background:#0d0d1af2;justify-content:space-between;align-items:center;padding:8px 14px;display:flex;position:sticky;top:0}.bar-title{color:#48f;font-size:13px;font-weight:700}.bar-conn{align-items:center;gap:5px;font-size:11px;display:flex}.bar-conn.online{color:#22c55e}.bar-conn.offline{color:#ef4444}.bar-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.agent-character{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:10;flex-direction:column;align-items:center;width:11.18%;min-width:36px;max-width:80px;display:flex;position:absolute;transform:translate(-50%,-50%)}.char-svg{width:100%;height:auto;display:block}.status-idle .char-svg{animation:2.8s ease-in-out infinite titan-idle}.status-working .char-svg{animation:.5s ease-in-out infinite alternate titan-working}.status-happy .char-svg{animation:.7s cubic-bezier(.34,1.56,.64,1) 2 titan-happy}.status-talking .char-svg{animation:1.4s ease-in-out infinite titan-idle}@keyframes titan-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes titan-working{0%{transform:rotate(-5deg)translateY(1px)}to{transform:rotate(-7deg)translateY(3px)}}@keyframes titan-happy{0%{transform:translateY(0)rotate(0)scale(1)}25%{transform:translateY(-14px)rotate(-3deg)scale(1.06)}50%{transform:translateY(-10px)rotate(3deg)scale(1.04)}75%{transform:translateY(-5px)rotate(-1deg)scale(1.02)}to{transform:translateY(0)rotate(0)scale(1)}}.char-svg .arm-left,.char-svg .arm-right{transform-box:fill-box;transform-origin:top}.status-working .arm-right{animation:.45s ease-in-out infinite titan-typing}.status-working .arm-left{animation:.45s ease-in-out .2s infinite titan-typing}@keyframes titan-typing{0%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}.speech-bubble{color:#0f172a;text-align:center;z-index:20;pointer-events:none;white-space:normal;word-break:break-word;background:#fff;border-radius:10px;max-width:105px;padding:5px 9px;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:600;line-height:1.4;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000038}.speech-bubble:after{content:"";border:5px solid #0000;border-top-color:#fff;border-bottom:none;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.agent-badge{text-align:center;box-sizing:border-box;background:#ffffffed;border:1px solid #ffffffb3;border-radius:20px;width:100%;max-width:110px;margin-top:5px;padding:4px 8px;font-family:system-ui,-apple-system,sans-serif;box-shadow:0 2px 8px #00000038}.agent-badge-name{color:#0f172a;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:800;display:block;overflow:hidden}.agent-badge-name:before{content:"";background:var(--agent-color,#22c55e);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:4px;display:inline-block}.agent-badge-role{color:#64748b;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:7px;font-weight:500;display:block;overflow:hidden}.office-container{background:#0d0d1a;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.office-canvas{width:100%;height:100%;position:absolute;inset:0}.agent-panel{z-index:100;background:#12122a;border-top:2px solid #2a2a5a;border-radius:18px 18px 0 0;max-height:65vh;padding-bottom:20px;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 30px #0009}.panel-handle{background:#2a2a5a;border-radius:2px;width:36px;height:4px;margin:10px auto 0}.panel-header{border-bottom:1px solid #2a2a5a;border-left:3px solid;align-items:center;gap:12px;padding:12px 16px;display:flex}.panel-avatar{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.panel-emoji{font-size:24px}.panel-info{flex:1;min-width:0}.panel-name{color:#e0e0ff;font-family:Courier New,monospace;font-size:15px;font-weight:700}.panel-role{color:#66a;margin-top:2px;font-size:11px}.panel-status{margin-top:4px;font-family:Courier New,monospace;font-size:11px}.panel-close{color:#88b;cursor:pointer;background:#2a2a4a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.panel-xp{border-bottom:1px solid #1a1a38;align-items:center;gap:8px;padding:10px 16px;display:flex}.xp-label{color:#66a;flex-shrink:0;width:28px;font-family:Courier New,monospace;font-size:11px}.xp-track{background:#2a2a5a;border-radius:2px;flex:1;height:4px;overflow:hidden}.xp-progress{border-radius:2px;height:100%}.xp-value{color:#66a;text-align:right;flex-shrink:0;width:50px;font-family:Courier New,monospace;font-size:10px}.panel-greeting{color:#b0b0cc;background:#1a1a38;border-left:3px solid;border-radius:0 8px 8px 0;margin:10px 16px;padding:8px 12px;font-family:Courier New,monospace;font-size:12px;line-height:1.5}.panel-events-title{color:#66a;padding:8px 16px 4px;font-family:Courier New,monospace;font-size:10px}.panel-events-empty{color:#44a;text-align:center;padding:10px;font-size:11px}.panel-event{border-bottom:1px solid #1a1a2a;justify-content:space-between;align-items:flex-start;gap:8px;padding:6px 16px;display:flex}.panel-event-text{color:#c0c0e0;flex:1;font-family:Courier New,monospace;font-size:11px;line-height:1.4}.panel-event-time{color:#44a;flex-shrink:0;font-family:Courier New,monospace;font-size:10px}
