html,body,#root{color:#fff;background:#000;height:100%}body{margin:0}html{font-family:Poppins,sans-serif}.app-shell{justify-content:center;align-items:center;min-height:100vh;position:relative}.orb-background{z-index:0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.orb-background .orb-container{width:140vmin;height:140vmin}.content{z-index:1;min-height:100vh;position:relative}.navi{box-sizing:border-box;z-index:9999;justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0}.input-wrapper{box-sizing:content-box;background-color:#292524;border-radius:20px;align-items:center;width:fit-content;height:45px;padding:5px;display:flex}.icon{fill:#fff;width:30px;margin-left:8px;transition:all .3s}.input{color:#fff;background-color:#292524;border:none;outline:none;max-width:800px;height:100%;padding-left:15px;font-size:1em}.input:-webkit-autofill{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #292524}.Subscribe-btn{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:15px;justify-content:center;align-items:center;width:95px;height:100%;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.arrow{margin-right:150px;transition:all .3s;position:absolute}.input-wrapper:active .icon{transform:scale(1.3)}.Subscribe-btn:hover{color:#fff}.Subscribe-btn:hover .arrow{transform-origin:100%;margin-right:0;animation:.9s both jello-vertical}@keyframes jello-vertical{0%{transform:scale(1)}30%{transform:scale(.75,1.25)}40%{transform:scale(1.25,.75)}50%{transform:scale(.85,1.15)}65%{transform:scale(1.05,.95)}75%{transform:scale(.95,1.05)}to{transform:scale(1)}}.Subscribe-btn:active{transform:scale(.9)}.landing-page .input-wrapper{z-index:2;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.orb-container{z-index:0;width:100%;height:100%;position:relative}.title{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:10px;font-size:2rem;font-weight:700;display:flex}.landing-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.landing-page .input-wrapper{-webkit-backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;align-items:center;width:min(920px,100vw - 32px);height:56px;padding:8px;display:flex;box-shadow:0 10px 30px #00000059}.landing-page .input-wrapper:focus-within{background:#ffffff1f;border-color:#ffffff59}.landing-page .input.chat-input{color:#fffffff2;background:0 0;border:0;outline:none;flex:1;max-width:none;height:100%;padding-left:14px}.landing-page .input.chat-input::placeholder{color:#ffffffa6}.landing-page .Subscribe-btn.chat-send{color:#fffffff2;-webkit-backdrop-filter:blur(14px);background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;width:110px}.landing-page .Subscribe-btn.chat-send:hover{background:#fff3}.landing-page .Subscribe-btn.chat-send:active{transform:scale(.98)}.landing-page .chatbar{align-items:center;gap:10px;width:100%;height:100%;display:flex}.text-type{white-space:pre-wrap;display:inline-block}.text-type__cursor{opacity:1;margin-left:.25rem;display:inline-block}.text-type__cursor--hidden{display:none}.logo{color:#fff;font-size:1.5rem;font-weight:700}:root{--topbar-height:60px}.topbar{width:100%;height:var(--topbar-height);box-sizing:border-box;z-index:10;-webkit-backdrop-filter:blur(18px)saturate(140%);background-color:#ffffff14;background-image:linear-gradient(135deg,#ffffff24,#ffffff0a);border-bottom:1px solid #ffffff2e;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}.topbar-main{justify-content:space-between;align-items:center;width:100%;display:flex}.menu-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.menu-button svg{width:24px;height:24px}.logo h1{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:18px;display:flex}.nav-desktop{justify-content:flex-end}.nav-mobile{display:none}.nav-link{color:#fff;font-weight:500;text-decoration:none}.login-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:10px;padding:8px 12px}@media (width<=640px){.topbar{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;height:auto;padding:12px 16px}.logo h1{font-size:1.25rem}.menu-button{display:inline-flex}.nav-desktop{display:none}.nav-mobile{-webkit-backdrop-filter:blur(14px);box-sizing:border-box;background:#00000040;border:1px solid #ffffff2e;border-radius:10px;flex-direction:column;align-items:stretch;gap:10px;width:100%;padding:10px 12px;display:flex}.nav-mobile .nav-link,.nav-mobile .login-button{width:100%}.nav-mobile .login-button{text-align:left}.nav-link{font-size:.95rem}}@media (width<=360px){.logo h1{font-size:1.15rem}.nav-links{column-gap:12px}}.user-profile{cursor:pointer;background:#2e8eff33 linear-gradient(to bottom right,#2e8eff 0%,#2e8eff00 30%);border-radius:15px;justify-content:center;align-items:center;width:131px;height:51px;transition:all .3s;display:flex}.user-profile:hover,.user-profile:focus{background-color:#2e8effb3;outline:none;box-shadow:0 0 10px #2e8eff80}.user-profile-inner{color:#fff;background-color:#1a1a1a;border-radius:13px;justify-content:center;align-items:center;gap:15px;width:127px;height:47px;font-weight:600;display:flex}.user-profile-inner svg{fill:#fff;width:27px;height:27px}
