*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}#root{width:100%;height:100%}.app{min-height:100vh}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem;text-align:center}.app-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:.95rem}.container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.card-header h2{font-size:1.25rem;font-weight:600}.card-body{padding:1.5rem}.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%}.status-dot.connected{background:#22c55e}.status-dot.disconnected{background:#ef4444}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#e2e8f0;color:#475569;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#cbd5e1}.tools-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.tool-item{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.tool-item:hover{border-color:#cbd5e1;background:#f8fafc}.tool-item.selected{border-color:#3b82f6;background:#eff6ff}.tool-name{font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.tool-description{font-size:.875rem;color:#64748b}.paid-badge{background:#3b82f6;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.free-badge{background:#22c55e;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.tool-call-form{padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.tool-call-form h3{font-size:1.125rem;margin-bottom:1rem}.tool-call-form label{display:block;font-size:.875rem;font-weight:500;margin-bottom:1rem}.tool-call-form textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.875rem;margin-top:.5rem;resize:vertical}.console{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:8px;max-height:400px;overflow-y:auto;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.875rem}.log-entry{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:flex-start}.log-badge{flex-shrink:0;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.log-badge.client{background:#64748b;color:#fff}.log-badge.server{background:#475569;color:#fff}.log-badge.system{background:#22c55e;color:#fff}.log-badge.payment{background:#3b82f6;color:#fff}.log-badge.result{background:#10b981;color:#fff}.log-badge.error{background:#ef4444;color:#fff}.log-badge.info{background:#06b6d4;color:#fff}.log-entry pre{white-space:pre-wrap;word-break:break-word;margin:0;flex:1}.payment-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.payment-modal{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.payment-modal h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.payment-subtitle{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.payment-details{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem}.payment-details dt{color:#64748b;font-weight:500}.payment-details dd{color:#1e293b;font-weight:600;word-break:break-all}.payment-details dd.mono{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.75rem;font-weight:400}.payment-amount{color:#3b82f6;font-size:1.125rem}.payment-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:2px solid #3b82f6}.spinner{width:2.5rem;height:2.5rem;border:3px solid #dbeafe;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-loading p{margin:0;font-weight:600;color:#1e40af;font-size:1rem}.payment-loading small{color:#475569;font-size:.875rem;text-align:center;max-width:300px}.payment-buttons{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{background:#fff;color:#475569;border:1px solid #cbd5e1;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.btn-cancel:hover:not(:disabled){background:#f8fafc}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-confirm{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.btn-confirm:hover:not(:disabled){background:#2563eb}.btn-confirm:disabled{opacity:.7;cursor:not-allowed;background:#9ca3af}.success-text{color:#22c55e;font-weight:500}.text-sm{font-size:.875rem;color:#64748b}.mono{font-family:SF Mono,Monaco,Consolas,monospace}.app-split{display:flex;width:100vw;height:100vh;background:#f8fafc;overflow:hidden}.chat-pane{flex:1;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e2e8f0;overflow:hidden;position:relative}.nerd-pane{width:480px;background:#f8fafc;display:flex;flex-direction:column;overflow-y:auto;padding:1rem;gap:1rem;height:100vh}.chat-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chat-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chat-header h1{font-size:1.5rem;font-weight:700}.chat-header-actions{display:flex;gap:.5rem;align-items:center}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .7rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:999px;font-size:.875rem;line-height:1;cursor:pointer}.status-pill:hover{background:#e2e8f0}.nerd-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.nerd-toggle:hover{background:#2563eb}.nerd-toggle.inactive{background:#e2e8f0;color:#475569}.nerd-toggle.inactive:hover{background:#cbd5e1}.message-list{--chat-col-width: 720px;--bubble-radius: 28px;--bubble-cut: 12px;flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.mcp-popover{position:absolute;top:70px;right:16px;width:420px;max-width:calc(100% - 32px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 18px #02061714;padding:1rem;z-index:20}.mcp-popover h3{margin:0 0 .75rem;font-size:1.125rem;color:#0f172a}.mcp-input-row{display:flex;gap:.5rem}.mcp-input-row input{flex:1;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.mcp-input-row button{padding:.625rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.mcp-input-row button:hover{background:#2563eb}.mcp-help{margin-top:.5rem;font-size:.8125rem;color:#64748b}.message{display:flex;flex-direction:column;width:min(100%,var(--chat-col-width));margin-left:auto;margin-right:auto;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user,.message.agent,.message.system{align-self:auto}.message-bubble{padding:.875rem 1.125rem;border-radius:18px;line-height:1.5;word-wrap:break-word}.message.user .message-bubble{background:#1a2335;color:#fff;border-radius:var(--bubble-radius) var(--bubble-radius) var(--bubble-cut) var(--bubble-radius);margin-left:auto}.message.agent .message-bubble{background:#f2f4f5;color:#0f172a;border-radius:var(--bubble-cut) var(--bubble-radius) var(--bubble-radius) var(--bubble-radius)}.message.system .message-bubble{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;border-radius:12px;text-align:center;font-size:.875rem;padding:.625rem 1rem}.message-timestamp{font-size:.75rem;color:#94a3b8;margin-top:.25rem;padding:0 .5rem}.message-inline-component{margin-top:.75rem;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0}.message-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.message-action-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.message-action-btn.primary{background:#1a73e8;color:#fff}.message-action-btn.primary:hover{background:#1669d6}.message-action-btn.secondary{background:#e2e8f0;color:#475569}.message-action-btn.secondary:hover{background:#cbd5e1}.chat-input-container{border-top:1px solid #e2e8f0;padding:1rem 1.5rem;background:#fff;flex-shrink:0}.chat-input-wrapper{display:flex;gap:.75rem;margin-bottom:.75rem}.chat-input{flex:1;padding:.875rem 1.125rem;border:2px solid #e2e8f0;border-radius:24px;font-size:1rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#3b82f6}.chat-send-btn{padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:24px;font-weight:500;cursor:pointer;transition:background .2s}.chat-send-btn:hover{background:#2563eb}.chat-send-btn:disabled{background:#cbd5e1;cursor:not-allowed}.suggested-actions{display:flex;gap:.5rem;flex-wrap:wrap}.suggested-action{padding:.5rem .875rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;font-size:.875rem;color:#475569;cursor:pointer;transition:all .2s}.suggested-action:hover{background:#e2e8f0;border-color:#cbd5e1}.nerd-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0}.nerd-section-header{padding:.875rem 1.125rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc;flex-shrink:0}.nerd-section-header h3{font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}.nerd-section-body{padding:1rem;overflow-x:hidden;overflow-y:auto}.status-grid{display:flex;flex-direction:column;gap:.5rem}.status-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.status-indicator{width:8px;height:8px;border-radius:50%;background:#22c55e}.status-indicator.error{background:#ef4444}.status-indicator.warning{background:#f59e0b}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.quick-action-btn{padding:.625rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s;text-align:center}.quick-action-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.raw-logs-container{background:#0f172a;color:#e2e8f0;border-radius:0;padding:.75rem;max-height:400px;overflow-y:auto;overflow-x:hidden;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.5}.raw-log-entry{margin-bottom:.5rem;padding:.5rem;border-radius:4px;background:#ffffff0d}.raw-log-time{color:#94a3b8;font-weight:600}.raw-log-badge{display:inline-block;padding:.125rem .375rem;border-radius:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;margin-left:.5rem}.raw-log-badge.server{background:#475569}.raw-log-badge.client{background:#64748b}.raw-log-badge.system{background:#22c55e}.raw-log-badge.payment{background:#3b82f6}.raw-log-badge.error{background:#ef4444}.raw-log-badge.info{background:#06b6d4}.raw-log-badge.transaction{background:#8b5cf6;font-weight:700}.raw-log-content{margin-top:.25rem;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width: 1024px){.nerd-pane{width:360px}}@media (max-width: 768px){.app-split{flex-direction:column;height:100dvh}.chat-pane{height:50vh}.nerd-pane{width:100%;height:50vh;max-height:50vh;border-right:none;border-top:1px solid #e2e8f0}.message{max-width:85%}.message-list{--chat-col-width: 100%}}.account-balance-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f1f5f9;padding:12px;border-radius:12px;margin-bottom:12px}.account-balance-tile{background:#eef2f7;border:1px solid #e2e8f0;border-radius:10px;padding:14px;text-align:center}.account-balance-tile .muted{color:#64748b;font-weight:600;margin-bottom:6px}.account-balance-tile .amount{font-size:20px;font-weight:800;color:#0f172a}.account-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;margin:12px 0}.copy-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:12px;cursor:pointer}.copy-btn.copied,.copy-btn:disabled.copied{background:#22c55e;border-color:#16a34a;color:#fff}.account-disconnect{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;text-align:left;font-weight:600;color:#0f172a;cursor:pointer}.account-disconnect:hover{background:#f8fafc}.account-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.account-footer img{height:14px}.account-footer span{display:inline-flex;align-items:center;gap:6px;text-align:center}
