.terminal-inner:where(.astro-w4bqzabj){width:100%;box-sizing:border-box}.terminal-inner:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:548px;max-height:548px}.terminal-inner--compact:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:460px;max-height:460px}@media(max-width:960px){.terminal-inner:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:480px;max-height:480px}.terminal-inner--compact:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:400px;max-height:400px}}@media(max-width:520px){.terminal-inner:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:420px;max-height:420px}.terminal-inner--compact:where(.astro-w4bqzabj) .hero-terminal-root:where(.astro-w4bqzabj){height:360px;max-height:360px}}.hero-terminal-root{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;gap:12px;box-sizing:border-box}.hero-terminal{--tc-primary: #D76D77;--tc-success: #22c55e;--tc-error: #ef4444;--tc-bright: #f6f6f6;--tc-mid: #bbbbbb;--tc-muted: #888888;--tc-dim: #444444;--tc-faint: #333333;--tc-chrome: #111111;--tc-bg: #0d0d0d;--tc-border: rgba(255, 255, 255, .09);--tc-divider: rgba(255, 255, 255, .06);--tc-method-post: #22c55e;--tc-method-get: #56b6c2;--tc-method-delete: #ef4444;display:flex;flex-direction:column;width:100%;flex:1 1 auto;min-height:0;background:var(--tc-bg);border:1px solid var(--tc-border);border-radius:0;font-family:var(--font-heading),ui-monospace,"SF Mono",Menlo,Consolas,monospace;color:var(--tc-muted);overflow:hidden;box-sizing:border-box}.hero-terminal__chrome{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--tc-chrome);border-bottom:1px solid var(--tc-divider);flex-shrink:0}.hero-terminal__lights{display:flex;gap:6px}.hero-terminal__light{width:11px;height:11px;border-radius:50%;display:block}.hero-terminal__light--red,.hero-terminal__light--yellow,.hero-terminal__light--green{background:#3d3d3d;border:1px solid rgba(255,255,255,.07);box-sizing:border-box}.hero-terminal__badge{display:flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.02em;min-width:0}.hero-terminal__method{font-weight:500}.hero-terminal__method--post{color:var(--tc-method-post)}.hero-terminal__method--get{color:var(--tc-method-get)}.hero-terminal__method--delete{color:var(--tc-method-delete)}.hero-terminal__sep{color:var(--tc-faint)}.hero-terminal__endpoint{color:var(--tc-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.hero-terminal-root .hero-terminal__tabs{display:flex;flex-wrap:wrap;gap:6px;padding:0;flex-shrink:0;justify-content:flex-start}@media(max-width:960px){.hero-terminal-root .hero-terminal__tabs{justify-content:center}}.hero-terminal__tab{display:inline-flex;align-items:center;gap:0;padding:6px 12px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:0;color:#7f8896;font-family:inherit;font-size:11px;letter-spacing:.04em;cursor:pointer;outline:none;transition:color .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.hero-terminal__tab:hover{color:#c9d1d9;background:#ffffff0a;border-color:#ffffff2e}.hero-terminal__tab:focus-visible{border-color:#ffffff73;box-shadow:0 0 0 1px #fff3}.hero-terminal__tab--active{color:var(--tc-bright);background:#ffffff17;border-color:#ffffff47}.hero-terminal__body{flex:1 1 auto;min-height:0;padding:14px 18px 18px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.hero-terminal__body::-webkit-scrollbar{width:8px;height:8px}.hero-terminal__body::-webkit-scrollbar-thumb{background:#ffffff1a}.hero-terminal__body::-webkit-scrollbar-track{background:transparent}.hero-terminal__command{margin:0;padding:0;font-family:inherit;font-size:12.5px;line-height:1.6;letter-spacing:.01em;color:var(--tc-muted);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.hero-terminal__prompt{color:var(--tc-primary)}.hero-terminal__cursor{display:inline-block;color:var(--tc-primary);animation:hero-terminal-blink 1s step-end infinite;margin-left:1px}@keyframes hero-terminal-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.hero-terminal__cursor{animation:none}}.hero-terminal__response{margin-top:18px;opacity:0;transition:none}.hero-terminal__response-header{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.02em;color:var(--tc-dim);margin-bottom:10px}.hero-terminal__response-arrow,.hero-terminal__response-status,.hero-terminal__response-mime{color:var(--tc-dim)}.hero-terminal__response-dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.hero-terminal__response-dot--success{background:var(--tc-success)}.hero-terminal__response-dot--error{background:var(--tc-error)}.hero-terminal__json{margin:0;font-family:inherit;font-size:12px;line-height:1.65;letter-spacing:.01em;color:var(--tc-muted);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.hero-terminal__footer{display:flex;align-items:center;justify-content:flex-start;padding:7px 18px;border-top:1px solid rgba(255,255,255,.05);font-family:inherit;font-size:10px;letter-spacing:.04em;flex-shrink:0}.hero-terminal__footer-left{color:var(--tc-dim)}.hero-terminal .tok-primary{color:var(--tc-primary)}.hero-terminal .tok-success{color:var(--tc-success)}.hero-terminal .tok-error{color:var(--tc-error)}.hero-terminal .tok-bright{color:var(--tc-bright)}.hero-terminal .tok-mid{color:var(--tc-mid)}.hero-terminal .tok-muted{color:var(--tc-muted)}.hero-terminal .tok-dim{color:var(--tc-dim)}.hero-terminal .tok-faint{color:var(--tc-faint)}@media(max-width:960px){.hero-terminal-root{gap:14px}}@media(max-width:520px){.hero-terminal__command{font-size:11.5px}.hero-terminal__json{font-size:11px}}
