.hs-terminal{overflow:hidden;border-radius:1.65rem;border:1px solid rgba(255,255,255,.08);background:#0b1220;box-shadow:0 18px 44px #02061738}.hs-terminal--light{border-color:#dbe4ef;background:#fff;box-shadow:0 14px 36px #0f172a14}.hs-terminal--compact{border-radius:1.4rem}.hs-terminal__chrome{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.09);padding:.9rem 1rem .88rem}.hs-terminal--light .hs-terminal__chrome{border-bottom-color:#e2e8f0}.hs-terminal__lights{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.hs-terminal__lights span{width:.68rem;height:.68rem;border-radius:999px;background:#ffffff38}.hs-terminal__lights span:nth-child(1){background:#f87171db}.hs-terminal__lights span:nth-child(2){background:#facc15db}.hs-terminal__lights span:nth-child(3){background:#4ade80db}.hs-terminal--live .hs-terminal__lights span:nth-child(3){animation:hs-terminal-live 3.2s ease-in-out infinite}.hs-terminal__meta{min-width:0;display:grid;gap:.18rem;justify-items:end}.hs-terminal__title,.hs-terminal__subtitle,.hs-terminal__caption,.hs-terminal__line{margin:0}.hs-terminal__title{font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffeb}.hs-terminal__subtitle{font-size:.72rem;color:#94a3b8f2}.hs-terminal--light .hs-terminal__title{color:#0f172a}.hs-terminal--light .hs-terminal__subtitle{color:#64748b}.hs-terminal__body{position:relative;overflow:hidden;padding:1rem 1rem 1.05rem;font-family:ui-monospace,SFMono-Regular,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.hs-terminal__body:before{content:"";position:absolute;inset:auto auto 12% 8%;width:11rem;height:11rem;pointer-events:none;border-radius:999px;background:radial-gradient(circle,rgba(74,159,253,.12) 0%,rgba(74,159,253,.04) 42%,transparent 72%);filter:blur(12px);transform:translateZ(0);animation:hs-terminal-breathe 10s var(--hs-ease-out-quint) infinite alternate}.hs-terminal--light .hs-terminal__body:before{background:radial-gradient(circle,rgba(74,159,253,.08) 0%,rgba(74,159,253,.03) 42%,transparent 72%)}.hs-terminal__caption{margin-bottom:.95rem;max-width:40rem;font-size:.75rem;line-height:1.7;color:#94a3b8f5}.hs-terminal--light .hs-terminal__caption{color:#64748b}.hs-terminal__lines{display:grid;gap:.46rem}.hs-terminal__line{display:grid;grid-template-columns:minmax(.7rem,auto) minmax(0,1fr);align-items:start;column-gap:.7rem;font-size:.86rem;line-height:1.75;color:#e2e8f0eb}.hs-terminal--compact .hs-terminal__line{font-size:.8rem;line-height:1.7}.hs-terminal--light .hs-terminal__line{color:#334155}.hs-terminal__prefix{color:#64748beb;user-select:none}.hs-terminal__content{min-width:0;word-break:break-word}.hs-terminal--live .hs-terminal__lines .hs-terminal__line:last-child .hs-terminal__content:after{content:"";display:inline-block;width:.55rem;height:1em;margin-left:.35rem;border-radius:2px;vertical-align:-.14em;background:#60a5fae0;animation:hs-terminal-cursor 1.65s steps(1,end) infinite}.hs-terminal--live.hs-terminal--light .hs-terminal__lines .hs-terminal__line:last-child .hs-terminal__content:after{background:#2563eb}.hs-terminal__line.is-command .hs-terminal__content{color:#f8fafcfa}.hs-terminal__line.is-output .hs-terminal__content{color:#bfdbfef5}.hs-terminal__line.is-success .hs-terminal__content{color:#86efac}.hs-terminal__line.is-muted .hs-terminal__content{color:#94a3b8eb}.hs-terminal--light .hs-terminal__line.is-command .hs-terminal__content{color:#0f172a}.hs-terminal--light .hs-terminal__line.is-output .hs-terminal__content{color:#1d4ed8}.hs-terminal--light .hs-terminal__line.is-success .hs-terminal__content{color:#0f766e}.hs-terminal--light .hs-terminal__line.is-muted .hs-terminal__content{color:#64748b}.hs-terminal__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.hs-terminal__badges span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;padding:.34rem .7rem;font-size:.7rem;line-height:1;color:#e2e8f0f0}.hs-terminal--light .hs-terminal__badges span{border-color:#dbe4ef;background:#f8fafc;color:#475569}.hs-terminal-token-key{color:#93c5fd}.hs-terminal-token-string{color:#fdba74}.hs-terminal-token-number{color:#fcd34d}.hs-terminal-token-flag{color:#7dd3fc}.hs-terminal-token-accent{color:#60a5fa}.hs-terminal-token-path{color:#c4b5fd}.hs-terminal--light .hs-terminal-token-key{color:#2563eb}.hs-terminal--light .hs-terminal-token-string{color:#b45309}.hs-terminal--light .hs-terminal-token-number{color:#a16207}.hs-terminal--light .hs-terminal-token-flag{color:#0369a1}.hs-terminal--light .hs-terminal-token-accent{color:#1d4ed8}.hs-terminal--light .hs-terminal-token-path{color:#6d28d9}@keyframes hs-terminal-breathe{0%{transform:translateZ(0) scale(.92);opacity:.52}to{transform:translate3d(8%,-6%,0) scale(1.06);opacity:.82}}@keyframes hs-terminal-cursor{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes hs-terminal-live{0%,to{box-shadow:0 0 #4ade802e;transform:scale(1)}50%{box-shadow:0 0 0 .3rem #4ade8014;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.hs-terminal__lights span:nth-child(3),.hs-terminal__body:before,.hs-terminal--live .hs-terminal__lines .hs-terminal__line:last-child .hs-terminal__content:after{animation:none}}
