.input:hover{filter:brightness(120%)}.input:active{filter:brightness(140%)}.input{box-shadow:0 0 0 1.75px #252529;background:linear-gradient(180deg,hsla(240,15%,6%,.5),hsla(240,15%,6%,.5));border-radius:8px;display:flex;height:48px;position:relative;transition:all .2s ease-out}.input:has(input:focus-within){box-shadow:0 0 0 3px #393942}.input .field{color:#fff;font-size:16px;font-weight:375;height:100%;line-height:28px;padding:0 16px;width:100%}.input .field::placeholder{color:#c2c2c2;opacity:1}.form-content-container{box-shadow:inset 0 -5px 15px -11px #2d303f;background:linear-gradient(180deg,rgba(10,10,10,0),#17181e 100%);border-radius:0 0 10px 10px;display:flex;min-height:100%;padding:40px;position:relative;transition:padding-bottom .2s cubic-bezier(.85,0,.15,1);width:100%}.form-content-container:has(.is-visible:last-child){padding-bottom:128px!important}@media screen and (max-width:612px){.form-content-container{padding:24px 24px 40px}.form-content-container .form-content{gap:36px!important}.form-content-container .form-content .meta h1{font-size:28px!important;line-height:36px!important}.form-content-container .form-content .meta p{font-size:16px!important;line-height:24px!important}}.form-content-container .form-content{will-change:transform,opacity;display:flex;flex-direction:column;gap:64px;transition:all .3s cubic-bezier(.85,0,.15,1);z-index:2000}.form-content-container .form-content:not(:first-child){inset:0;padding:inherit;position:absolute;width:100%}.form-content-container .form-content:not(.is-visible){opacity:0;pointer-events:none;transform:translateX(-10px);visibility:hidden}.form-content-container .form-content.is-visible{opacity:1;transform:none;visibility:visible;transition-delay:.15s}.form-content-container .form-content .meta{gap:16px;align-items:center;display:flex;flex-direction:column;justify-content:center}.form-content-container .form-content .meta h1{background:linear-gradient(180deg,#fff,#ccceeb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:36px;font-weight:500;line-height:48px;text-align:center}.form-content-container .form-content .meta p{transition:all .3s ease-out;color:#d0d2e5;font-family:Inter;font-size:18px;font-weight:375;line-height:26px;text-align:center}.form-content-container .form-content .meta p.process-status{background-color:#8f91a3!important;background-image:linear-gradient(90deg,#8f91a3,#ececec 50%,#8f91a3);background-repeat:no-repeat;background-size:50% 200%;background-clip:text!important;background-position:-100% top;-webkit-background-clip:text!important;-webkit-text-fill-color:rgba(0,0,0,0)!important;animation-duration:1.5s;animation-iteration-count:infinite;animation-name:thinker;display:inline-block;font-weight:500;position:relative}@keyframes thinker{0%{background-position:-100% top}to{background-position:250% top}}.form-content-container .form-content .input-group{display:flex;flex-direction:column;gap:32px;justify-content:center}.form-content-container .form-content .whats-next{display:flex;flex-direction:column;gap:24px}.form-content-container .form-content .whats-next .whats-next-item{align-items:center;background:linear-gradient(180deg,#0f0f12,#0e0e11);border-radius:8px;border:1.75px solid #1f1f1f;display:flex;gap:8px;min-height:48px;padding:8px 16px}.form-content-container .form-content .whats-next .whats-next-item .whats-next-icon{align-items:center;background:#292b34;border-radius:960px;display:flex;padding:5px}.form-content-container .form-content .whats-next .whats-next-item .whats-next-icon svg{stroke-width:2.5px;color:#e8eaff;height:14px;width:14px}.form-content-container .form-content .whats-next .whats-next-item .whats-next-text{-webkit-background-clip:text!important;-webkit-text-fill-color:rgba(0,0,0,0)!important;background-clip:text!important;background:linear-gradient(180deg,#e8eaff 60%,#d1d3e9);font-size:15px;font-weight:600;line-height:22px}.panel:hover{filter:brightness(120%)}.panel{align-content:center;background:linear-gradient(180deg,#17181e,#0c0c0c);border-radius:20px;border:1.5px solid #282828;box-shadow:inset 0 0 12px 0 #1b1b1e;display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(18,1fr);height:100%;max-height:212px;padding:24px;transition:filter .2s ease-out;width:100%}@media screen and (max-width:612px){.panel{gap:16px 12px;height:-moz-fit-content;height:fit-content;padding:16px}}.panel.is-post-window .led.is-on{background:#fff4dc}.panel.is-post-window .led.is-on:not(.is-emphasized){box-shadow:0 0 6px 0 #ffb100,inset 0 0 1px 1px rgba(255,208,0,.25),inset 0 0 1px 1px rgba(125,95,0,.8);border:.5px solid #ffb100}.panel.is-post-window .led.is-on.is-emphasized{box-shadow:0 0 6px 0 #f8d351,inset 0 0 1px 1px rgba(253,226,70,.25),inset 0 0 1px 1px rgba(255,231,88,.8);animation:pulse 1s ease-out infinite;animation-delay:.5s;outline:.5px solid #ffb100}.panel.is-error-window .led.is-on{background:#fff4dc}.panel.is-error-window .led.is-on:not(.is-emphasized){box-shadow:0 0 6px 0 red,inset 0 0 1px 1px rgba(255,0,0,.25),inset 0 0 1px 1px rgba(125,0,0,.8);border:.5px solid red}.panel.is-error-window .led.is-on.is-emphasized{box-shadow:0 0 6px 0 #f80051,inset 0 0 1px 1px rgba(253,0,70,.25),inset 0 0 1px 1px rgba(255,0,88,.8);animation:pulse 1s ease-out infinite;animation-delay:.5s;outline:.5px solid red}.panel.is-success-window .led.is-on{background:#fff4dc}.panel.is-success-window .led.is-on:not(.is-emphasized){box-shadow:0 0 6px 0 #00b100,inset 0 0 1px 1px rgba(0,208,0,.25),inset 0 0 1px 1px rgba(0,95,0,.8);border:.5px solid #00b100}.panel.is-success-window .led.is-on.is-emphasized{box-shadow:0 0 6px 0 #00d351,inset 0 0 1px 1px rgba(0,226,70,.25),inset 0 0 1px 1px rgba(0,231,88,.8);animation:pulse 1s ease-out infinite;animation-delay:.5s;outline:.5px solid #00b100}.panel .led{transition:all .2s ease-out;aspect-ratio:1/1;background:#444;border-radius:960px;box-shadow:inset 0 0 2px 0 #565656;flex-shrink:0;height:2px;width:2px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.panel .led.is-on{background:#dcecff;border-radius:960px}.panel .led.is-on:not(.is-emphasized){box-shadow:0 0 6px 0 #002aff,inset 0 0 1px 1px rgba(0,119,255,.25),inset 0 0 1px 1px rgba(0,49,105,.8);border:.5px solid #0015ff}.panel .led.is-on.is-emphasized{box-shadow:0 0 6px 0 #0015ff,inset 0 0 1px 1px rgba(70,156,253,.25),inset 0 0 1px 1px rgba(88,166,255,.8);animation:pulse 1s ease-out infinite;animation-delay:.5s;outline:.5px solid #002aff}@property --ruler-color-top{syntax:"<color>";initial-value:#0015ff;inherits:false}@property --ruler-color-bottom{syntax:"<color>";initial-value:#282828;inherits:false}@property --ruler-color-shine{syntax:"<color>";initial-value:#002aff;inherits:false}.ruler-group{align-items:flex-start;display:flex;height:100%;inset:0;justify-content:center;padding:0 24px;position:fixed;z-index:-1}.ruler-group.standard .side{flex:1 1;align-items:center;display:flex;height:100%;justify-content:space-between;max-width:516.5px;width:100%}.ruler-group.standard .side .ruler{background:linear-gradient(180deg,#141414 85%,rgba(14,14,14,0));height:100%;width:1.5px}@media screen and (max-width:628px){.ruler-group.standard .side:first-child{justify-content:flex-end}.ruler-group.standard .side:first-child .ruler:not(:last-child),.ruler-group.standard .side:last-child .ruler:not(:first-child){display:none}}.ruler-group.standard .center{display:flex;flex:1 1 560px;gap:48px;height:232px;justify-content:center;max-width:512px;opacity:0;pointer-events:none;width:100%}.ruler-group.feed .side{align-items:center;display:flex;flex:1 1;height:100%;justify-content:space-between;max-width:516.5px;width:100%}.ruler-group.feed .side .ruler{background:linear-gradient(180deg,#141414 85%,rgba(14,14,14,0));height:100%;width:1.5px}.ruler-group.feed .side .ruler.x-end,.ruler-group.feed .side .ruler.x-start{background:linear-gradient(180deg,#141414 65.5%,#434a57)}@media screen and (max-width:628px){.ruler-group.feed .side:first-child{justify-content:flex-end}.ruler-group.feed .side:first-child .ruler:not(:last-child),.ruler-group.feed .side:last-child .ruler:not(:first-child){display:none}}.ruler-group.feed .center{opacity:0;pointer-events:none;display:flex;flex:1 1 560px;gap:48px;height:232px;justify-content:center;max-width:512px;position:relative;width:100%}.standard-center{display:flex;height:-moz-fit-content;height:fit-content;inset:0;justify-content:center;margin:0 auto}@media screen and (max-width:628px){.standard-center.top .center{height:100px}}.standard-center.bottom{max-height:232px;height:100%}.standard-center.bottom .center{min-height:100vh;height:100%}.standard-center.bottom .center .ruler{height:unset}.standard-center .center{display:flex;gap:48px;height:200px;justify-content:center;max-width:512px;width:100%}.standard-center .center.is-post-window .ruler{--ruler-color-top:#ffb100;--ruler-color-bottom:#282828;--ruler-color-shine:#f8d351}.standard-center .center.is-post-window .ruler:before{--ruler-color-shine:#f8d351}.standard-center .center.is-post-window .ruler:first-child:before{animation-duration:1s;animation-delay:1s}.standard-center .center.is-post-window .ruler:nth-child(2){--ruler-color-top:#282828;--ruler-color-bottom:#ffb100}.standard-center .center.is-post-window .ruler:nth-child(2):before{animation-duration:1s;animation-delay:.5s}.standard-center .center.is-post-window .ruler:nth-child(3):before{animation-duration:1s;animation-delay:1s}.standard-center .center.is-error-window .ruler{--ruler-color-top:rgb(255,0,0);--ruler-color-bottom:rgb(40,40,40);--ruler-color-shine:rgb(248,0,81)}.standard-center .center.is-error-window .ruler:before{--ruler-color-shine:rgb(248,0,81)}.standard-center .center.is-error-window .ruler:first-child:before{animation-duration:3s;animation-delay:3s}.standard-center .center.is-error-window .ruler:nth-child(2){--ruler-color-top:#282828;--ruler-color-bottom:rgb(255,0,0)}.standard-center .center.is-error-window .ruler:nth-child(2):before{animation-duration:2s;animation-delay:1s}.standard-center .center.is-error-window .ruler:nth-child(3):before{animation-duration:3s;animation-delay:3s}.standard-center .center.is-success-window .ruler{--ruler-color-top:rgb(0,255,0);--ruler-color-bottom:rgb(40,40,40);--ruler-color-shine:rgb(0,248,81)}.standard-center .center.is-success-window .ruler:before{--ruler-color-shine:rgb(0,248,81)}.standard-center .center.is-success-window .ruler:first-child:before{animation-duration:.5s;animation-delay:3s}.standard-center .center.is-success-window .ruler:nth-child(2){--ruler-color-top:#282828;--ruler-color-bottom:rgb(0,255,0)}.standard-center .center.is-success-window .ruler:nth-child(2):before{animation-duration:2s;animation-delay:1s}.standard-center .center.is-success-window .ruler:nth-child(3):before{animation-duration:.5s;animation-delay:3s}.standard-center .center .ruler{transition:--ruler-color-top .2s ease-out,--ruler-color-bottom .2s ease-out,--ruler-color-shine .2s ease-out;background:linear-gradient(180deg,var(--ruler-color-top) 0,var(--ruler-color-bottom) 67.5%);box-shadow:0 0 12px 0 rgba(1,60,255,.2);height:100%;overflow:hidden;position:relative;width:1.5px}.standard-center .center .ruler:before{animation:shine 4s ease-out infinite;background:linear-gradient(1turn,transparent,var(--ruler-color-shine),transparent);content:"";top:-200%;position:absolute;width:100%;z-index:1}.standard-center .center .ruler:first-child:before{animation-delay:2s}.standard-center .center .ruler:nth-child(2){background:linear-gradient(180deg,var(--ruler-color-bottom) 32.5%,var(--ruler-color-top) 100%)}.standard-center .center .ruler:nth-child(2):before{animation-delay:1.75s}.standard-center .center .ruler:nth-child(3):before{animation-delay:2s}.feed-center{height:-moz-fit-content;height:fit-content;inset:0;margin:0 auto}.feed-center,.feed-center .center{display:flex;justify-content:center}.feed-center .center{flex:1 1 560px;gap:48px;height:272px;max-width:512px;position:relative;width:100%}.feed-center .center .ruler{box-shadow:0 0 12px 0 hsla(0,0%,100%,.2);height:100%;overflow:hidden;position:relative;width:1.25px}.feed-center .center .ruler:before{animation:shine 5s ease-out infinite;background:linear-gradient(1turn,transparent,#fff,transparent);content:"";top:-200%;position:absolute;width:100%;z-index:1}@keyframes shine{0%{top:-100%;height:100%}50%{top:100%;height:50%}to{top:-100%;height:100%}}.feed-center .center .ruler:first-child{background:linear-gradient(180deg,#ff4049 12%,#6916da)}.feed-center .center .ruler:nth-child(2){background:linear-gradient(180deg,#ff5d5d 25%,#e98f03 36.5%,#4879ff)}.feed-center .center .ruler:nth-child(3){background:linear-gradient(180deg,#7d2acb 32.5%,#0340d9)}.feed-center .center .profiles{height:100%;inset:0;margin:0 auto;position:absolute;width:100.5px}.feed-center .center .profiles .profile{outline:2px solid rgba(0,0,0,0);animation-iteration-count:1;border-radius:960px;cursor:pointer;height:-moz-fit-content;height:fit-content;max-height:29px;max-width:29px;position:absolute;transition:all .2s ease-out;width:-moz-fit-content;width:fit-content}.feed-center .center .profiles .profile img{border-radius:960px;pointer-events:none}.feed-center .center .profiles .profile.selected:first-child{outline-color:hsl(337,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(2){outline-color:hsl(276,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(3){outline-color:hsl(229,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(4){outline-color:hsl(35,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(5){outline-color:hsl(15,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(6){outline-color:hsl(226,65%,75%)}.feed-center .center .profiles .profile.selected:nth-child(7){outline-color:hsl(253,65%,75%)}.feed-center .center .profiles .profile.left{left:-12.75px}.feed-center .center .profiles .profile.left:first-child{filter:brightness(1) drop-shadow(0 0 12px hsl(337,51%,40%));top:75px}.feed-center .center .profiles .profile.left:first-child:hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(337,65%,75%))}.feed-center .center .profiles .profile.left:first-child:active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(337,80%,90%))}.feed-center .center .profiles .profile.left:nth-child(2){filter:brightness(1) drop-shadow(0 0 12px hsl(276,51%,40%));top:155px}.feed-center .center .profiles .profile.left:nth-child(2):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(276,65%,75%))}.feed-center .center .profiles .profile.left:nth-child(2):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(276,80%,90%))}.feed-center .center .profiles .profile.center{left:0;margin:0 auto;right:0}.feed-center .center .profiles .profile.center:nth-child(3){filter:brightness(1) drop-shadow(0 0 12px hsl(229,51%,50%));top:205px}.feed-center .center .profiles .profile.center:nth-child(3):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(229,65%,75%))}.feed-center .center .profiles .profile.center:nth-child(3):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(229,80%,90%))}.feed-center .center .profiles .profile.center:nth-child(4){filter:brightness(1) drop-shadow(0 0 12px hsl(35,51%,40%));top:120px}.feed-center .center .profiles .profile.center:nth-child(4):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(35,65%,75%))}.feed-center .center .profiles .profile.center:nth-child(4):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(35,80%,90%))}.feed-center .center .profiles .profile.center:nth-child(5){filter:brightness(1) drop-shadow(0 0 12px hsl(15,51%,43%));top:35px}.feed-center .center .profiles .profile.center:nth-child(5):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(15,65%,75%))}.feed-center .center .profiles .profile.center:nth-child(5):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(15,80%,90%))}.feed-center .center .profiles .profile.right{right:-12.75px}.feed-center .center .profiles .profile.right:nth-child(6){filter:brightness(1) drop-shadow(0 0 12px hsl(226,51%,40%));top:75px}.feed-center .center .profiles .profile.right:nth-child(6):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(226,65%,75%))}.feed-center .center .profiles .profile.right:nth-child(6):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(226,80%,90%))}.feed-center .center .profiles .profile.right:nth-child(7){filter:brightness(1) drop-shadow(0 0 12px hsl(253,51%,40%));top:155px}.feed-center .center .profiles .profile.right:nth-child(7):hover{filter:brightness(1.1) drop-shadow(0 0 12px hsl(253,65%,75%))}.feed-center .center .profiles .profile.right:nth-child(7):active{filter:brightness(1.3) drop-shadow(0 0 12px hsl(253,80%,90%))}.scale-in{animation:scale-in .5s cubic-bezier(.85,0,.15,1) forwards,float 5s cubic-bezier(.85,0,.15,1) infinite}.fade-in{animation:fade-in 1.75s cubic-bezier(.85,0,.15,1) forwards}.fade-in-quick{animation:fade-in .5s cubic-bezier(.85,0,.15,1) forwards}.slide-in-minus{animation:slide-in-minus 2s cubic-bezier(.85,0,.15,1) forwards}.slide-in-plus{animation:slide-in-plus 2s cubic-bezier(.85,0,.15,1) forwards}.slide-in-plus-with-fade-in{animation:slide-in-plus 2s cubic-bezier(.85,0,.15,1) forwards,fade-in 1.75s cubic-bezier(.85,0,.15,1) forwards}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-minus{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-in-plus{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes list-in{0%{transform:translateX(-100%);opacity:0}to{transform:none;opacity:1}}@keyframes list-out{0%{transform:none;opacity:1}to{transform:translateX(-100%);opacity:0}}.section-wrapper{min-height:100vh;height:100%;opacity:0;overflow-y:hidden;pointer-events:none;visibility:hidden}.section-wrapper.is-active{pointer-events:auto;opacity:1;visibility:visible}.section-wrapper.is-active .feed,.section-wrapper.is-active .form,.section-wrapper.is-active .form-content.is-visible{pointer-events:auto}.section-wrapper .form-container{display:flex;justify-content:center;pointer-events:none;width:100%}.section-wrapper .form-container .form{height:100%;max-width:560px;padding:0 24px;width:100%}.section-wrapper .feed-container{height:100%;align-items:center;display:flex;justify-content:center;pointer-events:none;width:100%}.section-wrapper .feed-container .feed{height:100%;padding:0 24px;transition:all .5s cubic-bezier(.2,1,.3,1);width:100%}