.aex-home{--aex-blue:#2f59f5;--aex-blue-soft:#edf3ff;--aex-line:#e8e9ed;--aex-muted:#676a73;--aex-ink:#202126;min-height:100dvh;overflow-x:clip;background:#fff;color:var(--aex-ink);font-family:var(--font-body);font-size:14px;line-height:1.45}.aex-home *,.aex-home :after,.aex-home :before{box-sizing:border-box}.aex-home a{color:inherit;text-decoration:none}.aex-home button,.aex-home input{font:inherit}.aex-home h1,.aex-home h2,.aex-home h3,.aex-home p{margin:0}.aex-shell{width:min(1080px,calc(100% - 40px));margin-inline:auto}.aex-skip{position:fixed;z-index:100;top:12px;left:12px;transform:translateY(-150%);border-radius:6px;background:var(--aex-blue);padding:10px 14px;color:#fff!important}.aex-skip:focus{transform:none}.aex-nav{position:relative;z-index:20;height:56px;border-bottom:1px solid var(--aex-line);background:rgba(255,255,255,.94)}.aex-nav__inner{height:100%;justify-content:space-between}.aex-nav nav,.aex-nav__inner{display:flex;align-items:center}.aex-nav nav{gap:10px}.aex-nav__claim{position:relative;padding-left:17px;color:#343640;font-size:12px;font-weight:600}.aex-nav__claim:before{position:absolute;top:50%;left:0;width:11px;height:11px;transform:translateY(-50%);border:1.5px solid var(--aex-blue);border-radius:50%;box-shadow:inset 0 0 0 2px #fff;background:var(--aex-blue-soft);content:""}.aex-logo{display:inline-flex;align-items:center;color:#15161a;font-size:16px;font-weight:800;letter-spacing:-.16em;line-height:1}.aex-logo span{display:inline-block;transform:scaleX(.72);margin-inline:-1px}.aex-logo--large{color:var(--aex-blue);font-size:38px}.aex-button{display:inline-flex;min-height:35px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600;transition:transform .18s ease,background .18s ease,border-color .18s ease}.aex-button:hover{transform:translateY(-1px)}.aex-button:active{transform:translateY(0) scale(.98)}.aex-button:focus-visible,.aex-home a:focus-visible,.aex-home button:focus-visible,.aex-home input:focus-visible,.aex-home summary:focus-visible{outline:2px solid var(--aex-blue);outline-offset:3px}.aex-button--small{min-height:28px;border-radius:6px;padding:5px 10px;font-size:11px}.aex-button--blue{background:var(--aex-blue);color:#fff!important}.aex-button--blue:hover{background:#244bdc}.aex-button--outline{border-color:#cfd1d8;background:#fff}.aex-button--outline:hover{border-color:#9ca0aa}.aex-hero{display:grid;min-height:704px;place-items:center;border-right:1px solid var(--aex-line);border-left:1px solid var(--aex-line);text-align:center}.aex-hero__content{width:min(650px,calc(100% - 32px));transform:translateY(-14px)}.aex-hero h1{font-size:clamp(34px,4vw,48px);font-weight:650;letter-spacing:-.045em;line-height:1.04}.aex-hero__content>p{margin-top:12px;color:var(--aex-muted);font-size:14px}.agent-composer{overflow:hidden;margin-top:34px;border:1px solid #d9dbe1;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(39,48,83,.08);text-align:left}.agent-composer label{display:block;border-bottom:1px solid #ececf0;padding:10px 16px;color:#62656d;font-size:10px}.agent-composer__field{display:grid;min-height:72px;grid-template-columns:24px 1fr 32px;align-items:center;gap:7px;padding:0 14px}.agent-composer__field>span{display:grid;width:21px;height:21px;place-items:center;border:1px solid #9ab2ff;border-radius:5px;color:var(--aex-blue);font-size:10px}.agent-composer input{width:100%;border:0;outline:0;color:var(--aex-ink);font-size:14px}.agent-composer input::placeholder{color:#858891;opacity:1}.agent-composer button{display:grid;width:30px;height:30px;cursor:pointer;place-items:center;border:0;border-radius:7px;background:#a9bfff;color:#fff;transition:background .18s ease,transform .18s ease}.agent-composer:focus-within{border-color:#a6b9f8;box-shadow:0 10px 30px rgba(47,89,245,.13),0 0 0 3px rgba(47,89,245,.08)}.agent-composer:focus-within button{background:var(--aex-blue)}.agent-categories{display:flex;justify-content:center;gap:27px;margin-top:18px;padding:0;list-style:none}.agent-categories:focus-visible{outline:2px solid var(--aex-blue);outline-offset:4px}.agent-categories>li{display:grid;justify-items:center;gap:4px;color:#676a73;font-size:10px}.prompt-suggestions{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:16px}.prompt-suggestions a{border:1px solid #e2e3e7;border-radius:5px;padding:5px 9px;color:#73767e;font-size:9px;transition:border-color .18s ease,color .18s ease}.prompt-suggestions a:hover{border-color:#a9b9ee;color:var(--aex-blue)}.prompt-suggestions .prompt-refresh{border:0;padding-inline:3px;font-size:15px}.agent-glyph{--glyph:#2f59f5;--glyph-bg:#edf3ff;position:relative;display:inline-grid;width:43px;height:43px;place-items:center;border-radius:11px;background:var(--glyph-bg);color:var(--glyph)}.agent-glyph svg{width:29px;height:29px;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.agent-glyph i{position:absolute;right:-2px;bottom:-2px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:var(--aex-blue)}.agent-glyph i:after{position:absolute;inset:3px;border-radius:inherit;background:#fff;content:""}.agent-glyph--small{width:32px;height:32px;border-radius:8px}.agent-glyph--small svg{width:22px;height:22px}.agent-glyph--small i{width:9px;height:9px;border-width:1.5px}.agent-glyph--small i:after{inset:2.5px}.agent-glyph--airdrop{--glyph:#ff6138;--glyph-bg:#fff0ec}.agent-glyph--security{--glyph:#ed3b8d;--glyph-bg:#fff0f6}.agent-glyph--utility{--glyph:#e89518;--glyph-bg:#fff7e7}.agent-glyph--trading{--glyph:#a955e7;--glyph-bg:#faf0ff}.agent-glyph--yield{--glyph:#00a982;--glyph-bg:#e8fbf6}.agent-glyph--payment{--glyph:#3665f6;--glyph-bg:#eef3ff}.aex-kits{border-top:1px solid var(--aex-line)}.aex-kits>.aex-shell{border-right:1px solid var(--aex-line);border-left:1px solid var(--aex-line)}.section-bar{display:flex;height:86px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--aex-line);padding:0 24px}.section-bar h2{font-size:15px;font-weight:600}.pager-dots{display:flex;align-items:center;gap:4px}.pager-dots i{width:5px;height:5px;border-radius:5px;background:#cdd7ff}.pager-dots i:first-child{width:31px;background:var(--aex-blue)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr)}.featured-card{position:relative;min-height:250px;border-right:1px solid var(--aex-line);padding:22px 24px 16px;transition:background .18s ease}.featured-card:last-child{border-right:0}.featured-card:hover{background:#fafbff}.featured-card__arrow,.small-agent__arrow{position:absolute;top:17px;right:17px;color:#a5a8af}.featured-card__arrow svg,.small-agent__arrow svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.2}.featured-card h3{margin-top:14px;font-size:14px;font-weight:650}.agent-by,.small-agent p{margin-top:1px!important;color:#62656d;font-size:10px}.featured-card__description{min-height:53px;margin-top:15px!important;color:#4e5159;font-size:12px;line-height:1.5}.featured-card__meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:13px;border-top:1px solid #eeeef1;padding-top:11px;color:#6f727a;font-size:9px}.featured-card__meta b{color:var(--aex-blue);font-size:9px;font-weight:650}.live-dot{position:relative;padding-left:10px}.live-dot:before{position:absolute;top:50%;left:0;width:5px;height:5px;transform:translateY(-50%);border-radius:50%;background:#77d61c;content:""}.section-bar--live{height:67px;border-top:1px solid var(--aex-line)}.section-bar--live h2{display:flex;align-items:center;gap:8px}.section-bar--live h2 span{color:var(--aex-blue);font-size:10px;font-weight:500}.agent-grid{display:grid;grid-template-columns:repeat(4,1fr)}.small-agent{position:relative;min-height:124px;border-right:1px solid var(--aex-line);border-bottom:1px solid var(--aex-line);padding:16px 20px;transition:background .18s ease,transform .18s ease}.small-agent:nth-child(4n){border-right:0}.small-agent:hover{z-index:1;background:#fafbff;transform:translateY(-1px)}.small-agent h3{overflow:hidden;margin-top:10px;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.small-agent--build{padding-top:18px}.build-plus{display:grid;width:32px;height:32px;place-items:center;border:1px dashed #9fb3f8;border-radius:8px;color:var(--aex-blue);font-size:19px;font-weight:300}.aex-section-space{padding-top:120px}.section-intro{max-width:640px;padding:0 24px 40px}.eyebrow{color:var(--aex-blue)!important;font-size:10px!important;font-weight:600}.section-intro h2{margin-top:12px;font-size:clamp(27px,3vw,35px);font-weight:650;letter-spacing:-.035em;line-height:1.08}.section-intro>p:last-child{max-width:600px;margin-top:10px;color:#5f626a;font-size:13px;line-height:1.55}.covenant-section .aex-shell,.exchange-section .aex-shell,.faq-section .aex-shell,.fleet-section .aex-shell{border:1px solid var(--aex-line)}.fleet-section .section-intro{padding-top:74px}.fleet-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--aex-line);border-bottom:1px solid var(--aex-line)}.fleet-stats>div{padding:32px 20px 28px;border-right:1px solid var(--aex-line);text-align:center}.fleet-stats>div:last-child{border-right:0}.fleet-stats dd{margin:0;font-size:39px;font-weight:650;letter-spacing:-.04em;line-height:1}.fleet-stats dt{margin-top:10px;color:#62656d;font-size:11px}.fleet-dashboard{display:grid;min-height:330px;grid-template-columns:1fr 1fr}.fleet-dashboard>*{padding:35px 40px}.fleet-finding{position:relative;border-right:1px solid var(--aex-line)}.fleet-finding blockquote{max-width:400px;margin:25px 0 22px;font-size:21px;font-weight:600;letter-spacing:-.025em;line-height:1.25}.fleet-finding a{display:inline-flex;align-items:center;gap:5px;border:1px solid #d8dae0;border-radius:6px;padding:5px 9px;font-size:10px;font-weight:600}.fleet-finding a svg{width:11px;height:11px;fill:none;stroke:currentColor}.finding-progress{position:absolute;right:40px;bottom:32px;left:40px;height:3px;overflow:hidden;border-radius:3px;background:#ebedf4}.finding-progress i{display:block;width:25%;height:100%;border-radius:inherit;background:var(--aex-blue);animation:finding-progress 5s ease-in-out infinite}.fleet-feed ol{margin:20px 0 0;padding:0;list-style:none}.fleet-feed li{display:grid;min-height:34px;grid-template-columns:8px auto 1fr auto;align-items:center;gap:6px;border-bottom:1px solid #f0f0f2;color:#62656d;font-size:9px}.fleet-feed li strong{color:#4c4e55;font-weight:600}.fleet-feed li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-feed time{color:#62656d}.activity-dot{width:5px;height:5px;border-radius:50%;background:#8b5cf6}.activity-dot--1{background:#ff6b41}.activity-dot--2{background:#e8a21c}.activity-dot--3{background:#00af86}.activity-dot--4{background:#5378ee}.activity-dot--5{background:#ef5b9d}.covenant-section .section-intro,.exchange-section .section-intro{padding-top:74px}.aex-network{position:relative;height:405px;overflow:hidden;border-radius:0 18px 0 0;background:var(--aex-blue);color:#fff}.aex-network:before{position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.13),transparent 33%),linear-gradient(120deg,transparent 30%,rgba(255,255,255,.04) 50%,transparent 70%);content:""}.aex-network>svg{position:absolute;inset:10%;width:80%;height:80%;filter:drop-shadow(0 0 6px rgba(255,255,255,.18))}.aex-network>svg path{fill:none;stroke:rgba(255,255,255,.24);stroke-width:.18;stroke-dasharray:1 1.5;vector-effect:non-scaling-stroke;animation:network-dash 12s linear infinite}.aex-network>span{position:absolute;display:grid;width:28px;height:28px;transform:translate(-50%,-50%);place-items:center;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(255,255,255,.14);box-shadow:0 0 0 6px rgba(255,255,255,.04);font-size:9px;font-weight:700;animation:node-pulse 2.6s ease-in-out infinite}.aex-network>p{position:absolute;right:28px;bottom:24px;color:rgba(255,255,255,.7);font-size:10px}.exchange-principles{display:grid;grid-template-columns:repeat(3,1fr)}.exchange-principles article{min-height:190px;border-right:1px solid var(--aex-line);padding:28px 34px}.exchange-principles article:last-child{border-right:0}.exchange-principles .agent-glyph{width:28px;height:28px;background:transparent}.exchange-principles .agent-glyph svg{width:28px;height:28px}.exchange-principles .agent-glyph i{display:none}.exchange-principles h3{margin-top:14px;font-size:14px;font-weight:650}.exchange-principles p{margin-top:8px;color:#70737b;font-size:11px;line-height:1.55}.covenant-section .section-intro{padding-bottom:46px}.mission-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--aex-line)}.mission-card{display:flex;min-height:430px;flex-direction:column;border-right:1px solid var(--aex-line);border-bottom:1px solid var(--aex-line);padding:38px 46px 30px}.mission-card:nth-child(2n){border-right:0}.mission-card:nth-last-child(-n+2){border-bottom:0}.mission-card>.agent-glyph{width:30px;height:30px;background:transparent}.mission-card>.agent-glyph svg{width:30px;height:30px}.mission-card>.agent-glyph i{display:none}.mission-card h3{margin-top:16px;font-size:18px;font-weight:650;letter-spacing:-.02em}.mission-card__lede{margin-top:8px!important;color:#555860;font-size:12px}.mission-card ul{display:grid;gap:10px;margin:25px 0 0;padding:0;list-style:none}.mission-card li{position:relative;padding-left:17px;color:#3f424a;font-size:11px}.mission-card li:before{position:absolute;top:.48em;left:0;width:6px;height:6px;border-radius:50%;background:var(--aex-blue);content:""}.mission-card__close{margin-top:20px!important;color:#62656d;font-size:10px}.mission-card .aex-button{align-self:flex-start;margin-top:auto}.mission-card small{margin-top:17px;color:#62656d;font-size:8px}.faq-section{padding-bottom:120px}.faq-layout{display:grid;min-height:440px;grid-template-columns:36% 64%}.faq-layout>h2{display:flex;align-items:center;padding-left:130px;border-right:1px solid var(--aex-line);font-size:32px;font-weight:650;letter-spacing:-.035em}.faq-list{align-self:center;padding:40px 28px}.faq-list details{border-bottom:1px solid var(--aex-line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{display:flex;min-height:54px;cursor:pointer;align-items:center;justify-content:space-between;gap:18px;color:#3e4148;font-size:12px;font-weight:600;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{position:relative;width:13px;height:13px;flex:0 0 auto}.faq-list summary i:after,.faq-list summary i:before{position:absolute;top:6px;left:1px;width:11px;height:1.5px;background:var(--aex-blue);content:"";transition:transform .18s ease}.faq-list summary i:after{transform:rotate(90deg)}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-list details[open] summary i:before{transform:rotate(180deg)}.faq-list details[open] summary{color:var(--aex-ink)}.faq-list details p{max-width:620px;padding:0 32px 18px 0;color:#696c74;font-size:10px;line-height:1.55}.aex-footer{display:grid;height:321px;place-items:center;border-top:1px solid #d8e4ff;background:#f1f6ff}@keyframes network-dash{to{stroke-dashoffset:-30}}@keyframes node-pulse{50%{box-shadow:0 0 0 10px rgba(255,255,255,.025);transform:translate(-50%,-50%) scale(1.08)}}@keyframes finding-progress{0%{transform:translateX(-100%)}55%,to{transform:translateX(400%)}}@media (max-width:800px){.aex-shell{width:min(100% - 28px,620px)}.aex-nav{height:54px}.aex-nav__claim{font-size:0}.aex-nav__claim:before{width:13px;height:13px}.aex-hero{min-height:650px}.aex-hero__content{width:min(100% - 24px,590px)}.aex-hero h1{font-size:clamp(32px,10vw,44px)}.agent-categories{gap:clamp(9px,4vw,22px);overflow-x:auto;justify-content:flex-start;padding:0 4px 4px}.prompt-suggestions{flex-wrap:wrap}.featured-grid{grid-template-columns:1fr}.featured-card{min-height:225px;border-right:0;border-bottom:1px solid var(--aex-line)}.featured-card:last-child{border-bottom:0}.agent-grid{grid-template-columns:repeat(2,1fr)}.small-agent:nth-child(4n){border-right:1px solid var(--aex-line)}.small-agent:nth-child(2n){border-right:0}.aex-section-space{padding-top:72px}.covenant-section .section-intro,.exchange-section .section-intro,.fleet-section .section-intro{padding-top:48px}.fleet-stats{grid-template-columns:repeat(2,1fr)}.fleet-stats>div:nth-child(2){border-right:0}.fleet-stats>div:nth-child(-n+2){border-bottom:1px solid var(--aex-line)}.fleet-dashboard{grid-template-columns:1fr}.fleet-finding{min-height:310px;border-right:0;border-bottom:1px solid var(--aex-line)}.fleet-dashboard>*{padding:30px 24px}.finding-progress{right:24px;left:24px}.fleet-feed li{grid-template-columns:8px auto 1fr}.fleet-feed time{display:none}.aex-network{height:310px;border-radius:0 14px 0 0}.aex-network>span{width:23px;height:23px}.exchange-principles{grid-template-columns:1fr}.exchange-principles article{min-height:155px;border-right:0;border-bottom:1px solid var(--aex-line)}.exchange-principles article:last-child{border-bottom:0}.mission-grid{grid-template-columns:1fr}.mission-card{min-height:410px;border-right:0;border-bottom:1px solid var(--aex-line)!important;padding:34px 28px 26px}.mission-card:last-child{border-bottom:0!important}.faq-section{padding-bottom:72px}.faq-layout{min-height:0;grid-template-columns:1fr}.faq-layout>h2{min-height:130px;padding-left:28px;border-right:0;border-bottom:1px solid var(--aex-line)}.faq-list{padding:24px}.aex-footer{height:240px}}@media (max-width:470px){.aex-shell{width:calc(100% - 20px)}.aex-hero{min-height:610px}.aex-hero__content{width:calc(100% - 20px)}.aex-hero h1{max-width:10ch;margin-inline:auto}.agent-composer{margin-top:28px}.agent-composer__field{min-height:66px}.agent-categories{gap:16px}.agent-categories>li{min-width:45px}.prompt-suggestions a:nth-child(2){order:3}.section-bar{padding-inline:17px}.agent-grid{grid-template-columns:1fr 1fr}.small-agent{min-height:116px;padding:14px}.small-agent h3{font-size:11px}.section-intro{padding-inline:20px}.section-intro h2{font-size:28px}.fleet-finding blockquote{font-size:18px}.fleet-feed li span{display:none}}@media (prefers-reduced-motion:reduce){.aex-home *,.aex-home :after,.aex-home :before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}