.binary-logo{width:min(28vmin,220px);height:auto;display:block;user-select:none;-webkit-user-select:none;touch-action:none}.binary-grid text{fill:#fff;font-family:inherit;font-weight:600;pointer-events:none}.topbar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;padding:1.25rem 1.75rem;pointer-events:none;z-index:10}.topbar__lockup{display:inline-flex;align-items:center;pointer-events:auto;text-decoration:none;color:inherit;-webkit-user-drag:none}.topbar__lockup img{display:block;height:22px;width:auto;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.contact-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100;cursor:default;opacity:0;animation-duration:.18s;animation-timing-function:ease;animation-fill-mode:forwards}.contact-modal__backdrop[data-phase=in]{animation-name:contact-modal-backdrop-in}.contact-modal__backdrop[data-phase=out]{animation-name:contact-modal-backdrop-out;pointer-events:none}.contact-modal{animation-duration:.18s;animation-timing-function:ease;animation-fill-mode:forwards}.contact-modal__backdrop[data-phase=in] .contact-modal{animation-name:contact-modal-panel-in}.contact-modal__backdrop[data-phase=out] .contact-modal{animation-name:contact-modal-panel-out}@keyframes contact-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes contact-modal-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes contact-modal-panel-in{0%{opacity:0;transform:translateY(4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes contact-modal-panel-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(2px) scale(.99)}}@media (prefers-reduced-motion: reduce){.contact-modal__backdrop,.contact-modal__backdrop .contact-modal{animation:none}.contact-modal__backdrop[data-phase=in]{opacity:1}.contact-modal__backdrop[data-phase=out]{opacity:0}}.contact-modal__backdrop *{cursor:default}.contact-modal__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-modal{background:#fff;width:100%;max-width:480px;max-height:calc(100vh - 3rem);overflow-y:auto;border:1px solid #ececec;box-shadow:0 24px 56px #0000002e;padding:1.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111}.contact-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.contact-modal__title{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:.01em;color:#010101}.contact-modal__close{background:none;border:0;padding:0;font:inherit;font-size:1.5rem;line-height:1;color:#4a4a4a;cursor:pointer;transition:color .12s ease}.contact-modal__close:hover,.contact-modal__close:focus-visible{color:#010101}.contact-modal__form{display:flex;flex-direction:column;gap:1rem}.contact-modal__field{display:flex;flex-direction:column;gap:.35rem}.contact-modal__label{font-size:.875rem;color:#4a4a4a;letter-spacing:.01em}.contact-modal__optional{color:#9a9a9a;font-weight:400}.contact-modal__field input,.contact-modal__field textarea{width:100%;font:inherit;font-size:.95rem;color:#111;background:#fff;border:1px solid #d8d8d8;padding:.55rem .7rem;border-radius:2px;outline:none;transition:border-color .12s ease;cursor:text}.contact-modal__field textarea{resize:vertical;min-height:5.5rem;font-family:inherit}.contact-modal__field input:focus,.contact-modal__field textarea:focus{border-color:#010101}.contact-modal__field input[aria-invalid=true],.contact-modal__field textarea[aria-invalid=true]{border-color:#b00020}.contact-modal__field input:disabled,.contact-modal__field textarea:disabled{background:#f7f7f7;color:#6a6a6a}.contact-modal__error{font-size:.8125rem;color:#b00020}.contact-modal__form-error{margin:0;font-size:.875rem;color:#b00020}.contact-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.contact-modal__button{font:inherit;font-size:.95rem;letter-spacing:.01em;padding:.55rem 1.1rem;border:1px solid #010101;background:#010101;color:#fff;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.contact-modal__button:hover:not(:disabled),.contact-modal__button:focus-visible:not(:disabled){background:#1f1f1f;border-color:#1f1f1f}.contact-modal__button:disabled{background:#6a6a6a;border-color:#6a6a6a;cursor:not-allowed}.contact-modal__button--ghost{background:transparent;color:#4a4a4a;border-color:#d8d8d8}.contact-modal__button--ghost:hover:not(:disabled),.contact-modal__button--ghost:focus-visible:not(:disabled){background:transparent;color:#010101;border-color:#010101}.contact-modal__success{display:flex;flex-direction:column;gap:.5rem}.contact-modal__success-title{margin:0;font-size:1rem;font-weight:600;color:#010101}.contact-modal__success-body{margin:0 0 .5rem;font-size:.95rem;color:#4a4a4a}@media (max-width: 480px){.contact-modal{padding:1.25rem}.contact-modal__actions{flex-direction:column-reverse}.contact-modal__button{width:100%}}.footer{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:1.25rem 1.75rem 3rem;pointer-events:none;z-index:10}.footer__contact{pointer-events:auto;background:none;border:0;padding:0;font:inherit;font-size:1rem;letter-spacing:.01em;color:#4a4a4a;cursor:pointer;transition:color .12s ease}.footer__contact:hover,.footer__contact:focus-visible{color:#010101}.page{min-height:100vh;display:grid;place-items:center;padding:4rem 1.5rem}.hero-frame{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:480px;padding-bottom:5rem}.caption{margin:0;text-align:center;font-family:Chakra Petch,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.6;color:#000;max-width:48ch}*,*:before,*:after{box-sizing:border-box;cursor:inherit}html,body,#root{margin:0;padding:0;height:100%;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:crosshair}
