:root{--mono:"Space Mono", monospace;--paper:#fff;--ink:#0a0a0a;--hatch:#0000001a;--hatchInv:#ffffff1f;--hair:#0000002e;--pad:clamp(20px, 4vw, 56px)}[data-theme=dark]{--paper:#0f0f0f;--ink:#ececec;--hatch:#ffffff12;--hair:#ffffff21}html{scroll-behavior:smooth}html,body{background:var(--paper);font-family:var(--mono);margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}::selection{background:var(--ink);color:var(--paper)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000038;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0006}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff2e}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff59}@keyframes hy-page-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.hy-root{background:var(--paper);color:var(--ink);font-family:var(--mono);-webkit-font-smoothing:antialiased;min-height:100vh;transition:background-color .25s,color .25s;animation:.32s cubic-bezier(.25,.46,.45,.94) both hy-page-in}.hy-wrap{max-width:1400px;padding:0 var(--pad);box-sizing:border-box;margin:0 auto}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid}.skip-link{z-index:1000;background:var(--ink);color:var(--paper);font-family:var(--mono);letter-spacing:.08em;padding:10px 16px;font-size:12px;text-decoration:none;transition:top .18s;position:absolute;top:-48px;left:8px}.skip-link:focus{top:8px}.hy-link{color:inherit;cursor:pointer;text-decoration:none}.hy-uline{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;transition:background-size .28s}.hy-uline:hover,.hy-uline.on{background-size:100% 1px}.hy-nav{padding:20px var(--pad);border-bottom:1px solid var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.hy-nav-links{letter-spacing:.12em;flex-wrap:wrap;gap:28px;font-size:12.5px;display:flex}.hy-nav-links a,.hy-nav-links button{transition:opacity .18s}.hy-nav-links a:hover{opacity:1!important}.hy-label{letter-spacing:.18em;text-transform:uppercase;opacity:.45;margin:0;font-size:10.5px;font-weight:400;display:block}.hy-cover{aspect-ratio:1;box-sizing:border-box;border:1px solid var(--hair);background:var(--paper);background-image:repeating-linear-gradient(45deg, var(--hatch) 0 1px, transparent 1px 9px);border-radius:8px;width:100%;display:block;position:relative;overflow:hidden;container-type:inline-size}.hy-cover img{transition:transform .38s cubic-bezier(.25,.46,.45,.94),opacity .35s}@starting-style{.hy-cover img{opacity:0}}.hy-cover:hover img{transform:scale(1.04)}.hy-num{letter-spacing:.02em;font-size:13cqi;font-weight:700;line-height:1}.hy-grid{grid-template-columns:repeat(var(--cols,4), 1fr);gap:clamp(40px,4.5vw,56px) clamp(16px,2vw,28px);display:grid}.hy-input,.hy-area,.hy-sel{box-sizing:border-box;width:100%;font-family:var(--mono);color:var(--ink);border:0;border-bottom:1px solid var(--ink);background:0 0;border-radius:0;outline:none;padding:13px 2px;font-size:15px;transition:box-shadow .15s}.hy-input::placeholder,.hy-area::placeholder{color:var(--ink);opacity:.35}.hy-input:focus,.hy-area:focus,.hy-sel:focus{box-shadow:0 2px 0 var(--ink)}.hy-area{resize:vertical;min-height:140px;line-height:1.6}.hy-sel{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M0 0h12L6 8z'/></svg>");background-position:right 2px center;background-repeat:no-repeat}[data-theme=dark] .hy-sel{background-color:#0f0f0f;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='rgba(236,236,236,0.8)' d='M0 0h12L6 8z'/></svg>")}[data-theme=dark] .hy-sel option{color:#ececec;background-color:#0f0f0f}.hy-btn{font-family:var(--mono);letter-spacing:.1em;color:var(--paper);background:var(--ink);border:1px solid var(--ink);cursor:pointer;align-items:center;gap:12px;padding:15px 28px;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.hy-btn:hover{background:var(--paper);color:var(--ink)}.hy-btn:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.reveal{opacity:0;transition:opacity .42s cubic-bezier(.25,.46,.45,.94),transform .42s cubic-bezier(.25,.46,.45,.94);transform:translateY(10px)}.reveal.visible{opacity:1;transform:none}@keyframes hy-grid-item{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.reveal .hy-grid>div{opacity:0}.reveal.visible .hy-grid>div{animation:.42s cubic-bezier(.25,.46,.45,.94) forwards hy-grid-item}.reveal.visible .hy-grid>div:nth-child(4n+2){animation-delay:55ms}.reveal.visible .hy-grid>div:nth-child(4n+3){animation-delay:.11s}.reveal.visible .hy-grid>div:nth-child(4n){animation-delay:.165s}@media (max-width:880px){.reveal.visible .hy-grid>div:nth-child(4n+2),.reveal.visible .hy-grid>div:nth-child(4n+3),.reveal.visible .hy-grid>div:nth-child(4n){animation-delay:0s}.reveal.visible .hy-grid>div:nth-child(2n){animation-delay:60ms}.hy-grid{grid-template-columns:repeat(2,1fr)!important}.hy-2col,.hy-hero2{grid-template-columns:1fr!important}.hy-stats{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:560px){.hy-grid,.hy-stats{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:420px){.hy-grid{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hy-footer{background:var(--ink);color:var(--paper)}[data-theme=dark] .hy-footer{color:#ececec;background:#1a1a1a}[data-theme=dark] .hy-footer .hy-link,[data-theme=dark] .hy-footer .hy-uline{color:#ececec}.twk-panel{z-index:2147483646;color:#29261b;-webkit-backdrop-filter:blur(24px)saturate(160%);backdrop-filter:blur(24px)saturate(160%);background:#faf9f7e0;border:.5px solid #fff9;border-radius:14px;flex-direction:column;width:280px;max-height:calc(100vh - 32px);font:11.5px/1.4 ui-sans-serif,system-ui,-apple-system,sans-serif;display:flex;position:fixed;bottom:16px;right:16px;overflow:hidden;box-shadow:inset 0 1px #ffffff80,0 12px 40px #0000002e}.twk-hd{cursor:move;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 8px 10px 14px;display:flex}.twk-hd b{font-size:12px;font-weight:600}.twk-x{appearance:none;color:#29261b8c;cursor:pointer;background:0 0;border:0;border-radius:6px;width:22px;height:22px;font-size:13px;line-height:1}.twk-x:hover{color:#29261b;background:#0000000f}.twk-body{scrollbar-width:thin;scrollbar-color:#00000026 transparent;flex-direction:column;gap:10px;min-height:0;padding:2px 14px 14px;display:flex;overflow:hidden auto}.twk-row{flex-direction:column;gap:5px;display:flex}.twk-row-h{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.twk-lbl{color:#29261bb8;justify-content:space-between;align-items:baseline;display:flex}.twk-lbl>span:first-child{font-weight:500}.twk-val{color:#29261b80;font-variant-numeric:tabular-nums}.twk-sect{letter-spacing:.06em;text-transform:uppercase;color:#29261b73;padding:10px 0 0;font-size:10px;font-weight:600}.twk-sect:first-child{padding-top:0}.twk-field{appearance:none;box-sizing:border-box;width:100%;min-width:0;height:26px;color:inherit;font:inherit;background:#fff9;border:.5px solid #0000001a;border-radius:7px;outline:none;padding:0 8px}.twk-field:focus{background:#ffffffd9;border-color:#00000040}select.twk-field{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='rgba(0,0,0,.5)' d='M0 0h10L5 6z'/></svg>");background-position:right 8px center;background-repeat:no-repeat;padding-right:22px}.twk-slider{appearance:none;background:#0000001f;border-radius:999px;outline:none;width:100%;height:4px;margin:6px 0}.twk-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:.5px solid #0000001f;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #0003}.twk-seg{-webkit-user-select:none;user-select:none;background:#0000000f;border-radius:8px;padding:2px;display:flex;position:relative}.twk-seg-thumb{background:#ffffffe6;border-radius:6px;transition:left .15s cubic-bezier(.3,.7,.4,1),width .15s;position:absolute;top:2px;bottom:2px;box-shadow:0 1px 2px #0000001f}.twk-seg button{appearance:none;z-index:1;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1;min-height:22px;padding:4px 6px;font-weight:500;line-height:1.2;position:relative}.twk-toggle{cursor:pointer;background:#00000026;border:0;border-radius:999px;width:32px;height:18px;padding:0;transition:background .15s;position:relative}.twk-toggle[data-on="1"]{background:#34c759}.twk-toggle i{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}.twk-toggle[data-on="1"] i{transform:translate(14px)}
