:root{--tech-bg:var(--color-bg-base);--tech-bg-raised:var(--color-bg-surface);--tech-border:color-mix(in srgb,var(--color-text-primary) 24%,transparent);--tech-border-soft:color-mix(in srgb,var(--color-text-primary) 13%,transparent);--tech-text:var(--color-text-primary);--tech-text-secondary:var(--color-text-secondary);--tech-text-muted:var(--color-text-muted);--tech-accent:var(--color-accent);--tech-status-ok:var(--color-status-healthy);--tech-status-warn:var(--color-warning);--tech-status-crit:var(--color-error);--tech-status-info:var(--color-info);--tech-gold:#eab308;--tech-row-hover:color-mix(in srgb,var(--color-text-primary) 4%,transparent);--tech-font-mono:var(--font-mono),monospace;--tech-radius:var(--radius-md);--tech-measure:72rem;--tech-measure-narrow:51.25rem}.light{--tech-bg:#fafafa;--tech-bg-raised:#fafafa}.tech-surface{background:var(--tech-bg);color:var(--tech-text)}.tech-section{width:100%;max-width:var(--tech-measure);margin-inline:auto;padding:2.5rem 1.5rem}.tech-section--narrow{max-width:var(--tech-measure-narrow)}.tech-frame{border:1px solid var(--tech-border);border-radius:var(--tech-radius)}.tech-frame-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--tech-border)}.tech-frame-body,.tech-frame-head{padding:.75rem 1rem}.tech-divider{border:0;margin:1rem 0}.tech-band,.tech-divider{border-top:1px solid var(--tech-border-soft)}.tech-band{position:relative;width:100%;background:var(--tech-bg);color:var(--tech-text);overflow:hidden;padding-block:clamp(64px,9vw,120px);border-bottom:1px solid var(--tech-border-soft);--tech-band-gap:clamp(28px,4vw,48px);--tech-cropmark-inset:min(calc(var(--tech-measure-narrow) / 2 + clamp(2rem, 8vw, 11rem)),calc(50vw - 12px))}.tech-cropmark-v{position:absolute;top:0;bottom:0;width:1px;background:var(--tech-border-soft);pointer-events:none}.tech-cropmark-v--left{left:calc(50% - var(--tech-cropmark-inset))}.tech-cropmark-v--right{right:calc(50% - var(--tech-cropmark-inset))}.tech-cropmark-h{position:relative;height:1px;pointer-events:none;margin-block:var(--tech-band-gap,clamp(28px,4vw,48px))}.tech-cropmark-h:before{content:"";position:absolute;left:calc(50% - 50vw);right:calc(50% - 50vw);border-top:1px solid var(--tech-border-soft)}.tech-title{font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--tech-text);margin:0}.tech-title--accent{color:var(--tech-accent)}.tech-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--tech-text-muted)}.tech-intro{margin:0}.tech-intro,.tech-lead{color:var(--tech-text-secondary);line-height:1.6}.tech-lead{max-width:46rem;margin-inline:auto;text-align:center;text-wrap:balance}.tech-num{font-family:var(--tech-font-mono);font-variant-numeric:tabular-nums}.tech-row .tech-num,td.tech-num,th.tech-num{text-align:right}.tech-table-wrap{overflow-x:auto}.tech-table{width:100%;border-collapse:collapse;font-size:.875rem;color:var(--tech-text)}.tech-table th{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--tech-text-muted);text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--tech-border);white-space:nowrap}.tech-table td{padding:.65rem .75rem;border-bottom:1px solid var(--tech-border-soft);vertical-align:top}.tech-table tbody tr:hover{background:var(--tech-row-hover)}.tech-table tbody tr:last-child td{border-bottom:0}.tech-row--total,.tech-table tfoot td{border-top:1px solid var(--tech-border);font-weight:600}.tech-list{list-style:none;margin:0;padding:0}.tech-list>li{padding:.65rem 0;border-bottom:1px solid var(--tech-border-soft)}.tech-list>li:last-child{border-bottom:0}.tech-list--inset{padding:0 1rem}.tech-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--tech-border-soft)}.tech-list>.tech-row:last-child,.tech-list>li:last-child .tech-row{border-bottom:0}.tech-row-main{flex:1 1 auto;min-width:0}.tech-row-sub{display:block;font-size:.8125rem;color:var(--tech-text-muted);margin-top:.15rem}.tech-kv{display:grid;grid-template-columns:minmax(8rem,14rem) 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:0;margin:0}.tech-kv dt{color:var(--tech-text-muted);font-size:.8125rem}.tech-kv dd,.tech-kv dt{padding:.75rem 0;border-bottom:1px solid var(--tech-border-soft)}.tech-kv dd{margin:0;color:var(--tech-text);overflow-wrap:anywhere}.tech-kv dd:last-of-type,.tech-kv dt:last-of-type{border-bottom:0}.tech-kv--mono dd{font-family:var(--tech-font-mono);font-variant-numeric:tabular-nums}.tech-kv--tight{grid-template-columns:auto 1fr}.tech-price{display:inline-flex;align-items:baseline;gap:.35rem}.tech-price-value{font-family:var(--tech-font-mono);font-variant-numeric:tabular-nums;font-weight:600;font-size:1.125em;color:var(--tech-text)}.tech-price-period{font-size:.8125em;color:var(--tech-text-muted)}.tech-price-sub{display:block;font-size:.75em;color:var(--tech-text-muted);margin-top:.1rem}.tech-btn-quiet{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border:1px solid var(--tech-border);border-radius:var(--tech-radius);background:transparent;color:var(--tech-text-secondary);transition:background-color .15s ease}.tech-btn-quiet:hover:not(:disabled){background:var(--tech-row-hover)}.tech-btn-quiet:disabled{opacity:.5}.tech-field{width:100%;padding:.6rem .9rem;font-size:.875rem;background:transparent;border:1px solid var(--tech-border-soft);border-radius:var(--tech-radius);color:var(--tech-text);outline:none;transition:border-color .12s ease}.tech-field::-moz-placeholder{color:var(--tech-text-muted)}.tech-field::placeholder{color:var(--tech-text-muted)}.tech-field:hover:not(:disabled){border-color:var(--tech-border)}.tech-field:focus{border-color:var(--tech-accent)}.tech-field:disabled{opacity:.5}.tech-status{display:inline-flex;align-items:center;gap:.4em}.tech-status:before{content:"";width:.5em;height:.5em;border-radius:50%;background:currentColor;flex:0 0 auto}.tech-status--ok{color:var(--tech-status-ok)}.tech-status--warn{color:var(--tech-status-warn)}.tech-status--crit{color:var(--tech-status-crit)}.tech-status--info{color:var(--tech-status-info)}.tech-status--gold{color:var(--tech-gold)}.tech-register{display:flex;flex-direction:column}.tech-register-tab{display:flex;align-items:baseline;gap:.75rem;width:100%;padding:.8rem .9rem;text-align:left;background:transparent;cursor:pointer;border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent;border-bottom-color:var(--tech-border-soft);border-right:1px solid transparent;border-right-color:var(--tech-border-soft);color:var(--tech-text-muted);transition:background-color .12s ease,color .12s ease,border-color .12s ease}.tech-register-tab:hover:not([aria-selected=true]){background:var(--tech-row-hover)}.tech-register-tab:focus-visible{outline:1px solid var(--tech-accent);outline-offset:-1px}.tech-register-tab[aria-selected=true]{border-top-color:var(--tech-border-soft);border-left-color:var(--tech-border-soft);border-bottom-color:var(--tech-border-soft);border-right-color:transparent;color:var(--tech-text)}.tech-register-tab:has(+.tech-register-tab[aria-selected=true]){border-bottom-color:transparent}.tech-register-num{flex:0 0 auto;font-family:var(--tech-font-mono);font-variant-numeric:tabular-nums;font-size:.8125rem;transition:color .12s ease}.tech-register-num--accent,.tech-register-tab[aria-selected=true] .tech-register-num{color:var(--tech-accent)}.tech-register-label{min-width:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tech-register-search{width:100%;padding:.6rem .9rem .6rem 2.35rem;font-size:.875rem;background:transparent;border:1px solid var(--tech-border-soft);border-radius:var(--tech-radius);color:var(--tech-text);outline:none;transition:border-color .12s ease}.tech-register-search::-moz-placeholder{color:var(--tech-text-muted)}.tech-register-search::placeholder{color:var(--tech-text-muted)}.tech-register-search:hover{border-color:var(--tech-border)}.tech-register-search:focus{border-color:var(--tech-accent)}.tech-register-search-icon{color:var(--tech-text-muted);pointer-events:none}.tech-register-empty{padding:.8rem .9rem;border:1px solid var(--tech-border-soft);border-radius:var(--tech-radius);font-size:.8125rem;color:var(--tech-text-muted)}.tech-copy-pill{display:inline-flex;align-items:center;gap:.5rem;max-width:100%;padding:.3rem .8rem;border:1px solid var(--tech-border);border-radius:999px;background:var(--tech-row-hover);font-family:var(--tech-font-mono);font-size:.875rem;color:var(--tech-text);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.tech-copy-pill:hover{border-color:var(--tech-accent);color:var(--tech-accent)}.tech-copy-pill--copied{border-color:var(--tech-status-ok);color:var(--tech-status-ok)}@media (max-width:640px){.tech-section{padding:1.5rem 1rem}.tech-kv{grid-template-columns:1fr}.tech-kv dt{padding-bottom:.1rem;border-bottom:0}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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_f367f3{font-family:Inter,Inter Fallback,system-ui,arial;font-style:normal}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-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:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}