:root{--bg: #000000;--text: #ffffff}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;height:100%;overflow:hidden;overscroll-behavior:none}body{margin:0;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;overscroll-behavior:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}#root{height:100%;overflow:hidden}.app{height:100%;min-height:100vh;min-height:100dvh;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(.75rem,4vw,2rem);gap:clamp(1rem,3vw,2.5rem);overflow:hidden}.centaur{width:clamp(60px,12vw,100px);height:auto;display:block;flex-shrink:0}.logo-wrap{display:flex;justify-content:center;align-items:center;width:100%;min-width:0;padding:0 .5rem}.logo{margin:0 auto;font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:clamp(.24rem,1.15vw,.65rem);line-height:1.35;letter-spacing:.02em;white-space:pre;overflow-x:auto;overflow-y:visible;color:var(--text);width:max-content;max-width:100%;text-align:center}.tagline{text-align:center;max-width:28rem;padding:0 1rem;flex-shrink:1;min-height:0;overflow:hidden}.tagline h2{margin:0 0 .5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;color:var(--text)}.tagline p{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9rem,2vw,1rem);line-height:1.6;color:#ffffffd9}.tagline p+p{margin-top:.75rem}.keywords{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:nowrap;gap:clamp(.35rem,1.5vw,1rem);margin-top:clamp(1.5rem,4vw,40px);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.65rem,1.8vw,.75rem);font-weight:600;letter-spacing:.1em;text-transform:uppercase;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.keyword{flex-shrink:0;color:#ffffff40;filter:blur(3px);transition:filter .25s ease,color .25s ease}.keyword:hover{filter:blur(0);color:#ffffffe6}
