@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Oxanium:wght@400;500;600;700;800&display=swap");[data-hatcha-theme=auto],[data-hatcha-theme=dark]{--hatcha-bg:#050505;--hatcha-fg:#d4d4d4;--hatcha-muted:#525252;--hatcha-surface:#0a0a0a;--hatcha-surface-raised:#111111;--hatcha-border:#1a1a1a;--hatcha-border-strong:#262626;--hatcha-accent:#00ffd0;--hatcha-accent-light:#5cffe0;--hatcha-accent-dim:#00c8a4;--hatcha-accent-bg:rgba(0,255,208,0.04);--hatcha-success:#00ff88;--hatcha-danger:#ff3355;--hatcha-font-mono:"JetBrains Mono","Fira Code","Cascadia Code",ui-monospace,monospace;--hatcha-font-display:"Oxanium","JetBrains Mono",ui-monospace,monospace;--hatcha-glow:rgba(0,255,208,0.06);--hatcha-glow-strong:rgba(0,255,208,0.15);--hatcha-radius:3px;--hatcha-radius-lg:4px}[data-hatcha-theme=light]{--hatcha-bg:#fafafa;--hatcha-fg:#171717;--hatcha-muted:#a3a3a3;--hatcha-surface:#ffffff;--hatcha-surface-raised:#f5f5f5;--hatcha-border:#e5e5e5;--hatcha-border-strong:#d4d4d4;--hatcha-accent:#009978;--hatcha-accent-light:#00b892;--hatcha-accent-dim:#007a60;--hatcha-accent-bg:rgba(0,153,120,0.04);--hatcha-success:#059669;--hatcha-danger:#dc2626;--hatcha-font-mono:"JetBrains Mono","Fira Code","Cascadia Code",ui-monospace,monospace;--hatcha-font-display:"Oxanium","JetBrains Mono",ui-monospace,monospace;--hatcha-glow:rgba(0,153,120,0.06);--hatcha-glow-strong:rgba(0,153,120,0.12);--hatcha-radius:3px;--hatcha-radius-lg:4px}@media (prefers-color-scheme:light){[data-hatcha-theme=auto]{--hatcha-bg:#fafafa;--hatcha-fg:#171717;--hatcha-muted:#a3a3a3;--hatcha-surface:#ffffff;--hatcha-surface-raised:#f5f5f5;--hatcha-border:#e5e5e5;--hatcha-border-strong:#d4d4d4;--hatcha-accent:#009978;--hatcha-accent-light:#00b892;--hatcha-accent-dim:#007a60;--hatcha-accent-bg:rgba(0,153,120,0.04);--hatcha-success:#059669;--hatcha-danger:#dc2626;--hatcha-font-mono:"JetBrains Mono","Fira Code","Cascadia Code",ui-monospace,monospace;--hatcha-font-display:"Oxanium","JetBrains Mono",ui-monospace,monospace;--hatcha-glow:rgba(0,153,120,0.06);--hatcha-glow-strong:rgba(0,153,120,0.12);--hatcha-radius:3px;--hatcha-radius-lg:4px}}@keyframes hatcha-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes hatcha-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hatcha-scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes hatcha-shake{0%,to{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-2px)}80%{transform:translateX(2px)}}@keyframes hatcha-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hatcha-checkmark-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes hatcha-cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes hatcha-border-pulse{0%,to{border-color:var(--hatcha-border-strong)}50%{border-color:color-mix(in srgb,var(--hatcha-accent) 30%,transparent)}}@keyframes hatcha-success-flash{0%{border-color:var(--hatcha-success);box-shadow:0 0 40px rgba(0,255,136,.2),inset 0 0 40px rgba(0,255,136,.03)}to{border-color:color-mix(in srgb,var(--hatcha-success) 40%,transparent);box-shadow:0 0 20px rgba(0,255,136,.05),inset 0 0 20px rgba(0,255,136,.01)}}.hatcha-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:hatcha-overlay-in .2s ease;font-family:var(--hatcha-font-mono)}.hatcha-modal{position:relative;width:100%;max-width:480px;border:1px solid var(--hatcha-border-strong);border-radius:var(--hatcha-radius-lg);background:var(--hatcha-surface);animation:hatcha-modal-in .3s cubic-bezier(.16,1,.3,1),hatcha-border-pulse 4s ease-in-out infinite;overflow:hidden}.hatcha-modal:after{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,208,.008) 0,rgba(0,255,208,.008) 4px);z-index:10}.hatcha-modal.verified{animation:hatcha-success-flash 1.5s ease both}.hatcha-titlebar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;background:var(--hatcha-surface-raised);border-bottom:1px solid var(--hatcha-border);user-select:none}.hatcha-titlebar-label{display:flex;align-items:center;gap:.5rem;font-family:var(--hatcha-font-display);font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--hatcha-accent)}.hatcha-titlebar-dot{width:6px;height:6px;border-radius:50%;background:var(--hatcha-accent);box-shadow:0 0 6px var(--hatcha-accent)}.hatcha-titlebar-actions{display:flex;align-items:center;gap:.5rem}.hatcha-body{padding:1.25rem 1.25rem 1rem}.hatcha-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.hatcha-badge{display:inline-flex;gap:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--hatcha-muted)}.hatcha-badge,.hatcha-icon{align-items:center;font-family:var(--hatcha-font-mono);font-size:.65rem}.hatcha-icon{width:1.6rem;height:1.6rem;border-radius:var(--hatcha-radius);background:var(--hatcha-accent-bg);border:1px solid color-mix(in srgb,var(--hatcha-accent) 15%,transparent);font-weight:800;color:var(--hatcha-accent)}.hatcha-icon,.hatcha-refresh{display:flex;justify-content:center}.hatcha-refresh{width:1.75rem;height:1.75rem;border-radius:var(--hatcha-radius);border:1px solid var(--hatcha-border);background:transparent;color:var(--hatcha-muted);font-size:1rem;align-items:center;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.hatcha-refresh:hover:not(:disabled){color:var(--hatcha-accent);border-color:color-mix(in srgb,var(--hatcha-accent) 30%,transparent);background:var(--hatcha-accent-bg)}.hatcha-refresh:disabled{opacity:.2;cursor:default}.hatcha-timer-track{height:2px;background:var(--hatcha-border);overflow:hidden;margin-bottom:.35rem}.hatcha-timer-fill{height:100%;background:var(--hatcha-accent);transition:width 80ms linear;box-shadow:0 0 8px var(--hatcha-glow-strong)}.hatcha-time-text{font-size:.6rem;color:var(--hatcha-muted);margin:0 0 .75rem;letter-spacing:.05em}.hatcha-desc,.hatcha-time-text{font-family:var(--hatcha-font-mono)}.hatcha-desc{font-size:.75rem;color:var(--hatcha-fg);line-height:1.6;margin:0 0 .65rem;font-weight:400}.hatcha-prompt{border:1px solid var(--hatcha-border);border-left:3px solid var(--hatcha-accent);border-radius:var(--hatcha-radius);padding:.75rem .9rem;background:var(--hatcha-bg);margin-bottom:.9rem;max-height:140px;overflow-y:auto;position:relative}.hatcha-prompt code{font-family:var(--hatcha-font-mono);font-size:.72rem;line-height:1.7;color:var(--hatcha-accent-light);word-break:break-all}.hatcha-input-row{display:flex;gap:.4rem;margin-bottom:.65rem}.hatcha-input{flex:1;font-family:var(--hatcha-font-mono);font-size:.75rem;padding:.55rem .75rem;border:1px solid var(--hatcha-border-strong);border-radius:var(--hatcha-radius);background:var(--hatcha-bg);color:var(--hatcha-fg);outline:none;transition:border-color .15s,box-shadow .15s}.hatcha-input:focus{border-color:var(--hatcha-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--hatcha-accent) 20%,transparent)}.hatcha-input.fail{border-color:var(--hatcha-danger);color:var(--hatcha-danger);box-shadow:0 0 0 1px color-mix(in srgb,var(--hatcha-danger) 20%,transparent);animation:hatcha-shake .35s ease}.hatcha-input::placeholder{color:var(--hatcha-muted);font-style:normal}.hatcha-verify{padding:0 1rem;border:1px solid var(--hatcha-accent);border-radius:var(--hatcha-radius);background:transparent;color:var(--hatcha-accent);font-weight:700;font-size:.7rem;font-family:var(--hatcha-font-display);letter-spacing:.1em;text-transform:uppercase;min-width:5rem;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.hatcha-verify:hover:not(:disabled){background:var(--hatcha-accent);color:var(--hatcha-bg);box-shadow:0 0 16px var(--hatcha-glow-strong)}.hatcha-verify:disabled{opacity:.25;cursor:not-allowed}.hatcha-verify.success{border-color:var(--hatcha-success);color:var(--hatcha-success)}.hatcha-verify.fail{border-color:var(--hatcha-danger);color:var(--hatcha-danger)}.hatcha-robot-dock{margin-bottom:.65rem}.hatcha-robot-check{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border:1px solid var(--hatcha-border);border-radius:var(--hatcha-radius);background:transparent;cursor:pointer;user-select:none;font-family:var(--hatcha-font-mono);transition:border-color .15s,background .15s}.hatcha-robot-check:hover:not(:disabled){border-color:var(--hatcha-border-strong);background:var(--hatcha-accent-bg)}.hatcha-robot-check:active:not(:disabled){background:color-mix(in srgb,var(--hatcha-accent) 6%,transparent)}.hatcha-robot-check.success{border-color:color-mix(in srgb,var(--hatcha-success) 40%,transparent);background:color-mix(in srgb,var(--hatcha-success) 4%,transparent)}.hatcha-robot-check.fail{border-color:var(--hatcha-danger);animation:hatcha-shake .35s ease}.hatcha-robot-check:disabled{opacity:.3;cursor:default}.hatcha-checkbox{display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:2px;border:1.5px solid var(--hatcha-muted);background:transparent;transition:border-color .2s,background .2s;flex-shrink:0}.hatcha-checkbox.checked{border-color:var(--hatcha-accent);background:var(--hatcha-accent)}.hatcha-checkmark{color:var(--hatcha-bg);font-size:.75rem;font-weight:900;line-height:1;animation:hatcha-checkmark-pop .25s cubic-bezier(.16,1,.3,1)}.hatcha-robot-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;color:var(--hatcha-fg);font-family:var(--hatcha-font-display);text-transform:uppercase}.hatcha-robot-aside{margin-left:auto;font-size:.58rem;font-weight:500;color:var(--hatcha-muted);letter-spacing:.03em}.hatcha-robot-aside,.hatcha-status{font-family:var(--hatcha-font-mono)}.hatcha-status{font-size:.68rem;font-weight:600;padding:.45rem .65rem;border-radius:var(--hatcha-radius);margin:0 0 .5rem;animation:hatcha-fade-in .15s ease;border-left:3px solid transparent}.hatcha-status.success{color:var(--hatcha-success);background:color-mix(in srgb,var(--hatcha-success) 5%,transparent);border-left-color:var(--hatcha-success)}.hatcha-status.fail{color:var(--hatcha-danger);background:color-mix(in srgb,var(--hatcha-danger) 5%,transparent);border-left-color:var(--hatcha-danger)}.hatcha-status.timeout{color:var(--hatcha-muted);background:color-mix(in srgb,var(--hatcha-muted) 5%,transparent);border-left-color:var(--hatcha-muted)}.hatcha-footer-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.25rem;border-top:1px solid var(--hatcha-border);background:var(--hatcha-surface-raised)}.hatcha-footer{font-size:.55rem;color:var(--hatcha-muted);font-family:var(--hatcha-font-mono);letter-spacing:.04em;margin:0}.hatcha-powered{display:flex;align-items:center;gap:.3rem}.hatcha-powered strong{letter-spacing:.1em;color:var(--hatcha-accent);font-family:var(--hatcha-font-display)}.hatcha-tooltip-wrap{position:relative;cursor:default}.hatcha-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);right:0;white-space:nowrap;padding:.4rem .65rem;border-radius:var(--hatcha-radius);border:1px solid var(--hatcha-border-strong);background:var(--hatcha-surface);font-size:.55rem;color:var(--hatcha-muted);letter-spacing:.02em;box-shadow:0 4px 16px rgba(0,0,0,.5);animation:hatcha-fade-in .1s ease;z-index:300}.hatcha-tooltip b{color:var(--hatcha-accent);font-weight:700}.hatcha-tooltip-wrap:hover .hatcha-tooltip{display:block}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}.__variable_0fc2d1{--font-sans:"Inter","Inter Fallback"}