@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d65c78{font-family:Inter,Inter Fallback;font-style:normal}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-color:#3b82f6;--secondary-color:#1f2937}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.items-center{align-items:center}.text-center{text-align:center}.gap-4{gap:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .2s;border:none}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#4b5563;color:#fff}.btn-secondary:hover,.input{background-color:#374151}.input{padding:.75rem;border-radius:.375rem;border:1px solid #d1d5db;width:100%;color:#fff}.input:focus{outline:2px solid var(--primary-color);outline-offset:1px}.chat-container{display:flex;flex-direction:column;height:100vh;width:100%;margin:0;padding:0;overflow:hidden}.chat-header{background-color:#1f2937;padding:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;z-index:10}.chat-header h1{margin:0;font-size:1.5rem;color:#fff}.chat-columns{display:flex;flex-grow:1;width:100%;height:calc(100vh - 130px);overflow:hidden}.chat-messages-column{flex:0 0 60%;display:flex;flex-direction:column;overflow:hidden}.agent-status-column{flex:0 0 40%;display:flex;flex-direction:column;background-color:#1f2937;padding:.5rem;overflow-y:auto;border-left:1px solid #374151}.agent-status-column h2{margin:0 0 .75rem;font-size:1.125rem;color:#fff;padding:.5rem;border-bottom:1px solid #374151}.chat-messages{flex-grow:1;overflow-y:auto;padding:1rem;background-color:#374151;display:flex;flex-direction:column}.chat-message{padding:.75rem;border-radius:.5rem;margin-bottom:1rem;max-width:80%;white-space:pre-wrap}.user-message{background-color:var(--primary-color);color:#fff;align-self:flex-end}.assistant-message{background-color:#4b5563;color:#fff;align-self:flex-start}.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:hsla(0,0%,100%,.05);border-radius:8px;margin:1rem 0;height:100%}.empty-chat h2{color:var(--primary-color);margin-bottom:.5rem}.empty-chat .agent-capabilities-chat{text-align:left;width:100%;max-width:600px}.empty-agent-status p,.empty-chat p{color:#9ca3af;text-align:center;font-size:.875rem}.chat-input-form{background-color:#1f2937;padding:1rem;width:100%;z-index:10}.input-container{display:flex;gap:.5rem;max-width:100%}.input-container input{flex-grow:1}.onchainkit-container{padding:1rem;background-color:#2d3748;border-radius:.5rem;margin-top:1rem}@media (max-width:768px){.chat-columns{flex-direction:column;height:calc(100vh - 130px)}.chat-messages-column{flex:0 0 60%;order:2;height:60vh}.agent-status-column{flex:0 0 40%;order:1;border-left:none;border-bottom:1px solid #374151;max-height:40vh}.chat-message{max-width:90%}.empty-chat{padding:1rem}.empty-chat .agent-capabilities-chat{max-width:100%}}.swap-suggestion{width:100%;display:flex;justify-content:center}.swap-suggestion-button{background-color:#2563eb;padding:.5rem 1rem;border-radius:.375rem;font-weight:500}.swap-suggestion-button:hover{background-color:#1d4ed8}.loading-dots{display:flex;gap:.5rem;padding:.75rem;border-radius:.5rem;background-color:#4b5563;align-self:flex-start;margin-bottom:1rem}.dot{width:.5rem;height:.5rem;background-color:#9ca3af;border-radius:50%;animation:pulse 1.5s infinite}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.agent-status{font-size:.875rem;color:#e5e7eb}.agent-status h3{margin:0 0 .5rem;font-size:.95rem;color:#f9fafb;font-weight:500}.agent-group{margin-bottom:.75rem}.agent-group h4{margin:0 0 .5rem;font-size:.875rem;color:#d1d5db}.agent-list{list-style:none;padding:0;margin:0}.agent-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin:.25rem 0;border-radius:.25rem;background-color:#374151}.agent-item.active{border-left:3px solid #3b82f6}.agent-item.completed{border-left:3px solid #10b981}.agent-name{font-weight:500}.agent-indicator{height:.5rem;width:.5rem;display:flex;align-items:center;justify-content:center}.agent-item.active .agent-indicator{height:.5rem;width:.5rem;border-radius:50%;background-color:#3b82f6;animation:pulse 1.5s infinite}.welcome-message{background-color:rgba(59,130,246,.1);border-radius:8px;padding:1.5rem;margin:1.5rem 0;max-width:800px}.welcome-message h2{color:var(--primary-color);margin-top:0;font-size:1.5rem}.agent-capabilities,.agent-capabilities-chat{margin:1.5rem 0}.agent-capabilities h3,.agent-capabilities-chat h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--secondary-color)}.agent-capabilities ul,.agent-capabilities-chat ul{list-style-type:none;padding-left:0;display:flex;flex-direction:column;gap:.75rem}.agent-capabilities li,.agent-capabilities-chat li{padding:.5rem;border-radius:4px;background-color:hsla(0,0%,100%,.7);box-shadow:0 1px 3px rgba(0,0,0,.1)}.agent-capabilities li strong,.agent-capabilities-chat li strong{color:var(--primary-color)}.start-prompt{font-weight:500;margin-top:1.5rem;color:var(--secondary-color)}.agent-status-info{background-color:rgba(31,41,55,.1);padding:.75rem;border-radius:4px;font-style:italic}.swap-module-container{margin-top:2rem;padding:1rem;border-radius:8px;background-color:var(--bg-secondary)}.swap-placeholder{display:flex;justify-content:center;margin:1rem 0}.swap-toggle-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-weight:500;transition:background-color .2s}.swap-toggle-button:hover{background-color:var(--primary-color-dark)}.swap-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.swap-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.swap-header h3{margin:0;font-size:1rem;font-weight:600}.swap-close-button{background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--text-secondary);padding:.25rem;line-height:1}.swap-close-button:hover{color:var(--text-primary)}.swap-suggestion{margin-top:.5rem}.swap-suggestion-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.swap-suggestion-button:hover{background-color:var(--primary-color-dark)}