.api-docs-page{min-height:100vh;display:flex;background:linear-gradient(135deg,#0a0f1c,#1a1d2e);color:#e5e7eb}.mobile-menu-toggle{display:none;position:fixed;top:12px;right:12px;left:auto;z-index:1001;background:#3b82f6e6;border:none;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}.api-docs-sidebar{position:sticky;top:0;width:280px;height:100vh;overflow-y:auto;border-right:1px solid rgba(75,85,99,.3);background:#111827e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.sidebar-content{padding:2rem}.sidebar-title{font-size:1.25rem;font-weight:700;margin-bottom:2rem;color:#f9fafb;border-bottom:2px solid #3b82f6;padding-bottom:.5rem}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:block;padding:.75rem 1rem;border-radius:8px;color:#d1d5db;text-decoration:none;font-weight:500;transition:all .2s ease;background:none;border:none;text-align:left;cursor:pointer;font-size:.95rem}.nav-item:hover{background:#3b82f61a;color:#93c5fd;transform:translate(4px)}.nav-item.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.sidebar-socials{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(75,85,99,.3);display:flex;flex-direction:column;gap:.5rem}.sidebar-social-link{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:8px;color:#d1d5db;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.sidebar-social-link:hover{background:#3b82f61a;color:#93c5fd;transform:translate(4px)}.api-docs-main{flex:1;overflow-y:auto}.api-docs-container{max-width:1200px;margin:0 auto;padding:0 2rem}.api-docs-header{padding:6rem 0 3rem;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-bottom:1px solid rgba(75,85,99,.3)}.api-docs-hero{text-align:center}.api-docs-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;line-height:1.2}.api-docs-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.api-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#3b82f6!important;margin-bottom:.5rem}.stat-label{color:#f9fafb!important;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700!important}.api-base-url{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1rem 2rem;background:#111827cc;border-radius:12px;border:1px solid rgba(75,85,99,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.base-url-label{color:#9ca3af;font-weight:600}.base-url{background:#3b82f633;padding:.5rem 1rem;border-radius:6px;color:#93c5fd;font-family:JetBrains Mono,Consolas,monospace;font-size:.95rem;border:1px solid rgba(59,130,246,.3)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f9fafb;position:relative}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.section-description{color:#d1d5db;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.quick-start-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.quick-start-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.quick-start-card{background:#111827cc;border-radius:12px;padding:2rem;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.quick-start-card:hover{transform:translateY(-4px);border-color:#3b82f680}.quick-start-card h3{color:#f9fafb;margin-bottom:1rem;font-size:1.2rem}.endpoints-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.endpoint-category{margin-bottom:3rem}.category-title{font-size:1.8rem;font-weight:600;color:#f9fafb;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(75,85,99,.3)}.endpoints-table{background:#111827cc;border-radius:12px;overflow:hidden;border:1px solid rgba(75,85,99,.3)}.table-header{display:grid;grid-template-columns:200px 1fr auto;gap:1rem;padding:1rem 1.5rem;background:#3b82f61a;border-bottom:1px solid rgba(75,85,99,.3);font-weight:600;color:#f9fafb;font-size:.9rem;align-items:center}.endpoint-row{border-bottom:1px solid rgba(75,85,99,.2)}.endpoint-row:last-child{border-bottom:none}.endpoint-summary{display:grid;grid-template-columns:200px 1fr auto;gap:1rem;padding:1rem 1.5rem;align-items:center;cursor:pointer;transition:background .2s ease}.endpoint-badges{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.endpoint-summary:hover{background:#3b82f60d}.method{padding:.4rem .8rem;border-radius:6px;font-weight:700;font-size:.75rem;text-transform:uppercase;text-align:center;white-space:nowrap}.method-get{background:#10b981;color:#fff}.method-post{background:#f59e0b;color:#fff}.method-put{background:#3b82f6;color:#fff}.method-delete{background:#ef4444;color:#fff}.endpoint-path{font-family:JetBrains Mono,Consolas,monospace;color:#93c5fd;font-size:.9rem;word-break:break-all}.endpoint-description{color:#d1d5db;font-size:.95rem}.auth-status{padding:.3rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap}.auth-status.required{background:#dc2626;color:#fff}.auth-status.public{background:#10b981;color:#fff}.run-button{background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.85rem;white-space:nowrap}.run-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.run-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.endpoint-details{background:#0000004d;border-top:1px solid rgba(75,85,99,.2)}.params-section{padding:2rem;border-bottom:1px solid rgba(75,85,99,.2)}.params-section h4{color:#f9fafb;margin-bottom:1rem;font-size:1.1rem}.params-table{background:#0006;border-radius:8px;overflow:hidden}.params-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 3fr;gap:1rem;padding:1rem;background:#3b82f61a;border-bottom:1px solid rgba(75,85,99,.3);font-weight:600;color:#f9fafb;font-size:.9rem}.param-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 3fr;gap:1rem;padding:1rem;border-bottom:1px solid rgba(75,85,99,.2);align-items:start}.param-row:last-child{border-bottom:none}.param-name{font-family:JetBrains Mono,Consolas,monospace;background:#8b5cf633;padding:.3rem .6rem;border-radius:4px;color:#c4b5fd;font-size:.85rem;font-weight:600;width:fit-content}.param-required.required{color:#ef4444;font-weight:600}.param-required.optional{color:#10b981;font-weight:600}.param-default{font-family:JetBrains Mono,Consolas,monospace;color:#9ca3af;font-size:.85rem;background:#0000004d;padding:.2rem .4rem;border-radius:3px}.param-description{color:#d1d5db;font-size:.9rem;line-height:1.5}.example-section,.response-section{padding:2rem;border-bottom:1px solid rgba(75,85,99,.2)}.example-section:last-child,.response-section:last-child{border-bottom:none}.example-section h4,.response-section h4{color:#f9fafb;margin-bottom:1rem;font-size:1.1rem;display:flex;align-items:center;gap:1rem}.status-code{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.status-code.success{background:#10b981;color:#fff}.status-code.error{background:#ef4444;color:#fff}.cached-badge{padding:.2rem .4rem;border-radius:3px;font-size:.7rem;font-weight:600;background:#f59e0b;color:#fff;margin-left:.5rem}.endpoint-response-direct{background:#0006;border-top:1px solid rgba(75,85,99,.2);padding:1.5rem 2rem}.endpoint-response-direct .response-header h4{color:#f9fafb;margin-bottom:1rem;font-size:1.1rem;display:flex;align-items:center;gap:1rem}.code-example{background:#0009;border-radius:8px;overflow:hidden;border:1px solid rgba(75,85,99,.3);margin:1rem 0}.code-header{background:#000c;padding:.75rem 1rem;border-bottom:1px solid rgba(75,85,99,.3);display:flex;justify-content:space-between;align-items:center}.code-block{overflow-x:auto;max-width:100%}.code-block pre{margin:0;padding:1.5rem;font-family:JetBrains Mono,Consolas,monospace;font-size:.9rem;line-height:1.6;color:#e5e7eb;overflow-x:auto;word-break:break-all;white-space:pre-wrap}.method-highlight{color:#10b981;font-weight:700}.url-highlight{color:#3b82f6}.json-property{color:#8b5cf6;font-weight:600}.json-string{color:#10b981}.json-number{color:#f59e0b}.json-boolean{color:#ef4444}.json-null{color:#6b7280}.json-punctuation{color:#d1d5db}.error-response{color:#ef4444;background:#ef44441a;padding:1rem;border-radius:6px;font-family:JetBrains Mono,Consolas,monospace}.auth-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.auth-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.auth-card{background:#111827cc;padding:2rem;border-radius:12px;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.auth-card:hover{transform:translateY(-4px);border-color:#3b82f680}.auth-card h3{color:#f9fafb;margin-bottom:1rem;font-size:1.2rem}.auth-card p{color:#d1d5db;margin-bottom:1rem}.auth-card ul{color:#9ca3af;padding-left:1.5rem}.chains-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.chains-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.chain-item{background:#111827cc;padding:1.5rem;border-radius:12px;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.chain-item:hover{transform:translateY(-4px);border-color:#3b82f680}.chain-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chain-name{font-weight:700;color:#f9fafb;font-size:1.1rem}.chain-status{padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase}.chain-status.status-live{background:#10b981;color:#fff}.chain-details{display:flex;flex-direction:column;gap:.25rem}.chain-id{color:#9ca3af;font-size:.9rem}.chain-alias{color:#d1d5db;font-size:.85rem;font-style:italic}.websocket-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.websocket-card{background:#111827cc;padding:2rem;border-radius:12px;border:1px solid rgba(75,85,99,.3);margin-top:2rem}.websocket-card h3{color:#f9fafb;margin-bottom:1rem;font-size:1.3rem}.websocket-card p{color:#d1d5db;margin-bottom:1.5rem;line-height:1.6}.error-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.error-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.error-example{background:#111827cc;border-radius:12px;padding:2rem;border:1px solid rgba(75,85,99,.3)}.error-example h3{color:#ef4444;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.integrations-section{padding:4rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.integrations-description{color:#d1d5db;margin-bottom:2rem;line-height:1.6}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:2rem}.integration-item{background:#111827cc;padding:1rem;border-radius:8px;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.integration-item:hover{transform:translateY(-2px);border-color:#3b82f680}.integration-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.integration-name{font-weight:600;color:#f9fafb}.integration-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-live{background:#10b981;color:#fff}.status-apikey{background:#dc2626;color:#fff}.integration-category{color:#9ca3af;font-size:.9rem}.api-cta-section{padding:4rem 0;background:linear-gradient(135deg,#3b82f61a,#9333ea1a)}.api-cta{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.cta-description{color:#d1d5db;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-button{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.cta-button.secondary{background:transparent;color:#d1d5db;border:2px solid rgba(209,213,219,.3)}.cta-button.secondary:hover{border-color:#3b82f6;color:#3b82f6}.api-footer{margin-top:3rem;text-align:center;padding-top:2rem;border-top:1px solid rgba(75,85,99,.3)}.footer-text{color:#9ca3af;font-size:.9rem}.footer-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.footer-link:hover{color:#93c5fd}@media (max-width: 1024px){.api-docs-container{padding:0 1.5rem}.table-header,.endpoint-summary{grid-template-columns:180px 1fr auto;font-size:.85rem}.params-header,.param-row{grid-template-columns:1.5fr 1fr 1fr 2fr;font-size:.85rem}.api-stats{gap:2rem}.stat-number{font-size:2rem}}@media (max-width: 768px){.mobile-menu-toggle{display:block}.api-docs-sidebar{position:fixed;left:-300px;width:280px;transition:left .3s ease;z-index:1000}.api-docs-sidebar.mobile-open{left:0}.mobile-menu-overlay{display:block}.api-docs-main{margin-left:0}.api-docs-container{padding:0 .75rem}.api-docs-header{padding:2.5rem 0 1.5rem}.api-docs-title{font-size:1.75rem;line-height:1.2}.api-docs-subtitle{font-size:.95rem;padding:0 .5rem}.section-title{font-size:1.4rem}.section-title:after{width:40px;height:2px}.section-description{font-size:.9rem}.api-stats{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}.api-base-url{flex-direction:column;gap:.5rem;padding:.75rem 1rem;margin-top:1.25rem}.base-url-label{font-size:.85rem}.base-url{font-size:.78rem;word-break:break-all;padding:.4rem .75rem}.table-header{display:none}.endpoint-summary{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem}.endpoint-summary .endpoint-path{font-size:.85rem;font-weight:600;word-break:break-all;color:#93c5fd}.endpoint-summary .endpoint-description{font-size:.8rem;color:#9ca3af;margin-bottom:.15rem}.endpoint-badges{display:flex;flex-direction:row;align-items:center;gap:.4rem;flex-wrap:nowrap;margin-top:.1rem}.endpoint-badges .method,.endpoint-badges .auth-status{font-size:.68rem;padding:.25rem .55rem}.endpoint-badges .run-button{font-size:.7rem;padding:.25rem .65rem}.params-header{display:none}.param-row{grid-template-columns:1fr;gap:.35rem;padding:.75rem}.params-section,.example-section,.response-section{padding:1rem}.code-block pre{font-size:.7rem;padding:.75rem;line-height:1.45}.quick-start-section{padding:2.5rem 0}.quick-start-cards{grid-template-columns:1fr;gap:1.25rem}.quick-start-card{padding:1.25rem}.quick-start-card h3{font-size:1.05rem}.endpoints-section{padding:2.5rem 0}.endpoint-category{margin-bottom:2rem}.error-examples,.auth-cards{grid-template-columns:1fr}.chains-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.integrations-grid{grid-template-columns:1fr}.category-title{font-size:1.25rem}.cta-title{font-size:1.5rem}.cta-description{font-size:.95rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;text-align:center}}.app-marketplace-page{min-height:100vh;background:linear-gradient(135deg,#0a0f1c,#1a1d2e);color:#e5e7eb}.marketplace-header{padding:4rem 0 2rem;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-bottom:1px solid rgba(75,85,99,.3);text-align:center}.marketplace-container{max-width:1200px;margin:0 auto;padding:0 2rem}.marketplace-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.marketplace-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.marketplace-content{padding:4rem 0}.coming-soon-card{background:#111827cc;border-radius:12px;padding:4rem 2rem;border:1px solid rgba(75,85,99,.3);text-align:center;margin-top:2rem}.coming-soon-icon{font-size:4rem;margin-bottom:2rem}.coming-soon-title{font-size:2rem;color:#f9fafb;margin-bottom:1rem}.coming-soon-description{color:#d1d5db;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto 2rem}.notify-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.notify-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#11182799;padding:2rem;border-radius:12px;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px);border-color:#3b82f680}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.3rem;color:#f9fafb;margin-bottom:1rem;font-weight:600}.feature-description{color:#d1d5db;line-height:1.6}.app-marketplace-container{max-width:1200px;margin:0 auto;padding:0 2rem}.app-marketplace-header{padding:4rem 0 2rem;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-bottom:1px solid rgba(75,85,99,.3);text-align:center}.app-marketplace-hero{text-align:center}.app-marketplace-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.app-marketplace-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.marketplace-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.stat-value{display:block;font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.hero-cta{margin-top:2rem}.hero-cta-actions{display:inline-flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.hero-cta-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.hero-secondary-button{background:transparent;color:#fff;border:1px solid #fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero-secondary-button:hover:not(:disabled){background:#fff;color:#000}.hero-secondary-button:disabled{opacity:.6;cursor:not-allowed}.filters-section{padding:2rem 0;border-bottom:1px solid rgba(75,85,99,.3)}.marketplace-message{margin:1rem auto 2rem;max-width:720px;border-radius:10px;padding:.85rem 1rem;font-size:.95rem;font-weight:500}.marketplace-message-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.marketplace-message-info{background:#f3f4f6;color:#111827;border:1px solid #d1d5db}.filters-bar{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-label{color:#d1d5db;font-weight:600;font-size:.9rem}.filter-select{background:#111827cc;border:1px solid rgba(75,85,99,.3);color:#f9fafb;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.strategies-section{padding:4rem 0}.strategies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.strategy-card{background:#111827cc;border-radius:12px;padding:2rem;border:1px solid rgba(75,85,99,.3);transition:transform .2s ease}.strategy-card:hover{transform:translateY(-4px);border-color:#3b82f680}.strategy-header{margin-bottom:1.5rem}.strategy-name{font-size:1.3rem;color:#f9fafb;margin-bottom:.5rem;font-weight:600}.strategy-type{color:#9ca3af;font-size:.9rem}.strategy-metrics{margin-bottom:1.5rem}.metric-row{display:flex;justify-content:space-between;margin-bottom:1rem}.metric{display:flex;flex-direction:column;align-items:center}.metric-label{color:#9ca3af;font-size:.8rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.metric-value{color:#f9fafb;font-weight:600;font-size:1.1rem}.metric-value.win-rate{color:#10b981}.metric-value.apy{color:#3b82f6}.strategy-details{display:flex;justify-content:space-between;margin-bottom:1rem}.chain-badge,.risk-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase}.strategy-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.strategy-tag{background:#4b55634d;color:#d1d5db;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.strategy-actions{display:flex;gap:1rem}.action-button{flex:1;padding:.75rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.action-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.action-button.secondary{background:transparent;color:#d1d5db;border:1px solid rgba(75,85,99,.3)}.action-button:hover{transform:translateY(-1px)}.app-cta-section{padding:4rem 0;background:linear-gradient(135deg,#3b82f61a,#9333ea1a)}.app-cta{text-align:center;max-width:600px;margin:0 auto}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.8rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:#000;color:#fff;border:1px solid #000}.btn-primary:hover:not(:disabled){background:#1f2937;border-color:#1f2937}.btn-secondary{background:#fff;color:#000;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f3f4f6}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.deploy-session-page,.session-terminal-page,.my-sessions-page{min-height:100vh;background:#f8f9fa;color:#111827}.deploy-session-shell,.session-terminal-shell,.my-sessions-grid-section,.my-sessions-hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.deploy-session-topbar,.terminal-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2rem 1.5rem;max-width:1200px;margin:0 auto}.deploy-link-back{color:#111827;text-decoration:none;font-weight:600}.deploy-link-back:hover{text-decoration:underline}.deploy-wallet-row,.terminal-topbar-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.deploy-wallet-chip,.deploy-wallet-address,.terminal-status-chip{background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:.55rem .9rem;font-size:.85rem;font-weight:600}.deploy-wallet-button{background:#000;color:#fff;border:1px solid #000;border-radius:999px;padding:.7rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer}.deploy-wallet-button:hover:not(:disabled){background:#1f2937}.deploy-wallet-button:disabled{opacity:.6;cursor:not-allowed}.deploy-session-grid,.terminal-grid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:1.5rem;padding:0 2rem 2rem;max-width:1200px;margin:0 auto}.deploy-panel,.terminal-sidebar,.terminal-main,.my-session-card,.terminal-empty-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px #0f172a0d}.deploy-panel{padding:1.5rem}.deploy-panel-highlight{background:linear-gradient(180deg,#111827,#000);color:#fff}.deploy-panel-highlight p,.deploy-panel-highlight li,.deploy-panel-highlight span{color:#ffffffd6}.deploy-kicker{display:inline-block;margin-bottom:1rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.deploy-panel h1,.my-sessions-hero h1,.terminal-topbar h1{margin:.3rem 0 .75rem;font-size:2rem}.deploy-strategy-card,.deploy-price-card,.deploy-estimate-grid,.my-sessions-hero-meta>div{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:14px}.deploy-strategy-card{padding:1rem;margin:1.5rem 0}.deploy-strategy-topline,.my-session-card-topline{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.75rem}.deploy-strategy-tags,.deploy-note-list,.my-session-card-actions,.my-sessions-empty-actions{display:flex;flex-wrap:wrap;gap:.75rem}.deploy-strategy-tags span,.strategy-tags .strategy-tag{word-break:break-word}.deploy-strategy-tags span{background:#ffffff17;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.4rem .75rem;font-size:.8rem}.deploy-price-card,.deploy-estimate-grid,.my-session-stat-grid,.terminal-stat-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.deploy-price-card{padding:1rem;margin-bottom:1rem}.deploy-price-card div,.deploy-estimate-grid div,.my-session-stat-grid div,.terminal-stat-list div,.my-sessions-hero-meta>div{display:flex;flex-direction:column;gap:.35rem}.deploy-note-list{padding-left:1rem;margin:1rem 0 0;flex-direction:column;gap:.5rem}.deploy-form-grid-stack{display:flex;flex-direction:column;gap:1.5rem}.deploy-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:.9rem}.deploy-section-heading span,.deploy-slider-meta strong,.deploy-estimate-grid strong,.my-session-stat-grid strong,.terminal-stat-list strong,.my-sessions-hero-meta strong{font-weight:700}.deploy-section-heading small,.deploy-slider-scale,.deploy-subtle-note,.my-session-card p,.terminal-topbar p{color:#6b7280}.deploy-grid-select{display:grid;gap:.9rem}.deploy-gpu-grid{grid-template-columns:repeat(3,1fr);max-height:calc(3 * (4.5rem + .9rem));overflow-y:auto}.deploy-location-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.deploy-select-card,.deploy-pill-button,.terminal-actions-stack button,.deploy-toggle{background:#fff;border:1px solid #d1d5db;border-radius:12px;cursor:pointer;transition:all .2s ease}.deploy-select-card{text-align:left;padding:.95rem}.deploy-select-card:hover,.deploy-pill-button:hover,.terminal-actions-stack button:hover,.deploy-toggle:hover{border-color:#111827}.deploy-select-card.is-active,.deploy-pill-button.is-active{border-color:#111827;box-shadow:inset 0 0 0 1px #111827}.deploy-select-card-title-row,.deploy-slider-meta,.deploy-chip-row{display:flex;justify-content:space-between;gap:1rem;align-items:center}.deploy-select-card p,.deploy-select-card span,.deploy-slider-scale,.terminal-message-label,.my-session-card span,.terminal-stat-list span{font-size:.85rem}.deploy-select-card-footer{margin-top:.75rem;font-weight:700}.deploy-pill-row{display:flex;gap:.5rem}.deploy-pill-button{padding:.6rem .9rem;min-width:64px}.deploy-slider-stack{display:flex;flex-direction:column;gap:1rem}.deploy-slider-group{display:flex;flex-direction:column;gap:.5rem}.deploy-range{width:100%}.deploy-slider-scale{display:flex;justify-content:space-between}.deploy-toggle{width:100%;padding:.85rem 1rem;margin:1.25rem 0 .9rem;font-weight:600}.deploy-toggle-prominent{background:#111827;color:#fff;border-color:#111827;font-size:1rem;letter-spacing:.02em}.deploy-toggle-prominent:hover{background:#1f2937;border-color:#1f2937}.deploy-recommended-badge{display:inline-block;background:#7c3aed;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.15em .5em;border-radius:4px;margin-left:.5rem;vertical-align:middle}.deploy-input-field,.terminal-compose{display:flex;flex-direction:column;gap:.6rem}.deploy-input-field input,.terminal-compose textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.9rem 1rem;font:inherit;resize:vertical}.deploy-error-banner,.deploy-status-banner{margin-top:1rem;border-radius:12px;padding:.85rem 1rem;font-weight:500}.deploy-error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.deploy-status-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.deploy-actions-row{display:flex;gap:.75rem;margin-top:1.25rem}.deploy-main-button,.deploy-cancel-link,.terminal-send-button,.terminal-abort-button,.my-session-card-actions .btn-primary,.my-session-card-actions .btn-secondary,.my-sessions-empty-actions .btn-primary,.my-sessions-empty-actions .btn-secondary{flex:1}.my-sessions-hero{background:#000;color:#fff;padding:7rem 0 2rem}.my-sessions-hero .deploy-link-back,.my-sessions-hero p{color:#ffffffd1}.my-sessions-hero-inner{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end}.my-sessions-hero-meta{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:.75rem}.my-sessions-hero-meta>div{padding:1rem}.my-sessions-grid-section{padding-top:2rem;padding-bottom:3rem}.my-sessions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.my-session-card{padding:1.25rem}.my-session-card h2{margin:0 0 .5rem}.my-session-status{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.my-session-status-running,.my-session-status-starting,.my-session-status-bootstrapping,.my-session-status-provisioning,.my-session-status-retrying{background:#dcfce7;color:#166534}.my-session-status-pending{background:#fef3c7;color:#92400e}.my-session-status-failed,.my-session-status-error,.my-session-status-terminated,.my-session-status-expired{background:#fee2e2;color:#991b1b}.my-sessions-empty-shell,.session-terminal-empty{display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem}.my-sessions-empty-card,.terminal-empty-card{max-width:720px;padding:2rem}.my-sessions-loader,.terminal-loader{text-align:center;padding:2rem;color:#6b7280}.st-page{min-height:100vh;background:#fff;color:#111827;font-family:inherit}.st-page.st-ide{height:100vh;display:flex;flex-direction:column;overflow:hidden}.st-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.st-muted{color:#6b7280;font-size:.9rem}.st-mono{font-family:monospace;font-size:.82em}.st-truncate{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.st-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:st-spin .8s linear infinite;margin:0 auto 1rem}.st-spinner-lg{width:64px;height:64px}@keyframes st-spin{to{transform:rotate(360deg)}}.st-empty-card{max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 10px 40px #0000000f}.st-empty-card h2{font-size:1.5rem;margin:0 0 .5rem}.st-empty-card p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0 0 1.25rem}.st-empty-icon{font-size:3rem;margin-bottom:1rem}.st-error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.85rem}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer;transition:all .2s ease}.st-btn:hover{border-color:#111827}.st-btn:disabled{opacity:.45;cursor:not-allowed}.st-btn-primary{background:#111827;color:#fff;border-color:#111827}.st-btn-primary:hover:not(:disabled){background:#000}.st-btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.st-btn-danger:hover:not(:disabled){background:#dc2626}.st-btn-secondary{background:#f3f4f6;color:#111827;border-color:#e5e7eb}.st-btn-small{padding:.4rem .75rem;font-size:.78rem}.st-btn-upload{width:100%;padding:.5rem;font-size:.78rem;border-radius:8px}.st-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:56px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.st-header-left,.st-header-right{display:flex;align-items:center;gap:.75rem}.st-logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#111827}.st-logo-img{width:32px;height:32px;object-fit:contain}.st-logo-text{font-size:.95rem;font-weight:700}.st-header-divider{width:1px;height:24px;background:#e5e7eb}.st-header-agent{font-size:.85rem;color:#6b7280}.st-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.st-status-label{font-size:.75rem;font-weight:600}.st-time-chip{font-size:.72rem;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;padding:.2rem .55rem;border-radius:6px}.st-cost-label{font-size:.75rem;color:#6b7280}.st-wallet-chip{font-size:.78rem;font-family:monospace;background:#f3f4f6;border:1px solid #e5e7eb;padding:.3rem .6rem;border-radius:8px}.st-provision-overlay{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.st-provision-overlay h2{font-size:1.5rem;margin:0 0 .75rem}.st-provision-overlay .st-muted{max-width:460px;line-height:1.6;margin-bottom:1.5rem}.st-provision-detail{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;text-align:left;width:100%;max-width:380px}.st-provision-detail>div{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.85rem}.st-provision-detail span{color:#6b7280}.st-provision-detail strong{color:#111827}.st-provision-note{font-size:.75rem;color:#9ca3af;margin-top:1.25rem}.st-body{flex:1;display:flex;overflow:hidden}.st-sidebar-left{width:260px;flex-shrink:0;display:flex;flex-direction:column;background:#fafafa;border-right:1px solid #e5e7eb;overflow:hidden}.st-sidebar-header{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.st-sidebar-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin:0}.st-breadcrumb{display:flex;align-items:center;gap:.25rem;font-size:.72rem;font-family:monospace;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .6rem;flex-wrap:wrap}.st-breadcrumb-prefix{color:#9ca3af}.st-breadcrumb-seg{background:none;border:none;color:#111827;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}.st-breadcrumb-seg:hover{color:#3b82f6}.st-breadcrumb-sep{color:#d1d5db}.st-file-list{flex:1;overflow-y:auto;padding:.25rem .5rem}.st-file-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:6px;font-size:.8rem;transition:background .15s}.st-file-item:hover{background:#f3f4f6}.st-file-btn{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;background:none;border:none;cursor:pointer;color:inherit;font:inherit;text-align:left;padding:0}.st-file-icon{flex-shrink:0;font-size:.85rem}.st-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.st-file-size{font-size:.68rem;color:#9ca3af;font-family:monospace;flex-shrink:0}.st-file-empty{text-align:center;padding:2rem 1rem;font-size:.8rem;color:#9ca3af}.st-file-actions{display:none;gap:.25rem;flex-shrink:0}.st-file-item:hover .st-file-actions{display:flex}.st-file-actions button{background:none;border:none;cursor:pointer;font-size:.75rem;color:#6b7280;padding:.2rem;border-radius:4px}.st-file-actions button:hover{background:#e5e7eb}.st-file-delete:hover{color:#ef4444!important;background:#fef2f2!important}.st-sidebar-agent-info{padding:.75rem;margin:.5rem;border-radius:8px;background:#fff;border:1px solid #e5e7eb;font-size:.72rem;color:#6b7280}.st-sidebar-agent-info h4{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin:0 0 .4rem}.st-sidebar-agent-info>div{padding:.15rem 0;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-chat{flex:1;display:flex;flex-direction:column;min-width:0}.st-messages{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.st-msg-row{display:flex}.st-msg-row-right{justify-content:flex-end}.st-msg{max-width:680px;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.6;word-break:break-word}.st-msg-user{background:#111827;color:#fff;border-radius:12px 12px 2px}.st-msg-assistant{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.st-msg-system{background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-family:monospace}.st-msg-error{background:#fef2f2;color:#991b1b;font-size:.82rem;font-family:monospace;border:1px solid #fecaca}.st-msg-tool{background:#fefce8;color:#92400e;font-size:.78rem;font-family:monospace;border:1px solid #fde68a}.st-msg-tool .st-msg-tool{display:flex;align-items:center;gap:.5rem}.st-msg-body{white-space:pre-wrap}.st-cursor{display:inline-block;width:2px;height:1em;background:#111827;margin-left:2px;animation:st-blink 1s step-end infinite;vertical-align:text-bottom}@keyframes st-blink{50%{opacity:0}}.st-msg-dots{display:flex;align-items:center;gap:.35rem;padding:.25rem 0}.st-msg-dots span{width:8px;height:8px;background:#d1d5db;border-radius:50%;animation:st-dot-pulse 1.2s ease-in-out infinite}.st-msg-dots span:nth-child(2){animation-delay:.2s}.st-msg-dots span:nth-child(3){animation-delay:.4s}@keyframes st-dot-pulse{0%,80%,to{opacity:.3}40%{opacity:1}}.st-input-area{border-top:1px solid #e5e7eb;padding:1rem 1.5rem;background:#fff}.st-input-row{display:flex;gap:.75rem}.st-input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:10px;font:inherit;font-size:.9rem;color:#111827;background:#f9fafb;outline:none;transition:border-color .2s}.st-input:focus{border-color:#111827;background:#fff}.st-input:disabled{opacity:.5;cursor:not-allowed}.st-input::placeholder{color:#9ca3af}.st-input-meta{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af;margin-top:.5rem}.st-controls{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.st-ctrl-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:8px;font-size:.72rem;font-weight:600;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s}.st-ctrl-btn:hover{border-color:#111827;color:#111827}.st-ctrl-btn:disabled{opacity:.4;cursor:not-allowed}.st-ctrl-new{color:#059669;border-color:#a7f3d0}.st-ctrl-new:hover{background:#ecfdf5;border-color:#059669}.st-ctrl-restart{color:#ca8a04;border-color:#fde68a}.st-ctrl-restart:hover{background:#fefce8;border-color:#ca8a04}.st-ctrl-reboot{color:#ea580c;border-color:#fed7aa}.st-ctrl-reboot:hover{background:#fff7ed;border-color:#ea580c}.st-ctrl-terminate{color:#dc2626;border-color:#fecaca}.st-ctrl-terminate:hover{background:#fef2f2;border-color:#dc2626}.st-sidebar-right{width:300px;flex-shrink:0;background:#fafafa;border-left:1px solid #e5e7eb;display:flex;flex-direction:column}.st-sidebar-scroll{flex:1;overflow-y:auto;padding:.5rem}.st-info-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:.5rem}.st-info-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:700;color:#111827}.st-chevron,.st-chevron-open{font-size:.65rem;color:#9ca3af;transition:transform .2s}.st-chevron-open{transform:rotate(180deg)}.st-info-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.4rem}.st-info-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.78rem}.st-info-row span{color:#6b7280}.st-info-row strong{color:#111827;text-align:right}.st-info-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.st-info-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.st-ssh-cmd{font-family:monospace;font-size:.68rem;color:#111827;background:#f3f4f6;padding:.4rem .6rem;border-radius:6px;word-break:break-all;margin-top:.25rem}.st-vram-bar{width:100%;height:6px;background:#e5e7eb;border-radius:99px;overflow:hidden}.st-vram-fill{height:100%;background:linear-gradient(90deg,#111827,#374151);border-radius:99px;transition:width .5s}.st-api-list{padding:0 .75rem .75rem;display:flex;flex-direction:column;gap:.4rem}.st-api-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .2s}.st-api-item:hover{border-color:#d1d5db}.st-api-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;background:none;border:none;cursor:pointer;text-align:left}.st-api-name{font-size:.78rem;font-weight:700;color:#111827}.st-api-desc{font-size:.68rem;color:#9ca3af}.st-api-status{display:flex;align-items:center;gap:.4rem}.st-api-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;flex-shrink:0}.st-api-dot-active{background:#22c55e}.st-api-remove{background:none;border:none;color:#ef4444;opacity:.5;cursor:pointer;font-size:.72rem}.st-api-remove:hover{opacity:1}.st-api-input-row{display:flex;gap:.5rem;padding:0 .75rem .65rem}.st-api-input{flex:1;padding:.4rem .6rem;font-size:.78rem;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#111827;font:inherit;outline:none}.st-api-input:focus{border-color:#111827}.st-api-note{font-size:.68rem;color:#9ca3af;padding:.25rem 0}.st-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.st-modal{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2rem;max-width:420px;text-align:center;box-shadow:0 20px 60px #00000026}.st-modal h2{font-size:1.35rem;margin:0 0 .5rem}.st-modal p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0 0 1.5rem}.st-modal-actions{display:flex;gap:.75rem;justify-content:center}.st-editor-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:90vw;max-width:900px;height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.st-editor-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.st-editor-title{display:flex;align-items:center;gap:.5rem;min-width:0}.st-editor-icon{font-size:1rem;flex-shrink:0}.st-editor-path{font-size:.82rem;font-weight:600;color:#111827;font-family:SF Mono,Fira Code,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-editor-actions{display:flex;gap:.5rem;flex-shrink:0}.st-btn-small{padding:.3rem .7rem!important;font-size:.75rem!important;border-radius:6px!important}.st-editor-textarea{flex:1;width:100%;resize:none;border:none;outline:none;padding:1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.82rem;line-height:1.6;color:#111827;background:#fff;-moz-tab-size:2;tab-size:2;white-space:pre}.st-editor-textarea:read-only{background:#fafafa;color:#6b7280}.st-editor-loading{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;color:#9ca3af;font-size:.85rem}.st-markdown{font-size:.85rem;line-height:1.7;color:#1e293b;word-break:break-word}.st-markdown p{margin:.4em 0}.st-markdown p:first-child{margin-top:0}.st-markdown p:last-child{margin-bottom:0}.st-markdown h1,.st-markdown h2,.st-markdown h3,.st-markdown h4{margin:.8em 0 .3em;font-weight:700;color:#111827}.st-markdown h1{font-size:1.25em}.st-markdown h2{font-size:1.1em}.st-markdown h3{font-size:1em}.st-markdown code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.15em .35em;font-size:.88em;font-family:SF Mono,Fira Code,monospace;color:#0f172a}.st-markdown pre{margin:.6em 0;border-radius:8px;overflow-x:auto;background:#0f172a;border:1px solid #1e293b}.st-markdown pre code{display:block;padding:.8rem 1rem;background:none;border:none;color:#e2e8f0;font-size:.8rem;line-height:1.6;white-space:pre;border-radius:0}.st-markdown ul,.st-markdown ol{margin:.4em 0;padding-left:1.5em}.st-markdown li{margin:.15em 0}.st-markdown blockquote{margin:.5em 0;padding:.4em .8em;border-left:3px solid #d1d5db;color:#6b7280;background:#f9fafb;border-radius:0 6px 6px 0}.st-markdown a{color:#2563eb;text-decoration:underline}.st-markdown a:hover{color:#1d4ed8}.st-markdown table{border-collapse:collapse;margin:.5em 0;font-size:.85em;width:100%}.st-markdown th,.st-markdown td{border:1px solid #e2e8f0;padding:.4em .6em;text-align:left}.st-markdown th{background:#f1f5f9;font-weight:600}.st-markdown hr{border:none;border-top:1px solid #e2e8f0;margin:.8em 0}.st-markdown img{max-width:100%;border-radius:8px}.st-markdown strong{font-weight:700}@media (max-width: 1024px){.st-sidebar-right{display:none}}@media (max-width: 768px){.st-sidebar-left{width:100%;max-height:180px;border-right:none;border-bottom:1px solid #e5e7eb}.st-body{flex-direction:column}.st-header-agent,.st-time-chip,.st-cost-label,.st-logo-text{display:none}}@media (max-width: 768px){.app-marketplace-title{font-size:2rem}.app-marketplace-subtitle{font-size:1rem}.app-marketplace-container{padding:0 1rem}.app-marketplace-header{padding:2.5rem 0 1.5rem}.marketplace-stats{flex-direction:row;flex-wrap:wrap;gap:1.25rem;justify-content:center}.stat-value{font-size:1.8rem}.filters-section{padding:1.25rem 0}.filters-bar{flex-direction:column;gap:.75rem;align-items:stretch}.filter-group{display:flex;justify-content:space-between;gap:.75rem}.filter-label{min-width:50px;font-size:.85rem}.filter-select{flex:1;font-size:.85rem;padding:.6rem .75rem}.strategies-grid{grid-template-columns:1fr;gap:1.25rem}.strategy-card{padding:1.25rem}.strategy-name{font-size:1.1rem}.hero-cta-actions,.deploy-actions-row,.my-sessions-hero-inner,.deploy-session-topbar{flex-direction:column;align-items:stretch}.deploy-session-grid,.deploy-price-card,.deploy-estimate-grid,.my-sessions-hero-meta,.my-session-stat-grid{grid-template-columns:1fr}.deploy-session-shell,.my-sessions-grid-section,.my-sessions-hero-inner,.deploy-session-topbar,.deploy-session-grid{padding-left:1rem;padding-right:1rem}.cta-buttons{flex-direction:column;align-items:center}.endpoint-summary,.endpoint-params{flex-direction:column;align-items:flex-start;gap:.5rem}}body{background:linear-gradient(135deg,#0a0f1c,#1a1d2e)!important;color:#e5e7eb!important;min-height:100vh}html{background:linear-gradient(135deg,#0a0f1c,#1a1d2e)!important}#root,.App{background:linear-gradient(135deg,#0a0f1c,#1a1d2e)!important;min-height:100vh}section{background:transparent!important}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0f1c,#1a1d2e)!important;overflow:hidden}.hero-network-layer{position:absolute;top:0;left:0;right:0;bottom:0;opacity:1;z-index:0}.hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-big-logo{width:120px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(59,130,246,.3))}.hero-title{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;line-height:1.2;padding-bottom:.05em}.hero-subtitle{font-size:1.4rem;color:#fff;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem;flex-wrap:wrap}.hero-stat-item{text-align:center}.hero-stat-number{display:block;font-size:3rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.hero-stat-label{color:#f9fafb!important;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700!important}.hero-actions{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.hero-cta-button{padding:1.2rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center}.hero-cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.hero-cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.hero-cta-button.secondary{background:transparent;color:#d1d5db;border:2px solid rgba(209,213,219,.3)}.hero-cta-button.secondary:hover{border-color:#3b82f6;color:#3b82f6}.hero-cta-button.browse-strategies{background:#111827cc;color:#000;background:#fff;border:2px solid #ffffff}.hero-cta-button.browse-strategies:hover{background:#ffffffe6;transform:translateY(-2px)}.value-prop-section{padding:6rem 0;background:linear-gradient(135deg,#0a0f1c,#1a1d2e);border-top:1px solid rgba(75,85,99,.3)}.value-prop-container{max-width:1200px;margin:0 auto;padding:0 2rem}.value-prop-header{text-align:center;margin-bottom:4rem}.value-prop-title{font-size:3rem;font-weight:700;color:#f9fafb;margin-bottom:1.5rem}.value-prop-subtitle{font-size:1.2rem;color:#d1d5db;max-width:700px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:5rem}.feature-card{position:relative;background:#0a0e1ea6;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:2.25rem 2rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.feature-card:hover{border-color:#ffffff29;transform:translateY(-4px);box-shadow:0 16px 48px #00000059}.feature-accent-line{position:absolute;top:0;left:2rem;right:2rem;height:2px;border-radius:0 0 2px 2px;background:var(--accent, #3b82f6);opacity:.55;transition:opacity .3s ease}.feature-card:hover .feature-accent-line{opacity:1}.feature-title{font-size:1.2rem;color:#f1f5f9;font-weight:600;margin:0;letter-spacing:-.01em}.feature-tag{display:inline-block;padding:.3rem .85rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent, #3b82f6);border:1px solid currentColor;opacity:.85}.feature-description{color:#94a3b8;font-size:.92rem;line-height:1.65;margin:0;max-width:300px}.features-carousel{overflow:hidden;position:relative;margin-bottom:3rem}.carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%;padding:0 .75rem;box-sizing:border-box}.carousel-slide .feature-card{padding:2rem 1.75rem 1.75rem;gap:1rem}.carousel-slide .feature-title{font-size:1.2rem}.carousel-slide .feature-tag{font-size:.65rem;padding:.3rem .85rem}.carousel-slide .feature-description{font-size:.95rem;line-height:1.6;max-width:340px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff3;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.carousel-dot.active{background:#3b82f6;transform:scale(1.3)}.carousel-dot:hover:not(.active){background:#fff6}.api-showcase{background:#0006;border-radius:12px;padding:3rem;border:1px solid rgba(75,85,99,.3);text-align:center}.showcase-title{font-size:2rem;color:#f9fafb;margin-bottom:2rem;font-weight:600}.code-showcase{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:2rem}.code-block-showcase,.response-showcase{background:#0009;border-radius:8px;overflow:hidden;border:1px solid rgba(75,85,99,.3)}.code-header,.response-header{background:#000c;padding:.75rem 1rem;border-bottom:1px solid rgba(75,85,99,.3);display:flex;justify-content:space-between;align-items:center}.code-language{color:#9ca3af;font-size:.8rem;text-transform:uppercase;font-weight:600}.status-live{background:#10b981;color:#fff;padding:.2rem .5rem;border-radius:3px;font-size:.7rem;font-weight:600}.code-content,.response-content{padding:1.5rem;overflow-x:auto}.code-content pre,.response-content pre{margin:0;font-family:JetBrains Mono,Consolas,monospace;font-size:.9rem;line-height:1.6;color:#e5e7eb;text-align:left;white-space:pre-line}.code-content pre{color:#e5e7eb}.code-content .keyword{color:#c792ea;font-weight:600}.code-content .string{color:#c3e88d}.code-content .function{color:#82aaff}.code-content .variable{color:#f07178}.code-content .comment{color:#676e95;font-style:italic}.response-content .json-key{color:#1e3a5f;font-weight:600}.response-content .json-string{color:#2d5016}.response-content .json-number{color:#9a3412}.response-showcase{background:#10b981!important;border:1px solid #059669!important}.response-content pre{color:#000!important;font-weight:600}.response-header{background:#059669!important;color:#000!important;font-weight:700}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#10b981}}.response-content pre{overflow:hidden;border-right:2px solid #10b981;white-space:pre-wrap;animation:typing 4s steps(60,end),blink-caret 1s step-end infinite;animation-delay:2s;animation-fill-mode:forwards;width:0}.response-content pre:hover{animation-play-state:paused}.arrow-showcase{font-size:2rem;color:#3b82f6;font-weight:700}.showcase-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.showcase-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.api-grid-section{padding:6rem 0;background:#fff!important;width:100vw;margin-left:calc(-50vw + 50%);position:relative}.api-grid-container{max-width:1200px;margin:0 auto;padding:0 2rem}.api-grid-header{text-align:center;margin-bottom:4rem}.api-grid-heading{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.api-grid-subtitle{font-size:1.1rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}.api-carousel{display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;margin:0 -2rem 4rem}.api-logo-image{max-height:40px;max-width:120px;object-fit:contain;transition:filter .3s ease;filter:grayscale(100%)}.api-logo-item:hover .api-logo-image{filter:grayscale(0%)}.integration-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:4rem;flex-wrap:wrap}.integration-stat{text-align:center}.integration-number{display:block;font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.integration-label{color:#6b7280;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.api-cta{text-align:center;background:#1a1d2e;border-radius:12px;padding:3rem;margin:8rem auto 6rem;border:1px solid rgba(75,85,99,.3);max-width:1200px}.api-cta-title{font-size:2rem;color:#f9fafb;margin-bottom:1rem;font-weight:600}.api-cta-text{color:#d1d5db;margin-bottom:2rem;font-size:1.1rem}.api-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.api-cta-button{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.api-cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.api-cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.api-cta-button.secondary{background:transparent;color:#d1d5db;border:2px solid rgba(209,213,219,.3)}.api-cta-button.secondary:hover{border-color:#3b82f6;color:#3b82f6}@media (max-width: 768px){.hero-section{min-height:calc(100vh - 56px);padding:0 1.25rem}.hero-container{padding:0}.hero-content{max-width:100%}.hero-title{font-size:2.2rem;margin-bottom:1rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem;line-height:1.55}.hero-stats{gap:1.5rem 2.5rem;margin-bottom:2rem}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.8rem}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-cta-button{width:100%;max-width:280px;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.value-prop-section{padding:3.5rem 0}.value-prop-container{padding:0 1.25rem}.value-prop-header{margin-bottom:2.5rem}.value-prop-title{font-size:1.4rem}.value-prop-subtitle{font-size:1rem}.api-showcase{padding:1.75rem 1.25rem}.showcase-title{font-size:1.4rem;margin-bottom:1.25rem}.code-showcase{grid-template-columns:1fr;gap:.75rem}.arrow-showcase{transform:rotate(90deg);font-size:1.5rem}.code-content,.response-content{padding:1rem}.code-content pre,.response-content pre{font-size:.75rem;line-height:1.5}.showcase-button{padding:.85rem 1.5rem;font-size:.95rem;display:inline-block}.api-grid-section{padding:3.5rem 0}.api-grid-heading{font-size:1.75rem}.api-grid-subtitle{font-size:.95rem}.api-grid-header{margin-bottom:2.5rem}.api-carousel{margin:0 -1rem 2.5rem;gap:1rem}.api-logo-item{min-width:120px;padding:.65rem 1rem}.api-logo-image{max-height:28px;max-width:90px}.integration-stats{gap:1.5rem 2rem;margin-bottom:2.5rem}.integration-number{font-size:1.8rem}.integration-label{font-size:.75rem}.api-cta{padding:2rem 1.25rem}.api-cta-title{font-size:1.4rem}.api-cta-text{font-size:.95rem}.api-cta-buttons{flex-direction:column;align-items:center}.api-cta-button{width:100%;max-width:280px;text-align:center;justify-content:center}}@media (max-width: 420px){.hero-title{font-size:1.85rem}.hero-stats{gap:1.25rem 1.5rem}.hero-stat-number{font-size:1.6rem}.hero-stat-label{font-size:.7rem}.value-prop-title{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#000;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mono{font-family:JetBrains Mono,monospace}.header{background:#000;padding:0;position:fixed;top:0;left:0;right:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo-section{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease}.logo-section:hover{opacity:.8}.logo-placeholder{color:#fff;font-weight:600;font-size:1.1rem}.logo-image{height:32px;width:auto;filter:brightness(0) invert(1)}.header-animated-logo{display:flex;align-items:center;justify-content:center}.header-animated-logo svg{transition:all .2s ease}.logo-section:hover .header-animated-logo svg{transform:scale(1.05)}.brand-text{color:#fff;font-weight:600;font-size:1.25rem;letter-spacing:-.02em}.nav-menu{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:#ccc}.hero-section{background:#fff;padding:4rem 2rem 3rem;margin-top:60px;position:relative;overflow:hidden;min-height:calc(100vh - 60px)}.hero-network-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-network-canvas{width:100%;height:100%;display:block;opacity:.96}.hero-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto 3rem;animation:fadeInUp .8s ease-out}.stat-box{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-box:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.stat-item-large{display:flex;align-items:baseline;gap:.5rem;white-space:nowrap}.stat-label-large{font-family:JetBrains Mono,monospace;color:#000;font-size:.9rem;font-weight:500}.stat-value-large{font-family:JetBrains Mono,monospace;font-size:1.4rem;font-weight:700}.hero-logo-section{margin:2rem 0;display:flex;justify-content:center;align-items:center;animation:fadeInUp 1.2s ease-out;position:relative;overflow:visible}.hero-big-logo{max-width:60%;height:auto;min-width:300px;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1));transition:all .3s ease;position:relative;z-index:2;cursor:pointer;display:block}.hero-big-logo:hover{filter:drop-shadow(0 12px 32px rgba(0,0,0,.15));transform:scale(1.02)}.description-capsule{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem 3rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);max-width:900px;margin:0 auto;animation:fadeInUp 1.4s ease-out;transition:all .3s ease}.description-capsule:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.hero-description{margin:0}.hero-description-text{color:#000;font-size:1.1rem;line-height:1.7;font-weight:400;text-align:center;margin:0}.logo-animation{margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.animated-logo-container,.static-logo-container{display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out}.hero-logo-image{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:all .3s ease;animation:fadeInUp .8s ease-out;max-width:140px;height:auto}.hero-logo-image:hover{filter:drop-shadow(0 8px 16px rgba(0,0,0,.15));transform:translateY(-2px) scale(1.05)}.api-loading-animation{display:flex;justify-content:center;align-items:center;margin-top:3rem;padding:2rem}.api-animated-gif{opacity:.8;transition:opacity .3s ease}.api-animated-gif:hover{opacity:1}.animated-logo{font-size:4rem;font-weight:700;color:#000;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.stats-line{display:flex;justify-content:center;align-items:center;gap:3rem;max-width:900px;margin:0 auto;flex-wrap:wrap}.stat-item{display:flex;align-items:baseline;gap:.25rem;white-space:nowrap}.stat-label{font-family:JetBrains Mono,monospace;color:#000;font-size:.9rem;font-weight:500}.stat-value{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700}.stat-purple,.stat-red,.stat-green,.stat-yellow,.stat-blue{color:#6123c3}.value-prop-section{background:#000;padding:5rem 2rem}.description-capsule-black{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem 3rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);max-width:900px;margin:0 auto 4rem;animation:fadeInUp 1.4s ease-out}.hero-description-text-black{color:#000;font-size:1.1rem;line-height:1.7;font-weight:400;text-align:center;margin:0}.value-prop-container{max-width:1200px;margin:0 auto;text-align:center}.strategy-wrappers-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.value-prop-text{color:#fff;font-size:1.25rem;line-height:1.7;font-weight:400;margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto}.strategy-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.strategy-wrappers-content{text-align:center;max-width:900px;margin:0 auto}.wrapper-cta{margin:2rem 0 3rem}.wrapper-cta-button{background:#fff;color:#000;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffffff1a}.wrapper-cta-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.strategy-card-preview{border:1px solid #333;border-radius:12px;padding:1.5rem;background:#1a1a1a;transition:all .2s ease}.strategy-card-preview:hover{border-color:#fff;box-shadow:0 4px 12px #ffffff1a}.strategy-card-preview .strategy-header{margin-bottom:1.5rem}.strategy-card-preview .strategy-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.strategy-card-preview .strategy-type{font-size:.85rem;color:#ccc;font-weight:500}.strategy-card-preview .strategy-metrics{margin-bottom:1.5rem}.strategy-card-preview .metric-row{display:flex;justify-content:space-between;margin-bottom:1rem}.strategy-card-preview .metric{display:flex;flex-direction:column;gap:.25rem}.strategy-card-preview .metric-label{font-size:.8rem;color:#ccc;font-weight:500}.strategy-card-preview .metric-value{font-family:JetBrains Mono,monospace;font-weight:700;font-size:1.1rem;color:#fff}.strategy-card-preview .metric-value.win-rate{color:#22c55e}.strategy-card-preview .metric-value.apy{color:#3b82f6}.strategy-card-preview .strategy-details{display:flex;gap:1rem;margin-bottom:1rem}.strategy-card-preview .chain-badge,.strategy-card-preview .risk-badge{font-size:.75rem;font-weight:600;color:#fff;padding:.25rem .75rem;border-radius:12px}.strategy-card-preview .strategy-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.strategy-card-preview .strategy-tag{font-size:.75rem;background:#333;color:#ccc;padding:.2rem .6rem;border-radius:10px;font-weight:500}.strategy-card-preview .strategy-actions{display:flex;gap:.75rem}.strategy-card-preview .action-button{flex:1;padding:.6rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .2s ease}.strategy-card-preview .action-button.primary{background:#fff;color:#000}.strategy-card-preview .action-button.primary:hover{background:#f3f4f6}.strategy-card-preview .action-button.secondary{background:transparent;color:#fff;border:1px solid #fff}.strategy-card-preview .action-button.secondary:hover{background:#fff;color:#000}.api-grid-section{background:#fff;padding:5rem 2rem}.api-grid-container{max-width:1200px;margin:0 auto}.api-grid-heading{color:#000;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.api-carousel{display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;margin:0 -2rem}.api-row{display:flex;gap:1.5rem;animation-duration:60s;animation-iteration-count:infinite;animation-timing-function:linear}.slide-right{animation-name:slideRight}.slide-left{animation-name:slideLeft}.api-logo-item{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:1px solid #e5e5e5;border-radius:6px;transition:all .3s ease;min-width:160px;flex-shrink:0;background:#fff;position:relative;overflow:visible;cursor:pointer}.api-logo-item:hover{border-color:#000;transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.api-logo-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:6px;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.1) 0%,transparent 50%);transition:opacity .3s ease}.api-logo-item:hover:before{opacity:1}.api-logo-item.dexscreener:hover{border-color:#06f}.api-logo-item.defillama:hover{border-color:#4f46e5}.api-logo-item.etherscan:hover{border-color:#21325b}.api-logo-item.moralis:hover{border-color:#41d195}.api-logo-item.bscscan:hover{border-color:#f0b90b}.api-logo-item.nansen:hover{border-color:#6366f1}.api-logo-item.dune:hover{border-color:#ff6b35}.api-logo-item.polymarket:hover{border-color:#7c3aed}.api-logo-item.coingecko:hover{border-color:#8dc647}.api-logo-item.twitter:hover{border-color:#000}.api-logo-item.binance:hover{border-color:#f0b90b}.api-logo-item.pancakeswap:hover{border-color:#d1884f}.api-logo-item.ethereum:hover{border-color:#627eea}.api-logo-item.alchemy:hover{border-color:#363ff9}.api-logo-item.tradingview:hover{border-color:#2962ff}.api-logo-item.coinmarketcap:hover{border-color:#17a2b8}.api-logo-item.solana:hover{border-color:#9945ff}.api-logo-item.reddit:hover{border-color:#ff4500}.api-logo-item .logo-placeholder{color:#333;font-size:.85rem;font-weight:500;text-align:center}.api-logo-image{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(20%) opacity(.8);transition:all .3s ease;position:relative;z-index:2}.api-logo-item:hover .api-logo-image{filter:grayscale(0%) opacity(1);transform:scale(1.05)}.footer{background:#000;padding:2.5rem 1.5rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr auto;gap:3rem;margin-bottom:2rem}.footer-logo .logo-placeholder{color:#fff;font-weight:600;font-size:1.1rem}.footer-logo-image{height:28px;width:auto;filter:brightness(0) invert(1);margin-bottom:.75rem}.footer-animated-logo{margin-bottom:.75rem;display:flex;align-items:center;justify-content:flex-start}.footer-tagline{color:#ccc;font-size:.9rem;font-weight:400;margin:0;max-width:200px;text-align:center}.footer-heading{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center}.copyright{color:#888;font-size:.85rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 768px){.header-container{padding:.75rem 1rem}.brand-text{font-size:1.05rem}.logo-image{height:26px}.nav-menu{gap:1.25rem}.nav-link{font-size:.9rem}.hero-section{padding:6rem 1.5rem 3rem}.animated-logo{font-size:3rem}.stats-line-large,.stats-line{gap:2rem}.value-prop-text{font-size:1.1rem}.api-grid-heading{font-size:2rem}.api-logos-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-tagline{margin:0 auto;max-width:260px}.footer-logo-image{margin-left:auto;margin-right:auto}.footer-animated-logo{justify-content:center}.footer-heading{font-size:.9rem}.footer-link{font-size:.85rem}.copyright{font-size:.8rem}}@media (max-width: 768px){.hero-section{min-height:auto;padding:3rem 1rem 2rem}.hero-section:before{display:none}.hero-big-logo{max-width:80%;min-width:250px}.hero-logo-section{margin:3rem 0}}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 1rem 3rem}.stat-box{padding:1rem}.description-capsule{margin:0 1rem 3rem;padding:1.5rem 2rem}}@media (max-width: 480px){.hero-section{min-height:auto;padding:2rem 1rem}.stats-grid{grid-template-columns:1fr;gap:1rem;margin:0 1rem 3rem}.stat-box{padding:1rem;border-radius:12px}.stat-label-large{font-size:1rem}.stat-value-large{font-size:1.5rem}.description-capsule{padding:2rem 1.5rem;border-radius:16px}.hero-description-text{font-size:1rem}.hero-big-logo{max-width:90%;min-width:200px}.hero-logo-section{margin:2rem 0}.strategy-examples{grid-template-columns:1fr}.stats-line{gap:1rem;flex-direction:column;align-items:center}.stat-item{justify-content:center}.api-carousel{margin:0 -1rem}}� �{}
