@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:CircularXX TTTrial;src:url(https://use.typekit.net/af/ae67e8/00000000000000007735ba7b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/ae67e8/00000000000000007735ba7b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#1cecff33,#ff06da33 46.15%,#eeff0633 99.04%);min-height:100vh;min-width:100vw;display:flex;align-items:center;justify-content:center;margin:0;padding:80px 64px}.app,#root{width:100%;height:100%}.container{display:flex;height:calc(100vh - 160px);width:calc(100vw - 160px);border-radius:32px;background:transparent}@media (max-width: 768px){body{align-items:center;justify-content:center;padding:0;min-height:100dvh;background:#fff}.container{flex-direction:column;height:100%;width:100%;border-radius:0}input,textarea,select{font-size:16px!important}}.chat-section{flex:0 0 30%;background:#000;padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between;height:100%;border-top-right-radius:36px;border-bottom-right-radius:36px;box-shadow:0 0 22px #0000001f}.chat-messages{flex:1;display:flex;flex-direction:column-reverse;gap:19px;overflow-y:auto;padding-bottom:23px;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.chat-messages::-webkit-scrollbar{display:none}.message{display:flex;flex-direction:column;animation:slideInFade .5s ease-out}@keyframes slideInFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message.user{align-items:flex-end}.message.system{align-items:flex-start}.message-frame-container{position:relative;max-width:80%;display:inline-block}.system-frame{background:linear-gradient(to right,#1cecff,#ff06da 46.15%,#eeff06 99.04%);padding:1px;border-radius:16px}.user-frame{background:#f5f5f533;padding:1px;border-radius:16px}.message-content-inner{display:flex;flex-direction:column;gap:8px}.message-content{position:relative;padding:8px 16px;font-size:13px;word-wrap:break-word;white-space:pre-wrap;color:#fffc;display:flex;align-items:center;font-weight:500;gap:8px;background:#000;border-radius:16px}.message-icon{width:16px;height:16px;flex-shrink:0;color:#ffffffb3}.message-icon.streaming-cursor{animation:none}.user-frame .message-content{background:#4443}.system-frame .message-content{background:#000}.message-metadata{display:flex;align-items:center;gap:8px;padding:8px 0 0;font-size:12px;color:#ffffffb3;font-weight:500}.metadata-text{color:#ffffffb3}.chat-input-form{height:auto}.input-container{position:relative;display:flex;align-items:flex-end}.chat-input{width:100%;height:66px;padding:24px 36px 24px 24px;background:#000;border-radius:16px;font-size:13px;outline:none;border:1px solid rgba(255,255,255,.5);color:#fff;transition:border-color .3s ease;font-weight:500;font-family:Inter,sans-serif;resize:none;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.chat-input::-webkit-scrollbar{display:none}.chat-input::placeholder{font-size:13px;font-weight:500;color:#fff9;font-family:Inter,sans-serif}.chat-input:disabled{opacity:.6;cursor:not-allowed;border-color:#ffffff4d}.chat-input:disabled::placeholder{color:#fff6}.send-button{position:absolute;right:8px;bottom:8px;padding:8px;width:32px;height:32px;border-radius:16px;background:#fff3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .3s ease}.send-button:hover{background:#555}.send-button:active{background:#333}.send-button:disabled{opacity:.4;cursor:not-allowed;background:#ffffff1a}.send-button:disabled:hover{background:#ffffff1a}@media (max-width: 768px){.chat-section{flex:none;height:auto;min-height:40vh;padding:24px 20px;border-radius:0 0 16px 16px}.chat-messages{gap:16px;padding-bottom:16px;min-height:30vh}.message-frame-container{max-width:90%}.chat-input-form,.input-container{min-height:66px}.chat-input{height:66px;padding:21px 45px 26px 24px;font-size:16px;font-weight:500;font-family:Inter,sans-serif}.chat-input::placeholder{font-size:16px;font-weight:500;color:#fff9;font-family:Inter,sans-serif}.send-button{width:40px;height:40px;border-radius:24px;right:8px}.send-button-icon{width:24px;height:24px}.send-button.active{background:#fff}.send-button.active:hover{background:#f0f0f0}.send-button.active:active{background:#e0e0e0}.send-button.active .send-button-icon{filter:invert(1)}.message-content{font-size:16px}}.message.streaming{animation:none}.streaming-cursor{font-weight:700;margin-left:2px}.streaming-dots{font-weight:700;width:20px;display:inline-block}.streaming-dots:after{content:".";animation:cycleDots 1.5s infinite}@keyframes cycleDots{0%,25%{content:""}26%,50%{content:"."}51%,75%{content:".."}76%,to{content:"..."}}.message.error{animation:slideInFade .5s ease-out}.error-message{color:#ff6b6b;font-style:italic}.message-content ul,.message-content ol{margin:8px 0;padding-left:20px;color:#fffc}.message-content li{margin:4px 0}.message-content blockquote{margin:8px 0;padding:8px 12px;border-left:3px solid rgba(28,236,255,.5);background:#ffffff0d;border-radius:4px;font-style:italic}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:12px 0 8px;color:#ffffffe6;font-weight:600}.message-content h1{font-size:16px}.message-content h2{font-size:15px}.message-content h3{font-size:14px}.message-content h4,.message-content h5,.message-content h6{font-size:13px}.message-content pre{background:#ffffff1a;padding:8px 12px;border-radius:6px;overflow-x:auto;margin:8px 0;font-size:12px;color:#ffffffe6}.message-content hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:12px 0}@media (max-width: 768px){.chat-section{display:none}.chat-input{border-radius:24px}.user-frame .message-content{color:#fffc}.streaming-cursor{color:#fff}}.bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;align-items:flex-end;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottom-sheet{width:100%;height:95%;background:#000;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;position:fixed;bottom:0;left:0;right:0;contain:layout style paint}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-header{position:sticky;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;flex-shrink:0;background:#000;z-index:10;border-radius:16px 16px 0 0;padding:29px 24px 24px}.bottom-sheet-title{font-size:16px;font-weight:700;line-height:40px;color:#fff;margin:0;font-family:CircularXX TTTrial,Inter,sans-serif;text-align:center}.bottom-sheet-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.bottom-sheet-content .chat-section{background:#000;padding:0 15px 16px;flex:1;display:flex;flex-direction:column;min-height:0}.bottom-sheet-content .chat-messages{flex:1;overflow-y:auto;padding:16px 0;min-height:200px;max-height:calc(90vh - 150px);-webkit-overflow-scrolling:touch}.bottom-sheet-content .chat-input-form{flex-shrink:0;margin-top:auto;padding-top:16px}body.bottom-sheet-open{overflow:hidden;position:fixed;width:100%;height:100%;background:#000!important}.left-section-container{flex:0 0 70%;background:#000;height:100%;border-top-left-radius:36px;border-bottom-left-radius:36px;box-shadow:0 0 22px #0000001f}.left-section{background:#fff;padding:43px 43px 36px;display:flex;flex-direction:column;justify-content:space-between;position:relative;height:100%;border-radius:32px}.top-text{font-size:16px;color:#000000b3;text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.magic-wand-icon{color:#666;vertical-align:middle}.main-content{flex:1;display:flex;align-items:center;justify-content:center}.logo-section{text-align:center}.logo{color:#000;text-align:center;font-family:CircularXX TTTrial,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:84px;font-style:normal;font-weight:700;line-height:normal;margin:0}.subtitle{color:#000;font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:normal;opacity:.7;margin:21px 0 0}.bottom-section{text-align:center}.lucky-star{color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;opacity:.4}.sequoia-logo{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px}.sequoia-text{font-size:16px;font-weight:700;color:#000;letter-spacing:2px}.sequoia-icon{height:15px;width:auto;display:inline-block}.mobile-waitlist-icon{font-size:32px;margin-top:8px;opacity:.7}@media (max-width: 768px){.left-section-container{flex:none;width:100vw;height:100dvh;background:#fff;border-radius:0;box-shadow:none}.left-section{padding:7px 50px 24px;border-radius:0;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.top-text{font-size:16px;color:#000000b3;text-align:center;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.magic-icon{width:24px;height:24px}.main-content{flex:1;display:flex;align-items:center;justify-content:center}.logo{font-size:84px;font-weight:700;margin:0}.subtitle{font-size:20px;color:#000000b3;font-weight:500;margin:5px 0 0;line-height:29px}.bottom-section{text-align:center;margin-top:auto}.lucky-star{font-size:16px;color:#0006;font-weight:500}.sequoia-icon{height:15px;width:auto}.subtitle.clickable{cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;position:relative}.subtitle.clickable:hover{transform:scale(1.05);text-shadow:0 2px 8px rgba(0,0,0,.1)}.subtitle.clickable:active{transform:scale(.98)}}
