@import"https://fonts.googleapis.com/css2?family=Fustat:wght@400;500;600;700&family=Syne+Mono&display=swap";:root{--gold: #ffaf00;--black: #000000;--white: #f8f8f8;--charcoal: #222222;--charcoal-soft: #2a2a2a;color:var(--white);background:var(--black);font-family:Fustat,system-ui,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}html{width:100%;height:100%;overflow:hidden;background:var(--black)}body{width:100%;height:100%;min-width:320px;margin:0;overflow:hidden;background:var(--black)}#root{width:100%;height:100%;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.page-shell{width:min(100%,1920px);height:100dvh;min-height:0;display:flex;flex-direction:column;margin:0 auto;overflow:hidden;padding:clamp(42px,7.6vh,82px) 24px clamp(22px,4.8vh,72px)}.hero-block{flex:0 0 auto;display:flex;width:min(100%,540px);margin:0 auto;align-items:center;flex-direction:column;text-align:center}.hero-block h1{margin:0;color:var(--gold);font-family:Syne Mono,monospace;font-size:64px;font-weight:400;letter-spacing:0;line-height:.95}.hero-block p{margin:20px 0 0;color:var(--white);font-family:Syne Mono,monospace;font-size:31px;line-height:1.15}.waitlist-button{min-width:202px;min-height:78px;margin-top:50px;border:1px solid #d7d7d7;border-radius:15px;background:var(--white);color:#141414;font-size:24px;font-weight:500;line-height:1;transition:transform .16s ease,background-color .16s ease}.waitlist-button:hover{transform:translateY(-1px);background:#fff}.waitlist-button:focus-visible,.send-button:focus-visible,.composer input:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.chat-column{width:min(100%,510px);min-height:0;display:flex;flex:1 1 auto;flex-direction:column;margin:clamp(42px,15vh,214px) auto 0;overflow:hidden}.message-list{min-height:0;display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:19px;overflow-x:hidden;overflow-y:auto;padding-bottom:2px;scrollbar-color:var(--gold) transparent;scrollbar-width:thin}.message-list::-webkit-scrollbar{width:8px}.message-list::-webkit-scrollbar-track{background:transparent}.message-list::-webkit-scrollbar-thumb{border-radius:999px;background:var(--gold)}.message-bubble{max-width:100%;min-height:77px;display:flex;align-items:center;border-radius:18px;background:var(--gold);color:#070707;font-size:25px;font-weight:500;line-height:1.45;padding:19px 28px;overflow-wrap:anywhere}.message-bubble:nth-child(1){width:243px}.message-bubble:nth-child(2){width:454px}.message-bubble:nth-child(3){width:246px}.message-bubble:nth-child(4){width:103px}.message-bubble:nth-child(5){width:337px}.message-bubble:nth-child(6){width:229px}.composer{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) 86px;gap:18px;align-items:center;margin-top:20px}.composer input{width:100%;min-height:76px;border:0;border-radius:18px;background:var(--charcoal);color:var(--white);font-size:24px;font-weight:500;padding:0 20px}.composer input::placeholder{color:#f2f2f2;opacity:1}.send-button{width:86px;height:86px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--charcoal-soft);transition:transform .16s ease,background-color .16s ease}.send-button:hover:not(:disabled){transform:translateY(-1px);background:#333}.send-button:disabled{opacity:.7}.send-burst{width:59px;height:59px;display:block;background:var(--white);clip-path:polygon(50% 0%,58% 21%,76% 8%,73% 31%,97% 26%,82% 45%,100% 58%,76% 61%,86% 84%,64% 73%,58% 100%,46% 76%,25% 91%,30% 66%,4% 71%,24% 52%,0% 39%,28% 37%,15% 13%,40% 25%)}.chat-error{min-height:28px;margin:14px 0 0;color:var(--white);font-size:18px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.page-shell{padding:clamp(32px,7vh,52px) 18px clamp(16px,4vh,48px)}.hero-block h1{font-size:44px}.hero-block p{margin-top:16px;font-size:23px}.waitlist-button{min-width:178px;min-height:64px;margin-top:40px;border-radius:14px;font-size:21px}.chat-column{margin-top:clamp(34px,9vh,116px)}.message-list{gap:15px}.message-bubble{width:auto;max-width:calc(100vw - 36px);min-height:62px;border-radius:16px;font-size:21px;line-height:1.35;padding:15px 21px}.message-bubble:nth-child(n){width:auto}.composer{grid-template-columns:minmax(0,1fr) 68px;gap:12px}.composer input{min-height:66px;border-radius:16px;font-size:20px}.send-button{width:68px;height:68px}.send-burst{width:47px;height:47px}}
