.cx{position:relative;display:grid;grid-template-columns:264px 1fr;grid-template-rows:minmax(0,1fr);flex:1;min-height:0;background:var(--ink);overflow:hidden;border-top:1px solid var(--line);animation:cx-app-in .55s cubic-bezier(.2,.7,.2,1) both}@keyframes cx-app-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.cx-side{display:flex;flex-direction:column;min-height:0;background:var(--ink-1);border-right:1px solid var(--line)}.cx-side-head{padding:.85rem .95rem .4rem;display:flex;justify-content:center}.cx-brandname{display:inline-flex;align-items:baseline;background:transparent;border:0;padding:0;cursor:pointer;font-family:var(--font-display);font-weight:800;letter-spacing:-.01em;font-size:1.12rem;color:var(--text);transition:opacity .15s ease}.cx-brandname:hover{opacity:.82}.cx-brandname .gpt{color:var(--gold)}.cx-nav{padding:.4rem .5rem .3rem;display:flex;flex-direction:column;gap:.05rem;border-bottom:1px solid var(--line-soft);margin-bottom:.2rem}.cx-nav-item{display:flex;align-items:center;gap:.7rem;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;color:var(--text);padding:.5rem .6rem;border-radius:9px;font-family:var(--font-body);font-size:.88rem;transition:background .12s ease}.cx-nav-item:hover{background:var(--ink-3)}.cx-nav-item.primary{background:var(--ink-2)}.cx-nav-item.primary:hover{background:var(--ink-3)}.cx-nav-item.active{background:var(--ink-3);color:var(--gold)}.cx-ic{width:17px;height:17px;flex:0 0 auto;color:var(--text-dim);transition:color .12s ease}.cx-nav-item:hover .cx-ic{color:var(--text)}.cx-nav-item.active .cx-ic{color:var(--gold)}.cx-nav-codep{gap:.5rem;color:var(--gold);font-weight:600}.cx-nav-codep .cx-ic{color:var(--gold)}.cx-nav-codep:hover{background:var(--gold-soft)}.cx-nav-wear{gap:.5rem}.cx-soontag{align-self:flex-start;transform:translateY(-1px);font-size:.5rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a;background:var(--toxic);border-radius:4px;padding:.5px 3px;margin-left:-.1rem}.cx-spark{font-size:.85rem}.cx-newtag{align-self:flex-start;transform:translateY(-1px);font-size:.5rem;font-weight:800;letter-spacing:.04em;color:#0a0a0a;background:var(--gold);border-radius:4px;padding:.5px 3px;margin-left:-.2rem;animation:cx-newpulse 1.6s ease-in-out infinite}@keyframes cx-newpulse{0%,to{box-shadow:0 0 #f4c43080}50%{box-shadow:0 0 9px 1px #f4c43099}}.cx-side-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.1rem .5rem .6rem}.cx-side-label{margin:.7rem .4rem .35rem;font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;color:var(--faint)}.cx-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.08rem}.cx-hist{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;color:var(--text-dim);padding:.48rem .55rem;border-radius:9px;font-family:var(--font-body);transition:background .12s ease,color .12s ease,transform .12s ease}.cx-hist:hover{background:var(--ink-2);color:var(--text);transform:translate(2px)}.cx-hist.active{background:var(--ink-2);color:var(--gold)}.cx-hist-title{flex:1;font-size:.83rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cx-hist-when{font-size:.66rem;color:var(--faint);flex:0 0 auto}.cx-unread{width:7px;height:7px;border-radius:50%;background:var(--gold);flex:0 0 auto;box-shadow:0 0 6px var(--gold-line);animation:cx-blink 1.4s ease-in-out infinite}@keyframes cx-blink{0%,to{opacity:1}50%{opacity:.15}}.cx-pin{width:13px;height:13px;flex:0 0 auto;color:var(--faint);transform:rotate(38deg)}.cx-side-foot{border-top:1px solid var(--line);padding:.7rem .7rem calc(.85rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:.5rem}.cx-acct{display:flex;align-items:center;gap:.55rem}.cx-acct-av{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--ink-3);border:1px solid var(--line);font-size:.95rem}.cx-acct-meta{display:flex;flex-direction:column;line-height:1.2}.cx-acct-meta b{font-size:.85rem}.cx-acct-meta small{font-size:.7rem;color:var(--muted)}.cx-upgrade{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--gold-soft);border:1px solid var(--gold-line);color:var(--gold);font-weight:600;font-size:.82rem;padding:.5rem .7rem;border-radius:var(--radius-sm);transition:background .15s ease}.cx-upgrade:hover{background:#f4c43033;color:var(--gold-2)}.cx-foot-actions{display:grid;grid-template-columns:1fr auto;gap:.4rem}.cx-share{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:var(--ink-3);border:1px solid var(--line);color:var(--text-dim);font-family:var(--font-body);font-weight:600;font-size:.82rem;padding:.5rem .7rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cx-share:hover{background:#1d2230;color:var(--text);border-color:var(--gold-line)}.cx-main{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;background:var(--ink)}.cx-bar{display:flex;align-items:stretch;border-bottom:1px solid var(--line);background:var(--ink-1);min-height:40px}.cx-hamb{display:none;flex-direction:column;justify-content:center;gap:4px;width:34px;padding:0 8px;margin-left:6px;background:transparent;border:0;cursor:pointer;flex:0 0 auto}.cx-hamb span{display:block;height:2px;width:18px;background:var(--text-dim);border-radius:2px}.cx-news{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;padding:0 clamp(.9rem,3vw,1.4rem);color:var(--text-dim);text-decoration:none}.cx-news:hover .cx-news-msg{color:var(--gold)}.cx-news-inner{display:flex;align-items:center;gap:.6rem;min-width:0;max-width:100%;transition:opacity .4s ease}.cx-news-inner.fading{opacity:0}.cx-news-tag{flex:0 0 auto;font-size:.82rem;opacity:.85}.cx-news-msg{min-width:0;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cx-thread{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:clamp(1rem,3vw,1.6rem) 1rem}.cx-idle{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.3rem;text-align:center;padding:1.5rem}.cx-greet-wrap{min-height:clamp(5.5rem,14vw,6.4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;transition:opacity .28s ease}.cx-greet-wrap.fading{opacity:0}.cx-greet{margin:0;font-family:var(--font-display);font-weight:700;font-size:clamp(1.4rem,3.6vw,2.05rem);color:var(--text);max-width:30ch;line-height:1.18}.cx-greet-sub{margin:0;font-size:.92rem;color:var(--muted);max-width:42ch;line-height:1.4}.cx-fakebox{width:min(640px,94%);display:flex;align-items:center;gap:.7rem;background:var(--ink-2);border:1px solid var(--line);border-radius:26px;padding:.7rem .7rem .7rem .9rem;cursor:text;transition:border-color .15s ease,box-shadow .15s ease}.cx-fakebox:hover{border-color:var(--gold-line);box-shadow:0 0 0 3px var(--gold-soft)}.cx-fakebox-plus{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:1.2rem;color:var(--text-dim);flex:0 0 auto}.cx-fakebox-ph{flex:1;text-align:left;color:var(--faint);font-size:.96rem}.cx-fakebox-send{width:32px;height:32px;border-radius:50%;background:var(--gold);color:#0a0a0a;display:grid;place-items:center;font-weight:700;flex:0 0 auto}.cx-suggest{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.cx-suggest button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--line);color:var(--text-dim);border-radius:999px;padding:.5rem .95rem;font-size:.84rem;cursor:pointer;font-family:var(--font-body);transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease}.cx-suggest button:hover{background:var(--ink-2);color:var(--text);border-color:#ffffff2e;transform:translateY(-1px)}.cx-suggest .cx-ic{width:16px;height:16px;color:inherit}.cx-sub{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:clamp(1.1rem,3.5vw,1.8rem) clamp(1rem,4vw,2rem) calc(1.4rem + env(safe-area-inset-bottom))}.cx-sub-head{max-width:720px;margin:0 auto 1.1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cx-sub-head h2{font-size:clamp(1.5rem,4vw,2rem)}.cx-sub-head p{margin:0;max-width:60ch;color:var(--text-dim);font-size:.9rem;line-height:1.5}.cx-sub-head b{color:var(--gold)}.cx-sub-cta{max-width:640px;margin:1.4rem auto 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding-top:1.2rem;border-top:1px solid var(--line)}.cx-sub-cta p{margin:0;color:var(--text);font-size:.92rem;max-width:50ch}.cx-int-more{max-width:640px;margin:.9rem auto 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem}.cx-int-more-lead{font-size:.78rem;color:var(--muted)}.cx-int-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-dim);background:var(--ink-2);border:1px solid var(--line);border-radius:999px;padding:.28rem .65rem;transition:border-color .15s ease,color .15s ease,transform .12s ease}.cx-int-chip svg{width:14px;height:14px;fill:currentColor}.cx-int-chip:hover{color:var(--text);border-color:var(--gold-line);transform:translateY(-1px)}.cx-int-all{font-size:.78rem;color:var(--gold);font-weight:600}.cx-term{max-width:640px;margin:0 auto;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#0b0d11;box-shadow:0 30px 70px -45px #000000e6}.cx-term-bar{display:flex;align-items:center;gap:.4rem;padding:.55rem .8rem;background:#15191f;border-bottom:1px solid rgba(255,255,255,.05)}.cx-term-bar span{width:11px;height:11px;border-radius:50%;background:#3a3f46}.cx-term-bar span:nth-child(1){background:#ff5f57}.cx-term-bar span:nth-child(2){background:#febc2e}.cx-term-bar span:nth-child(3){background:#28c840}.cx-term-bar i{margin-left:auto;font-style:normal;font-family:var(--font-mono);font-size:.68rem;color:var(--faint)}.cx-term-body{margin:0;padding:.8rem 1rem;font-family:var(--font-mono);font-size:.73rem;line-height:1.55;color:var(--text-dim);white-space:pre-wrap;word-break:break-word}.cx-term-line{display:flex;gap:.55rem}.cx-term-p{color:var(--faint);flex:0 0 auto}.cx-term-line.cmd{color:var(--text)}.cx-term-line.cmd .cx-term-p{color:var(--gold)}.cx-term-line.warn{color:var(--danger)}.cx-term-line.ok,.cx-term-line.ok .cx-term-p{color:var(--toxic)}.cx-term-cursor{display:inline-block;width:8px;height:1em;background:var(--toxic);animation:blink 1.1s steps(1) infinite}.cx-specs{max-width:640px;margin:1rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.cx-specs>div{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem .5rem;background:var(--ink-1);border:1px solid var(--line);border-radius:var(--radius-sm);text-align:center}.cx-specs b{font-size:1.15rem;color:var(--gold);font-weight:800;line-height:1}.cx-specs span{font-size:.64rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.cx-feats{max-width:640px;margin:1rem auto 0;list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.cx-feats li{display:flex;gap:.6rem;align-items:flex-start;background:var(--ink-1);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.65rem .8rem;font-size:.82rem;color:var(--text-dim);line-height:1.45}.cx-feat-ic{font-size:1.05rem;flex:0 0 auto;line-height:1.4}.cx-feats li b{color:var(--text)}.cx-codep-dl{font-size:.95rem}.cx-codep-fine{font-size:.72rem;color:var(--faint);text-align:center}.cx-codep-page .cx-sub-head{max-width:870px}.cx-codep-page .cx-sub-head p{max-width:74ch}.cx-codep-hero{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:1rem;align-items:stretch}.cx-codep-hero .cx-term{max-width:none;margin:0;display:flex;flex-direction:column}.cx-codep-hero .cx-term-body{flex:1}.cx-codep-buy{display:flex;flex-direction:column;justify-content:center;gap:.85rem;background:linear-gradient(180deg,var(--ink-2),var(--ink-1));border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;text-align:center}.cx-codep-buy .cx-specs{max-width:none;margin:0;grid-template-columns:repeat(2,1fr)}.cx-codep-pitch{margin:0;font-size:.86rem;color:var(--text-dim);line-height:1.5}.cx-codep-buy .cx-codep-dl{width:100%}.cx-codep-page .cx-feats{max-width:920px;grid-template-columns:repeat(3,1fr)}.cx-mega{position:relative;overflow:hidden;max-width:640px;margin:1.6rem auto 0;padding:1.35rem 1.4rem;background:radial-gradient(130% 150% at 50% 0%,rgba(182,255,61,.08),var(--ink) 62%);border:1px solid var(--toxic-line);border-radius:var(--radius);text-align:center;box-shadow:0 0 0 1px var(--toxic-soft) inset,0 0 34px -14px #b6ff3d99;animation:cx-mega-pulse 3.2s ease-in-out infinite}@keyframes cx-mega-pulse{0%,to{box-shadow:0 0 0 1px var(--toxic-soft) inset,0 0 28px -15px #b6ff3d80}50%{box-shadow:0 0 0 1px var(--toxic-line) inset,0 0 48px -10px #b6ff3dd9}}.cx-mega-kicker{display:inline-flex;align-items:center;gap:.45rem;font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--toxic);font-weight:700}.cx-mega-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--toxic);box-shadow:0 0 8px var(--toxic);animation:cx-blink 1.4s ease-in-out infinite}.cx-mega-name{font-family:var(--font-display);font-weight:800;font-size:clamp(1.45rem,4vw,1.95rem);color:var(--toxic);margin:.4rem 0 .6rem;letter-spacing:-.01em;text-shadow:0 0 22px rgba(182,255,61,.35)}.cx-mega p{margin:0 auto;max-width:56ch;color:var(--text-dim);font-size:.9rem;line-height:1.6}@keyframes cx-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes cx-in-l{0%{opacity:0;transform:translate(-7px,7px) scale(.98)}to{opacity:1;transform:none}}@keyframes cx-in-r{0%{opacity:0;transform:translate(7px,7px) scale(.98)}to{opacity:1;transform:none}}@keyframes cx-slide-in{0%{transform:translate(-7px)}to{transform:none}}.cx-idle{animation:cx-in .5s cubic-bezier(.2,.7,.2,1) both}.cx-msg.agent{animation:cx-in-l .44s cubic-bezier(.2,.7,.2,1) both}.cx-msg.user{animation:cx-in-r .44s cubic-bezier(.2,.7,.2,1) both}.cx-foot{animation:cx-foot-rise .55s cubic-bezier(.16,1,.3,1) both}@keyframes cx-foot-rise{0%{opacity:.4;transform:translateY(100%)}to{opacity:1;transform:none}}.cx-side-head,.cx-nav-item{animation:cx-slide-in .5s cubic-bezier(.2,.7,.2,1) both}.cx-side-head{animation-delay:.04s}.cx-nav-item:nth-child(1){animation-delay:.09s}.cx-nav-item:nth-child(2){animation-delay:.14s}.cx-nav-item:nth-child(3){animation-delay:.19s}.cx-nav-item:nth-child(4){animation-delay:.24s}.cx-nav-item:nth-child(5){animation-delay:.29s}.cx-nav-item:nth-child(6){animation-delay:.34s}.cx-sub>*{animation:cx-in .5s cubic-bezier(.2,.7,.2,1) both}.cx-sub>*:nth-child(2){animation-delay:.07s}.cx-sub>*:nth-child(3){animation-delay:.14s}.cx-sub>*:nth-child(4){animation-delay:.21s}.cx-sub>*:nth-child(5){animation-delay:.28s}.cx-sub>.cx-feats{animation:none}.cx-feats li{animation:cx-in .46s cubic-bezier(.2,.7,.2,1) both}.cx-feats li:nth-child(1){animation-delay:.06s}.cx-feats li:nth-child(2){animation-delay:.12s}.cx-feats li:nth-child(3){animation-delay:.18s}.cx-feats li:nth-child(4){animation-delay:.24s}.cx-feats li:nth-child(5){animation-delay:.3s}.cx-feats li:nth-child(6){animation-delay:.36s}.cx-boot{max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:.7rem;padding-top:.6rem}.cx-skel{height:14px;border-radius:8px;background:linear-gradient(90deg,var(--ink-2) 25%,var(--ink-3) 37%,var(--ink-2) 63%);background-size:200% 100%;animation:cx-shimmer 1.4s linear infinite}.cx-skel-a{width:42%}.cx-skel-b{width:88%}.cx-skel-c{width:64%}.cx-boot-note{margin:.6rem 0 0;font-family:var(--font-mono);font-size:.78rem;color:var(--muted)}@keyframes cx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cx-msgs{display:flex;flex-direction:column;gap:1.3rem;max-width:768px;margin:0 auto;width:100%}.cx-msg{display:flex;gap:.75rem;align-items:flex-start}.cx-msg.user{justify-content:flex-end}.cx-av{flex:0 0 auto;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:1rem;background:var(--ink-2);border:1px solid var(--line)}.cx-bubble{font-size:.96rem;line-height:1.65;color:var(--text)}.cx-bubble p{margin:0}.cx-bubble p+p{margin-top:.7rem}.cx-msg.agent .cx-bubble{padding-top:.2rem;color:var(--text-dim);max-width:100%}.cx-msg.user .cx-bubble{background:var(--ink-2);border:1px solid var(--line);border-radius:18px;padding:.65rem .95rem;max-width:78%;color:var(--text)}.cx-caret{display:inline-block;width:7px;height:1.02em;background:var(--gold);vertical-align:-2px;margin-left:2px;animation:blink 1.1s steps(1) infinite}.cx-dots{display:inline-flex;align-items:center;gap:5px;padding:.5rem 0}.cx-dots span{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:cx-bounce 1.2s infinite}.cx-dots span:nth-child(2){animation-delay:.16s}.cx-dots span:nth-child(3){animation-delay:.32s}.cx-msg.user .cx-dots span{background:#0a0a0a8c}@keyframes cx-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}.cx-foot{padding:.4rem 1rem calc(1rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:.5rem}.cx-composer{width:100%;max-width:768px;display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:.5rem;background:var(--ink-2);border:1px solid var(--line);border-radius:24px;padding:.45rem .5rem;transition:border-color .15s ease,box-shadow .15s ease}.cx-composer:focus-within{border-color:var(--gold-line);box-shadow:0 0 0 3px var(--gold-soft)}.cx-composer.pulse{animation:cx-composer-pop .7s ease}@keyframes cx-composer-pop{0%{box-shadow:0 0 #f4c43000}35%{box-shadow:0 0 0 5px var(--gold-soft),0 0 24px -2px #f4c4308c;transform:translateY(-1px)}to{box-shadow:0 0 0 3px var(--gold-soft);transform:translateY(0)}}.cx-attach{align-self:end;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--text-dim);font-size:1.2rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .12s ease,color .12s ease}.cx-attach:hover{background:var(--ink-3);color:var(--text)}.cx-input{resize:none;min-height:34px;max-height:168px;background:transparent;border:0;color:var(--text);font-family:var(--font-body);font-size:.96rem;line-height:1.5;padding:.45rem 0;outline:none}.cx-input::placeholder{color:var(--faint)}.cx-input:disabled{cursor:default}.cx-send{align-self:end;width:34px;height:34px;border-radius:50%;border:0;background:var(--gold);color:#0a0a0a;font-size:1.05rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .08s ease}.cx-send:hover:not(:disabled){background:var(--gold-2)}.cx-send:active:not(:disabled){transform:translateY(1px)}.cx-send:disabled{background:var(--ink-3);color:var(--muted);cursor:not-allowed}.cx-send-spin{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:var(--muted);animation:cx-spin .7s linear infinite}@keyframes cx-spin{to{transform:rotate(360deg)}}.cx-fineprint{margin:0;font-size:.7rem;color:var(--faint);text-align:center;max-width:768px}.cx-cta-row{width:100%;max-width:768px;display:flex;flex-direction:column;gap:.8rem;align-items:center}.cx-cta-alt{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.cx-cta-alt .btn{font-size:.82rem;padding:.5rem .85rem}.cx-modal-back{position:fixed;inset:0;z-index:9990;background:#040508a8;display:grid;place-items:center;padding:1.2rem;overflow-y:auto;animation:cx-fade .22s ease both}@keyframes cx-fade{0%{opacity:0}to{opacity:1}}.cx-modal{position:relative;width:min(540px,100%);padding:clamp(1.4rem,4vw,2rem);display:flex;flex-direction:column;gap:.8rem;align-items:stretch;animation:cx-pop .3s cubic-bezier(.2,.7,.2,1) both}@keyframes cx-pop{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}.cx-modal .badge{align-self:flex-start}.cx-modal-x{position:absolute;top:.6rem;right:.7rem;background:transparent;border:0;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.2rem}.cx-modal-x:hover{color:var(--text)}.cx-modal-h{font-size:clamp(1.35rem,4vw,1.8rem)}.cx-modal-sub{margin:0;color:var(--text-dim);font-size:.92rem}.cx-receipt{display:flex;flex-direction:column;gap:.4rem;margin:.1rem 0;border:1px dashed var(--line);border-radius:var(--radius-sm);padding:.8rem .9rem;background:var(--ink)}.cx-receipt>div{display:flex;justify-content:space-between;gap:1rem;font-size:.84rem}.cx-receipt dt{margin:0;color:var(--muted)}.cx-receipt dd{margin:0;color:var(--text);text-align:right}.cx-modal-push{margin:.1rem 0 0;font-size:.86rem;color:var(--text);font-weight:600;text-align:center}.cx-modal-alt{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.cx-modal-alt .btn{font-size:.82rem;padding:.5rem .85rem}.cx-toast{position:fixed;left:calc(50% + 132px);bottom:24px;transform:translate(-50%);z-index:9991;background:var(--ink-2);border:1px solid var(--gold-line);color:var(--text);padding:.65rem 1rem;border-radius:14px;font-size:.82rem;line-height:1.4;box-shadow:0 24px 60px -22px #000000d9;animation:cx-toast-in .3s ease both;max-width:min(420px,calc(100vw - 2rem));text-align:center}.cx-toast.top{top:120px;bottom:auto}@keyframes cx-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.cx-scrim{display:none}@media (max-width: 820px){.cx{grid-template-columns:1fr}.cx-side{position:absolute;z-index:30;top:0;left:0;bottom:0;width:min(290px,84vw);transform:translate(-102%);transition:transform .24s ease;box-shadow:0 24px 60px -22px #000000d9}.cx.nav-open .cx-side{transform:none}.cx-scrim{display:block;position:absolute;inset:0;z-index:20;background:#00000080}.cx-hamb{display:flex}.cx-msg.user .cx-bubble{max-width:85%}.cx-specs{grid-template-columns:repeat(2,1fr)}.cx-feats,.cx-codep-page .cx-feats,.cx-codep-hero{grid-template-columns:1fr}.cx-toast{left:50%}.cx-input{font-size:16px}}.bp{display:flex;flex-direction:column;gap:.8rem;max-width:640px;margin:0 auto;width:100%}.bp-window{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#0d1014}.bp-bar{display:flex;align-items:center;gap:.4rem;padding:.6rem .85rem;background:#15191f;border-bottom:1px solid rgba(255,255,255,.05)}.bp-bar span{width:11px;height:11px;border-radius:50%;background:#3a3f46}.bp-bar span:nth-child(1){background:#ff5f57}.bp-bar span:nth-child(2){background:#febc2e}.bp-bar span:nth-child(3){background:#28c840}.bp-screen{position:relative;height:clamp(286px,42vw,332px)}.bp-pane{position:absolute;inset:0;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .5s ease}.bp-pane.show{opacity:1;pointer-events:auto}.bp-sl{background:#1a1d21}.bp-sl-head{display:flex;align-items:baseline;gap:.5rem;padding:.7rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);color:#d1d2d3;font-size:.95rem}.bp-sl-hash{color:#8d8d8e;font-weight:700}.bp-sl-topic{color:#8d8d8e;font-size:.8rem;font-weight:400}.bp-sl-list{padding:.6rem .5rem;display:flex;flex-direction:column}.bp-sl-msg{display:flex;gap:.6rem;padding:.45rem .6rem;border-radius:8px}.bp-sl-msg:hover{background:#ffffff08}.bp-sl-av{flex:0 0 auto;width:36px;height:36px;border-radius:8px;display:grid;place-items:center;font-size:1.2rem;background:linear-gradient(135deg,#3b2c12,#23262b)}.bp-sl-meta{display:flex;align-items:baseline;gap:.45rem}.bp-sl-meta b{color:#e8e8e9;font-size:.92rem}.bp-sl-app{font-size:.58rem;font-weight:700;letter-spacing:.04em;color:#cfd0d1;background:#3a3f46;padding:.05rem .28rem;border-radius:3px;transform:translateY(-1px)}.bp-sl-time{color:#8d8d8e;font-size:.72rem}.bp-sl-text{margin:.1rem 0 0;color:#d1d2d3;font-size:.9rem;line-height:1.46}.bp-dc{background:#313338}.bp-dc-head{display:flex;align-items:center;gap:.4rem;padding:.7rem 1rem;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 1px #ffffff05;color:#f2f3f5;font-weight:600;font-size:.95rem}.bp-dc-hash{color:#80848e;font-size:1.2rem;font-weight:500}.bp-dc-list{padding:.6rem .4rem;display:flex;flex-direction:column;gap:.2rem}.bp-dc-msg{display:flex;gap:.7rem;padding:.3rem .7rem}.bp-dc-msg:hover{background:#0202022e}.bp-dc-av{flex:0 0 auto;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:1.25rem;background:radial-gradient(circle at 35% 30%,#4b3a86,#232428)}.bp-dc-meta{display:flex;align-items:center;gap:.45rem}.bp-dc-name{color:#f2f3f5;font-size:.95rem}.bp-dc-bot{font-size:.58rem;font-weight:600;letter-spacing:.02em;color:#fff;background:#5865f2;padding:.05rem .3rem;border-radius:4px;text-transform:uppercase}.bp-dc-time{color:#949ba4;font-size:.72rem}.bp-dc-text{margin:.12rem 0 0;color:#dbdee1;font-size:.95rem;line-height:1.48}.bp-tg{background:#0e1621}.bp-tg-head{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#17212b;border-bottom:1px solid rgba(0,0,0,.3)}.bp-tg-av{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:1.2rem;background:linear-gradient(135deg,#2b5278,#1c2733)}.bp-tg-id{display:flex;flex-direction:column;line-height:1.2}.bp-tg-id b{color:#fff;font-size:.92rem}.bp-tg-id span{color:#6c7883;font-size:.74rem}.bp-tg-list{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.bp-tg-bubble{max-width:86%;background:#182533;border-radius:12px 12px 12px 4px;padding:.5rem .7rem .4rem;position:relative}.bp-tg-text{margin:0;color:#e9edf0;font-size:.9rem;line-height:1.45}.bp-tg-time{display:block;text-align:right;margin-top:.1rem;color:#5e7385;font-size:.66rem}.bp-tg-tick{color:#4fa6e0;margin-left:.25rem;letter-spacing:-2px}.bp-install{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.bp-add{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem .8rem;border-radius:var(--radius-sm);background:var(--ink-3);border:1px solid var(--line);color:var(--text);font-family:var(--font-body);font-weight:600;font-size:.86rem;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,transform .08s ease}.bp-add svg{width:17px;height:17px;fill:var(--brand)}.bp-add:hover{background:#1d2230;transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand) 55%,var(--line))}.bp-add:active{transform:translateY(0)}@media (max-width: 540px){.bp-install{grid-template-columns:1fr}}body{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}body>astro-island{display:contents}
