@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f2f0;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}body.landing{overflow:hidden;height:100vh;height:100dvh}.landing{position:relative;display:flex;flex-direction:column;align-items:center;height:100vh;height:100dvh;overflow:hidden;padding:0 1rem}.landing__logo{margin-top:2rem;flex-shrink:0}.landing__logo-img{height:2rem;width:auto}.landing__logo-text{font-size:1.5rem;font-weight:600;color:#000}.landing__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.landing__form-wrapper{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1.5rem}.landing__title{font-size:2.25rem;font-weight:600;text-align:center;color:#000;line-height:1.2}.landing__subtitle{font-size:.875rem;color:#646464;text-align:center}.landing__form{display:flex;flex-direction:column;gap:.75rem}.landing__input{width:100%;border:1px solid #D4D4D4;background:#fff;padding:.5rem .75rem;font-size:.875rem;color:#000;outline:none;transition:border-color .15s}.landing__input::-moz-placeholder{color:#a0a0a0}.landing__input::placeholder{color:#a0a0a0}.landing__input:focus{border-color:#6b7280}.landing__button{width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#000;color:#fff;border:none;cursor:pointer;transition:background-color .15s}.landing__button:hover{background:#1f2937}.landing__button:disabled{opacity:.5;cursor:default}.landing__error{font-size:.875rem;color:#dc2626;min-height:1.25rem}.landing__error:empty{display:none}.landing__success{text-align:center}.landing__instagram{position:absolute;bottom:2rem;color:#a0a0a0;transition:color .15s}.landing__instagram:hover{color:#000}
