body:has(.ch-root) .content-panel:first-of-type .hero{display:none}body:has(.ch-root) .content-panel:first-of-type{padding-top:0;padding-bottom:0;border-bottom:none}.ch-root:where(.astro-xhaoqxbd){max-width:1180px;margin:0 auto;padding:1.25rem 1.5rem 2.5rem;font-family:var(--codex-font-mono);color:var(--codex-fg, #e0e0e0)}.ch-root:where(.astro-xhaoqxbd)>:where(.astro-xhaoqxbd):first-child{margin-top:0}.ch-statusbar:where(.astro-xhaoqxbd){display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:.45rem .85rem;margin-bottom:1.75rem;font-size:.78rem;letter-spacing:.02em;border:1px solid var(--codex-accent-border);background:linear-gradient(90deg,var(--codex-accent-softer) 0%,transparent 100%);border-radius:2px;color:var(--codex-fg-dim, #aaa);user-select:none}.ch-status-cell:where(.astro-xhaoqxbd){display:inline-flex;align-items:center;gap:.4rem}.ch-status-cell--accent:where(.astro-xhaoqxbd){color:var(--codex-accent)}.ch-status-cell--muted:where(.astro-xhaoqxbd){color:var(--codex-fg-muted, #666)}.ch-status-dot:where(.astro-xhaoqxbd){width:7px;height:7px;border-radius:50%;background:var(--codex-success, #a3be8c);box-shadow:0 0 8px #a3be8ccc;animation:ch-pulse-dot 2.5s ease-in-out infinite}@keyframes ch-pulse-dot{0%,to{opacity:1}50%{opacity:.45}}.ch-status-sep:where(.astro-xhaoqxbd){color:var(--codex-accent-dim);opacity:.5}.ch-status-spacer:where(.astro-xhaoqxbd){flex:1;min-width:1rem}.ch-status-link:where(.astro-xhaoqxbd){color:inherit;text-decoration:none;border-bottom:1px dashed var(--codex-accent-border);transition:color .15s,border-color .15s}.ch-status-link:where(.astro-xhaoqxbd):hover{color:var(--codex-accent);border-bottom-color:var(--codex-accent)}.ch-hero:where(.astro-xhaoqxbd){display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;align-items:center;margin-bottom:2.25rem;padding:1.75rem;border:1px solid var(--codex-accent-border);border-left:2px solid var(--codex-accent);background:linear-gradient(135deg,var(--codex-accent-soft) 0%,transparent 50%,var(--codex-accent-softer) 100%);border-radius:3px;box-shadow:inset 0 0 0 1px rgba(var(--codex-accent-rgb, 180, 142, 173),.05),0 0 40px rgba(var(--codex-accent-rgb, 180, 142, 173),.06)}.ch-hero__col-left:where(.astro-xhaoqxbd){min-width:0}.ch-hero__col-right:where(.astro-xhaoqxbd){display:flex;flex-direction:column;align-items:center;gap:1.25rem}.ch-term:where(.astro-xhaoqxbd){font-family:var(--codex-font-mono);font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.ch-term__line:where(.astro-xhaoqxbd){display:block;white-space:pre;overflow:hidden}.ch-term__sigil:where(.astro-xhaoqxbd){color:var(--codex-accent);font-weight:700;margin-right:.6rem}.ch-term__cmd:where(.astro-xhaoqxbd){color:var(--codex-accent-bright)}.ch-term__line--out:where(.astro-xhaoqxbd){color:var(--codex-fg-dim, #aaa);padding-left:1.5ch}.ch-term__line--type:where(.astro-xhaoqxbd){width:0;animation:ch-type .7s steps(20,end) forwards}.ch-term__line--out:where(.astro-xhaoqxbd){opacity:0;animation:ch-fade .4s ease forwards}.ch-term__line--t1:where(.astro-xhaoqxbd){animation-delay:.15s}.ch-term__line--t2:where(.astro-xhaoqxbd){animation-delay:.95s;width:max-content}.ch-term__line--t3:where(.astro-xhaoqxbd){animation-delay:1.4s}@keyframes ch-type{0%{width:0}to{width:max-content}}@keyframes ch-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.ch-term__caret:where(.astro-xhaoqxbd){display:inline-block;width:8px;height:1em;margin-left:2px;background:var(--codex-accent-bright);vertical-align:-2px;animation:ch-caret-blink 1s steps(2,end) infinite}@keyframes ch-caret-blink{50%{opacity:0}}.ch-hero__readme:where(.astro-xhaoqxbd){font-family:var(--codex-font-sans);font-size:1.02rem;line-height:1.6;color:var(--codex-fg, #e0e0e0);max-width:56ch;margin:0 0 1.5rem}.ch-hero__readme:where(.astro-xhaoqxbd) strong:where(.astro-xhaoqxbd){color:var(--codex-accent-bright)}.ch-hero__actions:where(.astro-xhaoqxbd){display:flex;gap:.75rem;flex-wrap:wrap}.ch-btn:where(.astro-xhaoqxbd){display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-family:var(--codex-font-mono);font-size:.92rem;font-weight:500;text-decoration:none;border:1px solid transparent;border-radius:2px;letter-spacing:.02em;cursor:pointer;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .05s}.ch-btn--primary:where(.astro-xhaoqxbd){background:var(--codex-accent-soft);border-color:var(--codex-accent);color:var(--codex-accent-bright);box-shadow:0 0 0 1px var(--codex-accent-border),0 0 18px rgba(var(--codex-accent-rgb, 180, 142, 173),.3)}.ch-btn--primary:where(.astro-xhaoqxbd):hover{background:var(--codex-accent);color:var(--codex-bg, #0d0d0f);box-shadow:0 0 0 1px var(--codex-accent-bright),0 0 28px rgba(var(--codex-accent-rgb, 180, 142, 173),.55)}.ch-btn--primary:where(.astro-xhaoqxbd):active{transform:translateY(1px)}.ch-btn--ghost:where(.astro-xhaoqxbd){background:transparent;border-color:var(--codex-accent-border);color:var(--codex-fg-dim, #aaa)}.ch-btn--ghost:where(.astro-xhaoqxbd):hover{border-color:var(--codex-accent);color:var(--codex-accent-bright)}.ch-btn__sigil:where(.astro-xhaoqxbd){color:inherit;font-weight:700}.ch-btn__icon:where(.astro-xhaoqxbd){font-size:.85em;opacity:.7}.ch-glyph:where(.astro-xhaoqxbd){position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.ch-glyph__halo:where(.astro-xhaoqxbd){position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(var(--codex-accent-rgb, 180, 142, 173),.35) 0%,rgba(var(--codex-accent-rgb, 180, 142, 173),.1) 40%,transparent 70%);filter:blur(8px);animation:ch-halo-pulse 4s ease-in-out infinite}@keyframes ch-halo-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.ch-glyph__ring:where(.astro-xhaoqxbd){position:absolute;width:170px;height:170px;border-radius:50%;border:1px dashed var(--codex-accent-border);border-top-color:var(--codex-accent);border-right-color:var(--codex-accent-border-strong);animation:ch-ring-rotate 18s linear infinite}@keyframes ch-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ch-glyph__logo:where(.astro-xhaoqxbd){position:relative;z-index:2;color:var(--codex-accent-bright);filter:drop-shadow(0 0 14px rgba(var(--codex-accent-rgb, 180, 142, 173),.55))}.ch-glyph__scan:where(.astro-xhaoqxbd){position:absolute;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent 0%,var(--codex-accent) 30%,var(--codex-accent-bright) 50%,var(--codex-accent) 70%,transparent 100%);box-shadow:0 0 8px var(--codex-accent);opacity:0;z-index:3;animation:ch-scan 3.5s ease-in-out infinite}@keyframes ch-scan{0%{top:15%;opacity:0}10%{opacity:.8}50%{top:82%;opacity:.8}60%{opacity:0}to{top:82%;opacity:0}}.ch-stats:where(.astro-xhaoqxbd){display:flex;gap:1.5rem;align-items:baseline;font-family:var(--codex-font-mono)}.ch-stat:where(.astro-xhaoqxbd){text-align:center;line-height:1.2}.ch-stat__n:where(.astro-xhaoqxbd){display:block;font-size:1.5rem;font-weight:600;color:var(--codex-accent-bright);letter-spacing:-.02em}.ch-stat__l:where(.astro-xhaoqxbd){display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--codex-fg-muted, #666)}.ch-clusters:where(.astro-xhaoqxbd){margin-bottom:1.75rem}.ch-section-head:where(.astro-xhaoqxbd){font-family:var(--codex-font-mono);font-size:.95rem;color:var(--codex-fg-dim, #aaa);margin-bottom:.9rem;padding-bottom:.45rem;border-bottom:1px solid var(--codex-accent-border);letter-spacing:.02em}.ch-section-head--row:where(.astro-xhaoqxbd){display:flex;align-items:center;justify-content:space-between;gap:1rem}.ch-section-head__sigil:where(.astro-xhaoqxbd){color:var(--codex-accent);font-weight:700;margin-right:.5rem}.ch-section-head__cmd:where(.astro-xhaoqxbd){color:var(--codex-fg, #e0e0e0)}.ch-clusters__grid:where(.astro-xhaoqxbd){display:grid;grid-template-columns:.9fr 1.6fr .9fr;gap:.85rem}.ch-card:where(.astro-xhaoqxbd){position:relative;display:flex;flex-direction:column;padding:1rem 1.1rem .85rem 1.25rem;background:var(--codex-bg-elevated, #14141a);border:1px solid var(--codex-border, #2a2a2e);border-radius:3px;color:inherit;overflow:hidden;transition:border-color .18s,background .18s}.ch-card__rail:where(.astro-xhaoqxbd){position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--codex-accent);opacity:.35;transition:opacity .18s,box-shadow .18s}.ch-card:where(.astro-xhaoqxbd):hover{border-color:var(--codex-accent-border-strong)}.ch-card:where(.astro-xhaoqxbd):hover .ch-card__rail:where(.astro-xhaoqxbd){opacity:1;box-shadow:0 0 12px var(--codex-accent)}.ch-card__head:where(.astro-xhaoqxbd){display:flex;align-items:baseline;gap:.5rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid var(--codex-border, #2a2a2e)}.ch-card__sigil:where(.astro-xhaoqxbd){color:var(--codex-accent);font-weight:700;font-size:.78rem}.ch-card__name:where(.astro-xhaoqxbd){font-family:var(--codex-font-mono);font-size:1.05rem;font-weight:600;color:var(--codex-fg, #e0e0e0)}.ch-card__count:where(.astro-xhaoqxbd){margin-left:auto;font-family:var(--codex-font-mono);font-size:.72rem;padding:.08rem .4rem;border:1px solid var(--codex-accent-border);border-radius:2px;background:var(--codex-accent-softer);color:var(--codex-accent)}.ch-card__items:where(.astro-xhaoqxbd){list-style:none;padding:0;margin:0;font-family:var(--codex-font-mono);font-size:.82rem}.ch-card__items:where(.astro-xhaoqxbd) li:where(.astro-xhaoqxbd){padding:0;margin:0}.ch-card__items:where(.astro-xhaoqxbd) li:where(.astro-xhaoqxbd) a:where(.astro-xhaoqxbd){display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.28rem .4rem .28rem .55rem;margin:0 -.4rem 0 -.55rem;color:var(--codex-fg-dim, #aaa);line-height:1.4;text-decoration:none;border-left:2px solid transparent;border-radius:0 2px 2px 0;transition:background .12s ease,color .12s ease,border-color .12s ease}.ch-card__items:where(.astro-xhaoqxbd) li:where(.astro-xhaoqxbd) a:where(.astro-xhaoqxbd):hover{background:var(--codex-accent-softer);color:var(--codex-fg, #e0e0e0);border-left-color:var(--codex-accent)}.ch-card__items:where(.astro-xhaoqxbd) li:where(.astro-xhaoqxbd) a:where(.astro-xhaoqxbd):hover .ch-card__sub:where(.astro-xhaoqxbd){color:var(--codex-accent)}.ch-card__items--cols:where(.astro-xhaoqxbd){display:grid;grid-template-columns:1fr 1fr;column-gap:1rem;row-gap:0}.ch-card__sub:where(.astro-xhaoqxbd){color:var(--codex-fg-muted, #666);flex-shrink:0;transition:color .12s ease}.ch-sample__card:where(.astro-xhaoqxbd){border:1px solid var(--codex-accent-border);border-radius:3px;background:var(--codex-bg-elevated, #14141a);padding:.85rem 1.1rem 1rem;position:relative;overflow:hidden;opacity:0;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease}.ch-sample__card:where(.astro-xhaoqxbd):before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--codex-accent) 0%,var(--codex-accent-bright) 50%,var(--codex-accent) 100%);box-shadow:0 0 8px var(--codex-accent)}.ch-sample__card--in:where(.astro-xhaoqxbd){opacity:1;transform:translateY(0)}.ch-sample__meta:where(.astro-xhaoqxbd){display:flex;align-items:center;gap:.5rem;font-family:var(--codex-font-mono);font-size:.78rem;color:var(--codex-fg-muted, #666);margin-bottom:.6rem}.ch-sample__tag:where(.astro-xhaoqxbd){color:var(--codex-accent);padding:.08rem .45rem;border:1px solid var(--codex-accent-border);border-radius:2px;background:var(--codex-accent-softer);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.ch-sample__sep:where(.astro-xhaoqxbd){color:var(--codex-accent-dim);opacity:.5}.ch-sample__topic:where(.astro-xhaoqxbd){color:var(--codex-fg-dim, #aaa)}.ch-sample__spacer:where(.astro-xhaoqxbd){flex:1}.ch-sample__link:where(.astro-xhaoqxbd){color:var(--codex-accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s,color .15s}.ch-sample__link:where(.astro-xhaoqxbd):hover{color:var(--codex-accent-bright);border-bottom-color:var(--codex-accent-bright)}.ch-sample__code:where(.astro-xhaoqxbd){margin:0;padding:.7rem .95rem;background:var(--codex-bg, #0d0d0f);border:1px solid var(--codex-border, #2a2a2e);border-radius:2px;font-family:var(--codex-font-mono);font-size:.85rem;line-height:1.55;color:var(--codex-fg, #e0e0e0);overflow-x:auto;white-space:pre}.ch-sample__code:where(.astro-xhaoqxbd) code:where(.astro-xhaoqxbd){color:inherit;background:transparent;padding:0;border:0;font-size:inherit}.ch-reroll:where(.astro-xhaoqxbd){display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;font-family:var(--codex-font-mono);font-size:.78rem;background:transparent;border:1px solid var(--codex-accent-border);color:var(--codex-fg-dim, #aaa);border-radius:2px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.ch-reroll:where(.astro-xhaoqxbd):hover{border-color:var(--codex-accent);color:var(--codex-accent-bright);background:var(--codex-accent-softer)}.ch-reroll:where(.astro-xhaoqxbd):active .ch-reroll__icon:where(.astro-xhaoqxbd){transform:rotate(180deg)}.ch-reroll__icon:where(.astro-xhaoqxbd){display:inline-block;transition:transform .4s ease}@media(max-width:980px){.ch-hero:where(.astro-xhaoqxbd){grid-template-columns:1fr;gap:1.5rem}.ch-hero__col-right:where(.astro-xhaoqxbd){order:-1}.ch-glyph:where(.astro-xhaoqxbd){width:160px;height:160px}.ch-clusters__grid:where(.astro-xhaoqxbd){grid-template-columns:1fr}.ch-card__items--cols:where(.astro-xhaoqxbd){grid-template-columns:1fr}}@media(max-width:600px){.ch-root:where(.astro-xhaoqxbd){padding:1rem .85rem 2rem}.ch-hero:where(.astro-xhaoqxbd){padding:1.2rem 1.1rem}.ch-stats:where(.astro-xhaoqxbd){gap:1rem}.ch-stat__n:where(.astro-xhaoqxbd){font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.ch-term__line--type:where(.astro-xhaoqxbd),.ch-term__line--out:where(.astro-xhaoqxbd),.ch-term__caret:where(.astro-xhaoqxbd),.ch-status-dot:where(.astro-xhaoqxbd),.ch-glyph__halo:where(.astro-xhaoqxbd),.ch-glyph__ring:where(.astro-xhaoqxbd),.ch-glyph__scan:where(.astro-xhaoqxbd){animation:none!important}.ch-term__line--type:where(.astro-xhaoqxbd){width:max-content}.ch-term__line--out:where(.astro-xhaoqxbd){opacity:1}.ch-glyph__scan:where(.astro-xhaoqxbd){display:none}}
