*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;color:#1a1a1a;background:#fafafa}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.app{display:flex;flex-direction:column;height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#fff;border-bottom:1px solid #e4e4e7;height:48px;flex-shrink:0}.app-header h1{font-size:16px;color:#18181b}.app-body{display:flex;flex:1;min-height:0}.nav{width:200px;background:#f4f4f5;border-right:1px solid #e4e4e7;padding:16px}.nav-hint{margin-top:24px;font-size:11px;color:#a1a1aa;padding:0 12px}.user-menu{position:relative}.user-avatar{width:32px;height:32px;border-radius:50%;background:#18181b;color:#fff;border:none;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.user-avatar:hover{background:#3f3f46}.user-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:4px;z-index:50}.user-menu-email{padding:8px 12px;font-size:12px;color:#71717a;border-bottom:1px solid #f4f4f5;margin-bottom:4px}.user-menu-item{display:block;width:100%;text-align:left;padding:8px 12px;background:transparent;border:none;border-radius:4px;font-size:13px;color:#1a1a1a}.user-menu-item:hover{background:#f4f4f5}.nav-item{display:block;width:100%;text-align:left;padding:8px 12px;margin-bottom:4px;background:transparent;border:none;border-radius:6px;font-size:14px;color:#52525b}.nav-item:hover{background:#e4e4e7}.nav-item.active{background:#18181b;color:#fff}.main{flex:1;display:flex;min-width:0}.canvas{flex:1;padding:24px;overflow-y:auto;border-right:1px solid #e4e4e7}.canvas h2{font-size:20px;margin-bottom:16px;color:#18181b}.chat{width:480px;display:flex;flex-direction:column;background:#fff}.chat-header{padding:12px 16px;border-bottom:1px solid #e4e4e7;font-weight:600;display:flex;justify-content:space-between;align-items:center}.chat-header-left{display:flex;align-items:center;gap:8px}.thread-btn{width:28px;height:28px;border:1px solid #e4e4e7;border-radius:6px;background:transparent;font-size:14px;color:#52525b;display:flex;align-items:center;justify-content:center}.thread-btn:hover{background:#f4f4f5}.thread-list{border-bottom:1px solid #e4e4e7;max-height:200px;overflow-y:auto;padding:4px}.thread-item{display:block;width:100%;text-align:left;padding:8px 12px;background:transparent;border:none;border-radius:4px;font-size:12px;color:#52525b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-item:hover{background:#f4f4f5}.thread-item.active{background:#18181b;color:#fff}.chat-status{font-size:11px;color:#71717a;font-weight:400}.chat-status.connected:before{content:"● ";color:#10b981}.messages{flex:1;overflow-y:auto;padding:16px}.message{margin-bottom:12px;padding:10px 14px;border-radius:12px;max-width:90%;word-wrap:break-word}.message.user{background:#18181b;color:#fff;margin-left:auto}.message.assistant{background:#f4f4f5;color:#1a1a1a}.message-meta{font-size:10px;color:#71717a;margin-top:4px}.skill-call{display:inline-block;font-size:10px;background:#dbeafe;color:#1e40af;padding:2px 6px;border-radius:4px;margin-right:4px}.composer{padding:16px;border-top:1px solid #e4e4e7;display:flex;gap:8px}.composer textarea{flex:1;padding:10px 14px;border:1px solid #e4e4e7;border-radius:8px;font-size:14px;outline:none;resize:none;line-height:1.4;max-height:200px;overflow-y:auto}.composer textarea:focus{border-color:#18181b}.composer button{padding:10px 18px;background:#18181b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500}.composer button:disabled{opacity:.5;cursor:not-allowed}.canvas-section{margin-bottom:24px}.canvas-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#71717a;margin-bottom:8px}.memory-list{list-style:none;display:flex;flex-direction:column;gap:6px}.memory-item{padding:10px 12px;background:#fff;border:1px solid #e4e4e7;border-radius:6px;font-size:13px;color:#3f3f46;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.memory-item span{flex:1}.memory-delete{flex-shrink:0;width:22px;height:22px;border:none;background:transparent;color:#a1a1aa;font-size:16px;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .1s}.memory-item:hover .memory-delete{opacity:1}.memory-delete:hover{background:#fee2e2;color:#dc2626}.event-log{font-family:ui-monospace,SF Mono,Monaco,monospace;font-size:11px;color:#71717a;margin-top:16px;padding:12px;background:#f4f4f5;border-radius:6px;max-height:200px;overflow-y:auto}.event-entry{margin-bottom:4px}
