.cx-root{color:#fff;background:#0a0a0a;min-height:100vh;font-family:SF Mono,Fira Code,Cascadia Code,JetBrains Mono,Consolas,monospace;position:relative;overflow-x:hidden}.cx-vignette{pointer-events:none;z-index:50;background:radial-gradient(#0000 50%,#000000b3 100%);position:fixed;inset:0}.cx-scanline{pointer-events:none;z-index:55;background:linear-gradient(90deg,#0000,#f973160f,#0000);height:2px;animation:6s linear infinite cxScan;position:fixed;left:0;right:0}@keyframes cxScan{0%{top:-2px}to{top:100%}}.cx-root:after{content:"";opacity:.03;pointer-events:none;z-index:52;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");position:fixed;inset:0}.cx-viewport{z-index:10;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative}.cx-topbar{border-bottom:1px solid #f973160f;flex:none;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.cx-back{color:#ffffff73;align-items:center;gap:6px;font-size:11px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.cx-back:hover{color:#ffffffb3}.cx-status-pill{background:#ef44440a;border:1px solid #ef44441a;border-radius:6px;align-items:center;gap:6px;padding:5px 14px;display:flex}.cx-status-pill span{color:#ef444480;letter-spacing:.1em;font-size:9px;font-weight:700}.cx-status-pill.awaiting{background:#fbbf240a;border:1px solid #fbbf2426}.cx-status-pill.awaiting span{color:#fbbf2499}.cx-dot{border-radius:50%;width:6px;height:6px}.cx-dot.off{background:#ef444480;animation:3s ease-in-out infinite cxDotDim;box-shadow:0 0 8px #ef44444d}.cx-dot.awaiting{background:#fbbf2499;animation:2s ease-in-out infinite cxDotPulse;box-shadow:0 0 8px #fbbf244d}.cx-status-pill.active{background:#4ade800a;border:1px solid #4ade8033}.cx-status-pill.active span{color:#4ade80b3}.cx-dot.active{background:#4ade80b3;animation:2s ease-in-out infinite cxDotPulse;box-shadow:0 0 8px #4ade8066}@keyframes cxDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes cxDotDim{0%,to{opacity:1}50%{opacity:.4}}.cx-treasury{opacity:0;background:#f9731605;border-bottom:1px solid #f973160f;flex:none;justify-content:center;align-items:center;gap:0;padding:10px 24px;animation:.8s ease-out .5s forwards cxFadeIn;display:flex}.cx-treasury-item{align-items:center;gap:10px;padding:0 20px;display:flex}.cx-treasury-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:700}.cx-treasury-value{color:#ffffffb3;letter-spacing:.02em;font-size:13px;font-weight:900}.cx-treasury-value.sol{color:#f97316;text-shadow:0 0 12px #f973164d}.cx-treasury-sep{background:#f973161a;width:1px;height:16px}.cx-body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;padding:0 24px;display:flex}.cx-ascii{color:#f97316;text-align:center;opacity:0;text-shadow:0 0 20px #f973164d,0 0 40px #f973161a;-webkit-user-select:none;user-select:none;white-space:pre;margin:0;font-size:clamp(6px,1.2vw,14px);line-height:1.3;animation:1.2s ease-out .3s forwards cxFadeIn}@keyframes cxFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:.7;transform:translateY(0)}}.cx-terminal-lines{width:100%;max-width:500px;margin-top:24px;animation:.5s ease-out forwards cxFadeIn}.cx-line{color:#ffffff8c;white-space:nowrap;font-size:11px;line-height:1.8;animation:.3s ease-out forwards cxLineIn}.cx-line:empty{height:8px}.cx-line.red{color:#ef444480}.cx-line.dim{color:#ffffff59}.cx-line.amber{color:#fbbf2499}.cx-line.green{color:#4ade80b3}.cx-line.cursor{color:#f9731680;animation:1s step-end infinite cxBlink}@keyframes cxLineIn{0%{opacity:0}to{opacity:1}}@keyframes cxBlink{0%,to{opacity:1}50%{opacity:0}}.cx-bottombar{border-top:1px solid #ffffff08;flex:none;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.cx-bottombar span{color:#ffffff0f;text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:600}.cx-docs-trigger{color:#f9731666;cursor:pointer;background:#f973160d;border:1px solid #f973161f;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:auto;margin-right:8px;font-family:SF Mono,Consolas,monospace;font-size:11px;font-weight:800;transition:all .2s;display:flex}.cx-docs-trigger:hover{color:#f97316;background:#f973161a;border-color:#f9731640}.cx-docs-card{background:linear-gradient(165deg,#0d0800,#0a0600);border:1px solid #f973161f;border-radius:20px;width:100%;padding:28px;position:relative;overflow:hidden;box-shadow:0 0 60px #f973160a}.cx-docs-header{align-items:center;gap:12px;margin-bottom:0;display:flex}.cx-docs-divider{background:linear-gradient(90deg,#0000,#f9731614,#0000);width:100%;height:1px;margin:16px 0}.cx-docs-text{color:#ffffff73;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;line-height:1.7}.cx-docs-sub{color:#fff3;margin:0;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.cx-docs-footer{justify-content:space-between;align-items:center;display:flex}.cx-docs-footer span{color:#ffffff14;letter-spacing:.04em;font-family:monospace;font-size:9px;font-weight:600}.cx-docs-close{color:#f9731680;letter-spacing:.1em;cursor:pointer;background:#f973160f;border:1px solid #f973161a;border-radius:8px;padding:6px 16px;font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:800;transition:all .2s}.cx-docs-close:hover{color:#f97316;background:#f973161f;border-color:#f9731633}.cx-treasury-value.green{color:#4ade80;text-shadow:0 0 8px #4ade8033}.cx-treasury-value.red-val{color:#ef4444;text-shadow:0 0 8px #ef444433}.cx-share-trigger{color:#f97316b3;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#f973161a,#eab3080f);border:1px solid #f973162e;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:800;transition:all .2s;display:flex}.cx-share-trigger:hover{color:#f97316;background:linear-gradient(135deg,#f973162e,#eab3081a);border-color:#f973164d;transform:translateY(-1px);box-shadow:0 0 16px #f973161f}.cx-share-backdrop{z-index:9998;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;animation:.3s forwards cxFadeIn;position:fixed;inset:0}.cx-share-wrapper{z-index:9999;pointer-events:none;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.cx-share-inner{pointer-events:auto;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:460px;margin:auto 0;animation:.4s cubic-bezier(.16,1,.3,1) forwards cxShareIn;display:flex}@keyframes cxShareIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cx-share-card{background:linear-gradient(165deg,#0d0800 0%,#120c04 30%,#0a0600 60%,#0e0a02 100%);border:1px solid #f9731640;border-radius:24px;width:100%;max-width:420px;padding:28px;position:relative;overflow:hidden;box-shadow:0 0 100px #f9731614,0 0 40px #eab3080a,inset 0 1px #ffffff0f}.cx-share-actions{flex-wrap:wrap;gap:8px;width:100%;max-width:420px;display:flex}.cx-share-btn{text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:7px;min-width:100px;padding:12px 16px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;transition:all .2s;display:flex}.cx-share-btn.primary{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 24px #f9731659}.cx-share-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 32px #f9731680}.cx-share-btn.secondary{color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14}.cx-share-btn.secondary:hover{background:#ffffff14;border-color:#ffffff26}.cx-share-btn.story{color:#e1306c;background:linear-gradient(135deg,#e1306c1f,#fcaf4514);border:1px solid #e1306c33}.cx-share-btn.story:hover{background:linear-gradient(135deg,#e1306c33,#fcaf451f);border-color:#e1306c59}.cx-share-btn.close{color:#fff6;background:#ffffff0a;border:1px solid #ffffff14;flex:none;width:44px;min-width:44px;height:44px}.cx-hub{flex-direction:column;flex:1;gap:44px;width:100%;max-width:900px;margin:0 auto;padding:48px 24px 64px;display:flex}.cx-hub-head{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.cx-tagline{letter-spacing:.28em;text-transform:uppercase;color:#f97316a6;margin:8px 0 0;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800}.cx-intro{color:#fff6;max-width:440px;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;line-height:1.7}.cx-agents{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cx-agent-card{background:linear-gradient(165deg,#f973160a,#ffffff03);border:1px solid #f973161f;border-radius:16px;flex-direction:column;gap:18px;padding:24px;transition:border-color .25s,box-shadow .25s;display:flex}.cx-agent-card:hover{border-color:#f9731640;box-shadow:0 0 40px #f973160d}.cx-agent-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cx-agent-id{align-items:center;gap:12px;display:flex}.cx-agent-logo{object-fit:contain;border-radius:10px;flex-shrink:0;width:40px;height:40px}.cx-agent-logo.glyph{color:#f97316;text-shadow:0 0 14px #f9731666;background:#f9731614;border:1px solid #f9731633;justify-content:center;align-items:center;font-size:20px;display:flex}.cx-agent-name{letter-spacing:-.02em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:900}.cx-agent-kind{letter-spacing:.1em;text-transform:uppercase;color:#f9731680;margin-top:2px;font-family:monospace;font-size:9px;font-weight:700}.cx-agent-desc{color:#ffffff80;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;line-height:1.7}.cx-agent-stats{background:#f9731614;border:1px solid #f9731614;border-radius:10px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.cx-agent-stat{background:#0b0b0b;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.cx-agent-stat-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;font-size:8px;font-weight:700}.cx-agent-stat-val{color:#ffffffd9;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:800}.cx-agent-stat-val.sol{color:#f97316;text-shadow:0 0 12px #f9731640}.cx-agent-stat-val.green{color:#4ade80}.cx-agent-stat-val.red-val{color:#ef4444}.cx-agent-actions{align-items:center;gap:10px;margin-top:auto;display:flex}.cx-agent-cta{letter-spacing:.1em;text-transform:uppercase;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;padding:12px 18px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.cx-agent-cta.active{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 22px #f973164d}.cx-agent-cta.active:hover{transform:translateY(-1px);box-shadow:0 6px 30px #f9731673}.cx-agent-cta.disabled{color:#ffffff47;cursor:not-allowed;background:#ffffff08;border:1px solid #ffffff12}.cx-agent-cta.pending{color:#f973168c;cursor:default;background:#f973160f;border:1px solid #f973162e}.cx-agent-share{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;transition:all .2s;display:flex}.cx-agent-share:hover{color:#ffffffbf;background:#ffffff0f;border-color:#ffffff26}@media (max-width:768px){.cx-hub{gap:32px;padding:32px 16px 48px}.cx-agents{grid-template-columns:1fr}.cx-intro{font-size:12px}.cx-ascii{font-size:clamp(4.5px,2.2vw,9px)}.cx-topbar{padding:14px 16px}.cx-bottombar{padding:12px 16px}.cx-terminal-lines{max-width:90%}.cx-line{font-size:10px}.cx-treasury{flex-wrap:wrap;justify-content:center;gap:0;padding:8px 12px}.cx-treasury-item{gap:4px;padding:0 8px}.cx-treasury-label{font-size:7px}.cx-treasury-value{font-size:11px}.cx-share-wrapper{align-items:flex-end;padding:12px}.cx-share-card{border-radius:20px!important;padding:22px!important}.cx-share-btn{border-radius:12px;min-width:70px;padding:10px 12px;font-size:10px}.cx-share-trigger{border-radius:20px;gap:6px;padding:7px 16px;font-size:10px}.cx-status-pill{padding:4px 10px}.cx-status-pill span{letter-spacing:.06em;font-size:7px}}@media (max-width:380px){.cx-ascii{font-size:4px}.cx-treasury-item{gap:3px;padding:0 6px}.cx-treasury-label{letter-spacing:.06em;font-size:6px}.cx-treasury-value{font-size:10px}}
