.navigation{background:#fff;border-bottom:2px solid #000;padding:1.25rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:center;align-items:center;position:relative}.nav-logo{position:absolute;left:3rem;font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:600;text-decoration:none;color:#000;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.logo-icon{width:28px;height:28px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem}.nav-links{display:flex;gap:0;align-items:center}.nav-link{font-family:Courier New,Courier,monospace;font-size:.85rem;font-weight:600;text-decoration:none;color:#000;padding:.75rem 1.5rem;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;border:none}.nav-link:hover{background:#f5f5f5}.nav-link.active{background:#000;color:#fff}.menu-toggle{display:none;background:none;border:2px solid #000;padding:.5rem;cursor:pointer;width:40px;height:40px;flex-direction:column;justify-content:center;gap:4px}.menu-toggle span{display:block;width:20px;height:2px;background:#000}@media(max-width:768px){.nav-container{justify-content:space-between}.nav-logo{position:static}.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:2px solid #000;flex-direction:column;gap:0;display:none}.nav-links.open{display:flex}.nav-link{width:100%;text-align:center;border-bottom:1px solid #e0e0e0;padding:1rem}}.btn{font-family:Courier New,Courier,monospace;font-weight:600;border:2px solid #000;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:.08em}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-sm{padding:.65rem 1.5rem;font-size:.8rem}.btn-md{padding:.875rem 2rem;font-size:.9rem}.btn-lg{padding:1.125rem 2.5rem;font-size:.95rem}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#333}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background:#fff;color:#000;border:2px solid #000}.btn-secondary:hover{background:#f5f5f5}.btn-secondary:active{transform:translateY(1px)}.btn-ghost{background:transparent;color:#666;border:1px solid #e0e0e0}.btn-ghost:hover{color:#000;background:#f5f5f5;border-color:#ccc}.btn-accent{background:#fff;color:#000;border:2px solid #000}.btn-accent:hover{background:#000;color:#fff}.glass-card{background:#fff;border:2px solid #000;padding:1.5rem;transition:all .2s ease}.glass-card.hover:hover{transform:translateY(-2px)}.landing{font-family:Courier New,Courier,monospace;background:#fafafa;color:#000}.container{max-width:1400px;margin:0 auto;padding:0 3rem}.hero{min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 0;background:#fff}.hero-glow{display:none}.hero-content{max-width:1000px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:2rem;letter-spacing:.02em;text-transform:uppercase;color:#000}.gradient-text{color:#000;display:block}.hero-subtitle{font-size:1.1rem;line-height:1.7;margin-bottom:3rem;color:#000;max-width:750px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.how-it-works{padding:5rem 0;background:#fafafa}.section-title{font-size:2.25rem;font-weight:400;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em;color:#000}.section-subtitle{text-align:center;font-size:1.05rem;color:#000;margin-bottom:4rem}.flow-scroll-container{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;margin-top:3rem;position:relative}.flow-scroll-track{display:flex;gap:1.5rem;animation:scroll-horizontal 35s linear infinite;width:fit-content}.flow-scroll-track:hover{animation-play-state:paused}.flow-step{position:relative;min-width:320px;max-width:320px;flex-shrink:0}.step-number{position:absolute;top:20px;left:20px;background:#000;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:2;font-size:.95rem}.flow-step .glass-card{height:100%;min-height:280px;padding:4rem 2rem 2rem;background:#fff;border:2px solid #000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;align-items:center;text-align:center}.flow-step h3{font-size:1.05rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4;color:#000}.flow-step p{font-size:.9rem;color:#000;line-height:1.6}.step-icon{width:60px;height:60px;margin-bottom:1.5rem}.step-icon svg{width:100%;height:100%;color:#000}.use-cases{padding:5rem 0;background:#fff}.usecases-scroll-container{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;margin-top:3rem;position:relative}.usecases-scroll-track{display:flex;gap:1.5rem;animation:scroll-horizontal 35s linear infinite;width:fit-content}.usecases-scroll-track:hover{animation-play-state:paused}.use-case-card{padding:2.5rem 2rem;background:#fff;border:2px solid #000;transition:transform .2s;text-align:center;min-height:240px;min-width:320px;max-width:320px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink:0}.use-case-card:hover{transform:translateY(-3px)}.use-case-icon{width:60px;height:60px;margin:0 auto 1.5rem}.use-case-icon svg{width:100%;height:100%;color:#000}.use-case-card h3{font-size:.95rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:#000}.use-case-card p{font-size:.85rem;color:#000;line-height:1.6}.why-section{padding:5rem 0;background:#fafafa}.why-section .section-subtitle{color:#000}.why-section .section-subtitle strong,.highlight-orange{color:#ff6b35;font-weight:600}.features-scroll-container{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;margin-top:3rem;position:relative}.features-scroll-track{display:flex;gap:1.5rem;animation:scroll-horizontal 40s linear infinite;width:fit-content}.features-scroll-track:hover{animation-play-state:paused}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.feature{text-align:center;padding:2.5rem 1.5rem;border:2px solid #000;background:#fff;min-height:220px;min-width:280px;max-width:280px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem}.feature-icon svg{width:100%;height:100%;color:#000}.feature h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#000}.feature p{font-size:.85rem;color:#000;line-height:1.6}.footer{padding:4rem 0 2.5rem;background:#fff;border-top:2px solid #000}.footer-content{display:grid;grid-template-columns:1.5fr 2.5fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:350px}.footer-logo{font-size:1.4rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em;color:#000}.logo-text,.logo-accent{color:#000}.footer-tagline{font-size:.95rem;color:#000;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column h4{font-size:.85rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.08em;color:#000}.footer-column a{display:block;color:#000;text-decoration:none;font-size:.85rem;margin-bottom:.75rem;line-height:1.6}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding-top:2.5rem;border-top:1px solid #000}.footer-bottom p{font-size:.85rem;color:#000;margin:.75rem 0}.stellar-badge,.x402-badge{display:inline-block;padding:.25rem .75rem;border:1px solid #000;margin:0 .35rem;font-weight:600;background:#fff;color:#000}.footer-copyright{font-size:.8rem;margin-top:1rem;color:#000}@media(max-width:768px){.hero-title{font-size:2.5rem}.section-title{font-size:1.75rem}.footer-content,.footer-links{grid-template-columns:1fr}}.animate-fade-in{animation:fadeIn .7s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-family:Courier New,monospace;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid #000}.status-pill.status-pending{background:#fff;color:#000}.status-pill.status-success{background:#000;color:#fff}.status-pill.status-error{background:#fff;color:#000;border-color:#000}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.agent-interface{display:flex;height:calc(100vh - 70px);background:#fafafa;font-family:Courier New,Courier,monospace}.history-sidebar{width:250px;background:#fff;border-right:2px solid #000;display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s ease}.history-sidebar:not(.show){transform:translate(-100%);position:absolute;height:100%;z-index:10}.new-chat-btn{margin:1rem;padding:.75rem;background:#fff;border:2px solid #000;font-family:Courier New,Courier,monospace;font-size:.75rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s}.new-chat-btn:hover{background:#000;color:#fff}.conversation-list{flex:1;overflow-y:auto;padding:0 .5rem}.conversation-item{padding:.75rem 1rem;margin-bottom:.25rem;cursor:pointer;transition:all .2s;font-size:.8rem}.conversation-item:hover{background:#f5f5f5}.conversation-item.active{background:#000;color:#fff}.conversation-title{font-weight:600;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-date{font-size:.7rem;opacity:.7}.sidebar-footer{border-top:2px solid #000;padding:1rem}.yellow-balance-card{background:#fff;border:2px solid #000;padding:1.25rem;text-align:center;position:relative;overflow:visible}.payment-deduction{position:absolute;top:-10px;right:10px;background:#000;color:#fff;padding:2px 8px;font-size:.65rem;font-weight:700;border-radius:4px;animation:slideUpFade .4s cubic-bezier(.16,1,.3,1);z-index:5}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.balance-label{font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem}.balance-amount{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.balance-network{font-size:.75rem;opacity:.7}.chat-area{flex:1;display:flex;flex-direction:column;background:#fafafa;overflow:hidden}.chat-header{padding:1rem;background:#fff;border-bottom:2px solid #000}.back-btn{width:36px;height:36px;border:2px solid #000;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.back-btn:hover{background:#000}.back-btn:hover svg{stroke:#fff}.back-btn svg{width:20px;height:20px}.messages-container{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.message{display:flex;flex-direction:column}.message-user .message-content{align-self:flex-end;max-width:70%}.user-message{background:#fff;border:2px solid #000;padding:1rem 1.25rem;display:inline-block}.message-text{font-size:.9rem;line-height:1.6;white-space:pre-wrap}.message-time{font-size:.7rem;margin-top:.5rem;opacity:.6;text-align:right}.agent-message{display:flex;gap:1rem;max-width:80%}.agent-avatar{width:32px;height:32px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.agent-label{font-size:.75rem;font-weight:600;margin-bottom:.5rem}.agent-text{background:#fff;border:2px solid #000;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.message-system .message-content{text-align:center;font-size:.85rem;color:#666;font-style:italic;padding:.5rem}.payment-card{background:#fff;border:2px solid #000;padding:1rem;max-width:380px;display:flex;flex-direction:column;gap:.75rem}.payment-card h4{margin:0;font-size:.85rem;font-weight:700;text-transform:uppercase}.payment-icon{width:24px;height:24px;margin-bottom:.25rem}.payment-icon svg{width:100%;height:100%}.payment-details{font-size:.75rem;line-height:1.4;margin:0;opacity:.9}.payment-header{font-size:.75rem;font-weight:600;margin-bottom:1rem;letter-spacing:.05em}.payment-amount{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.payment-details{font-size:.8rem;line-height:1.6;margin-bottom:1.5rem}.tool-response-card{background:#fff;border:2px solid #000;padding:.75rem 1rem;max-width:500px;cursor:pointer}.tool-response-header{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600}.dropdown-icon{width:20px;height:20px;transition:transform .2s}.dropdown-icon.expanded{transform:rotate(180deg)}.tool-response-content{margin-top:1rem;max-height:300px;overflow-y:auto}.json-response{background:#fafafa;padding:1rem;border:1px solid #000;font-size:.75rem;line-height:1.5;overflow-x:auto}.input-area{background:#fff;border-top:2px solid #000;padding:1.5rem}.input-container{display:flex;gap:1rem;align-items:flex-end}.input-container textarea{flex:1;border:2px solid #000;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.9rem;resize:none;min-height:50px;max-height:150px;background:#fff}.input-container textarea:focus{outline:none;border-color:#000}.input-container textarea::placeholder{color:#000;opacity:.5}.input-container button,.send-btn{padding:1rem 2rem;background:#000;color:#fff;border:2px solid #000;font-family:Courier New,Courier,monospace;font-size:.85rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s;white-space:nowrap}.input-container button:hover:not(:disabled),.send-btn:hover:not(:disabled){background:#fff;color:#000}.input-container button:disabled,.send-btn:disabled{opacity:.5;cursor:not-allowed}.input-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.estimated-cost{font-size:.75rem;opacity:.7}.initializing-text{text-align:center;font-size:.8rem;margin-top:.5rem;opacity:.7}@media(max-width:768px){.history-sidebar{position:absolute;height:100%;z-index:50}.history-sidebar:not(.show){transform:translate(-100%)}.history-sidebar.show{transform:translate(0)}.messages-container{padding:1rem}.user-message,.agent-message{max-width:90%}}.conversation-list::-webkit-scrollbar,.messages-container::-webkit-scrollbar,.tool-response-content::-webkit-scrollbar{width:6px}.conversation-list::-webkit-scrollbar-track,.messages-container::-webkit-scrollbar-track,.tool-response-content::-webkit-scrollbar-track{background:#f1f1f1}.conversation-list::-webkit-scrollbar-thumb,.messages-container::-webkit-scrollbar-thumb,.tool-response-content::-webkit-scrollbar-thumb{background:#000}.marketplace{font-family:Courier New,Courier,monospace;min-height:calc(100vh - 60px);background:#fafafa;color:#000}.marketplace-content{padding:2rem 0}.search-container{position:relative;margin-bottom:2rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#000}.search-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;font-family:Courier New,monospace;font-size:.9rem;border:2px solid #000;background:#fff;color:#000}.search-input:focus{outline:none;border-color:#000}.search-input::placeholder{color:#000;opacity:.5}.category-section{margin-bottom:2rem}.category-header{display:none}.category-pills{display:flex;gap:.75rem;flex-wrap:wrap}.category-pill{padding:.5rem 1rem;background:#fff;border:2px solid #000;font-family:Courier New,monospace;font-size:.8rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s;display:flex;align-items:center;gap:.5rem;color:#000}.category-pill:hover{background:#fafafa}.category-pill.active{background:#000;color:#fff}.category-count{font-size:.7rem}.results-info{margin-bottom:1.5rem}.results-info p{font-size:.8rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.agent-card{background:#fff;border:2px solid #000;padding:1.5rem;cursor:pointer;transition:all .2s}.agent-card:hover{transform:translateY(-2px)}.agent-card-content{display:flex;flex-direction:column;gap:.75rem}.agent-card-title{font-size:1rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em;color:#000}.agent-card-description{font-size:.8rem;color:#000;line-height:1.5;margin:0}.agent-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.agent-category-tag{display:inline-block;padding:.25rem .75rem;font-size:.7rem;font-weight:600;background:#000;color:#fff;text-transform:uppercase;letter-spacing:.05em}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#000;background:#fff;border:2px solid #000;margin:2rem 0}.loading-state p,.empty-state p{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border:2px solid #000;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#000}.modal-close:hover{background:#fafafa}.modal-header{padding:2rem;border-bottom:2px solid #000;display:flex;align-items:center;gap:1rem}.modal-icon-wrapper{width:50px;height:50px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-icon{font-size:1.25rem;font-weight:600}.modal-header h2{font-size:1.25rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em;color:#000}.modal-category{font-size:.75rem;color:#000;text-transform:uppercase;letter-spacing:.05em;margin:.25rem 0 0}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:#000}.modal-section p{font-size:.85rem;color:#000;line-height:1.6;margin:0}.pricing-info{border:2px solid #000;padding:1rem;background:#fafafa}.price-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.8rem;color:#000}.price-item:not(:last-child){border-bottom:1px solid #000}.price-label{color:#000;text-transform:uppercase;letter-spacing:.05em}.price-amount{font-weight:600}.payment-method{font-family:Courier New,monospace;font-weight:600}.sample-box{border:2px solid #000;padding:1rem;background:#fafafa}.sample-input,.sample-output{margin-bottom:1rem;font-size:.8rem;color:#000}.sample-output{margin-bottom:0}.sample-input strong,.sample-output strong{display:block;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.sample-output pre{background:#fff;padding:.75rem;font-family:Courier New,monospace;font-size:.75rem;overflow-x:auto;border:1px solid #000;margin:0;color:#000}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;border:2px solid #000;background:#fafafa}.stat-label{display:block;font-size:.7rem;color:#000;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{display:block;font-size:1rem;font-weight:600;color:#000}.modal-footer{padding:1.5rem 2rem;border-top:2px solid #000;display:flex;gap:1rem;justify-content:flex-end}@media(max-width:768px){.agents-grid,.stats-grid{grid-template-columns:1fr}.modal-content{margin:1rem}}:root{--color-black: #000;--color-white: #fff;--color-bg-page: #fafafa;--color-border: #000;--color-border-light: #e0e0e0;--color-text-primary: #000;--color-text-secondary: #666;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--font-mono: "Courier New", "Courier", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-mono);background:var(--color-bg-page);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-white)}::-webkit-scrollbar-thumb{background:var(--color-black)}::-webkit-scrollbar-thumb:hover{background:#333}
