:root{color:#f5f5f5;background:#08090b;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:#08090b;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}main{max-width:1100px;min-height:100vh;margin:0 auto;padding:24px}header{justify-content:space-between;align-items:center;padding:8px 0 48px;display:flex}header strong{letter-spacing:-.02em;font-size:18px}header span{letter-spacing:.16em;opacity:.5;font-size:11px}section{max-width:760px;margin:12vh auto 0}.eyebrow{letter-spacing:.18em;opacity:.45;margin:0 0 18px;font-size:11px;font-weight:600}h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,7vw,72px);line-height:.98}.subtitle{color:#9b9da3;max-width:560px;margin:24px 0 40px;font-size:17px;line-height:1.6}.chat{gap:10px;width:100%;display:flex}.chat input{color:#f5f5f5;background:#111216;border:1px solid #292b31;border-radius:12px;outline:none;flex:1;min-width:0;height:52px;padding:0 18px}.chat input:focus{border-color:#555861}.chat button{color:#08090b;cursor:pointer;background:#f5f5f5;border:0;border-radius:12px;height:52px;padding:0 22px}@media (width<=600px){main{padding:18px}header{padding-bottom:32px}section{margin-top:10vh}.chat{flex-direction:column}.chat button{width:100%}}
