.mobile-home{position:relative;flex:1 1 auto;display:flex;flex-direction:column;min-height:0;background:#fbfbfb;overflow:hidden}.mobile-home:before{content:"";position:absolute;left:50%;top:42%;width:460px;height:500px;transform:translate(-50%,-50%);border-radius:50%;filter:blur(140px);background:conic-gradient(from 147.63deg at 50% 50%,rgba(140,184,255,.5) 0deg,rgba(1,76,240,.46) 1turn);z-index:0;pointer-events:none}.mobile-home__scroll{position:relative;z-index:1;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:8px 20px 0}.mobile-home__hero{width:100%;text-align:center;padding:16px 4px 0}.mobile-home__heading{font-size:clamp(24px,6.6vw,32px);font-weight:700;line-height:1.22;letter-spacing:-.015em;color:#0f172a;margin:0}.mobile-home__modes-img{display:block;width:100%;max-width:360px;height:auto;margin:26px auto 0;pointer-events:none;user-select:none}.mobile-home__try{margin-top:auto;padding-top:28px;padding-bottom:14px}.mobile-home__try-label{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:10px}.mobile-home__try-scroller{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;margin-right:-20px;padding-right:20px;padding-bottom:4px}.mobile-home__try-scroller::-webkit-scrollbar{display:none}.mobile-home__try-card{position:relative;flex:0 0 auto;width:min(78vw,320px);height:200px;border:0;border-radius:18px;overflow:hidden;cursor:pointer;scroll-snap-align:start;padding:0;font-family:inherit;text-align:left;background-image:url(/try-asking-sample.png);background-size:cover;background-position:50%;-webkit-tap-highlight-color:transparent}.mobile-home__try-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.78) 0,rgba(15,23,42,.32) 38%,rgba(15,23,42,0) 62%);pointer-events:none}.mobile-home__try-arrow{position:absolute;top:12px;right:12px;z-index:1;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.35);color:#ffffff;backdrop-filter:blur(4px)}.mobile-home__try-text{position:absolute;left:16px;right:16px;bottom:16px;z-index:1;font-size:16px;font-weight:600;line-height:1.3;color:#ffffff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-home__composer{position:relative;z-index:1;flex:0 0 auto;display:flex;align-items:flex-end;gap:8px;margin:8px 16px 12px;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:26px;padding:8px 8px 8px 18px;box-shadow:0 4px 16px rgba(15,23,42,.06);transition:border-color .15s ease}.mobile-home__composer:focus-within{border-color:#0660fe}.mobile-home__input{flex:1 1 auto;border:0;outline:0;resize:none;background:transparent;font-family:inherit;font-size:16px;color:#0f172a;line-height:1.45;padding:8px 0;min-height:24px;max-height:120px;-webkit-tap-highlight-color:transparent}.mobile-home__input::placeholder{color:#94a3b8}.mobile-home__submit{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#cbd5e1;border:0;border-radius:50%;color:#ffffff;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease}.mobile-home__submit.is-active:not(:disabled){background:#0660fe}.mobile-home__submit:disabled{cursor:default}.mobile-home__submit:active:not(:disabled){background:#0552d8}