:root{--bg: #000000;--text: #ffffff}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.app{min-height:100vh;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);gap:clamp(1.5rem,4vw,2.5rem)}.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}.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:wrap;gap:0 1.5rem;margin-top:40px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.keyword{color:#ffffff40;filter:blur(3px);transition:filter .25s ease,color .25s ease}.keyword:hover{filter:blur(0);color:#ffffffe6}
