.content{flex:1;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;padding-top:100px;gap:2rem}.content>*{opacity:0;transform:translateY(20px);animation:fadeUp .8s ease forwards}.content>*:nth-child(1){animation-delay:.2s}.content>*:nth-child(2){animation-delay:.4s}.logo-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;text-align:left}.logo-shape{width:100px;height:100px;background-color:#fefefe;border-radius:12px;border:1px solid rgba(145,145,145,1);box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;color:#9b4056;font-size:2rem;font-weight:400;flex-shrink:0;padding:1.5rem .5rem .5rem;animation:popIn .5s ease forwards}.logo-text{display:flex;flex-direction:column;justify-content:center}.logo-text h1{font-size:2.5rem;margin:0}.logo-text p{font-size:1.25rem;margin:0}.buttons{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;align-items:center}.buttons a{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:0 0 auto;padding:.75rem 2rem;background:#fed98780;color:#5e5e5e;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.buttons a:hover{background:#fed987;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.buttons a:active{transform:translateY(0);box-shadow:0 4px 12px #0000001a}.bottom-image{display:block;width:100px;height:auto;margin:0 0 0 75%;transform:translateY(30px);opacity:0;animation:peek 1s ease-out forwards,float 4s ease-in-out 1s infinite alternate}@media (max-width: 768px){.logo-row{flex-direction:column;align-items:center;text-align:center}.buttons{flex-direction:column;gap:1rem;justify-content:center;align-items:center}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%{transform:translateY(2px)}to{transform:translateY(5px)}}@keyframes peek{0%{transform:translateY(30px);opacity:0}to{transform:translateY(2px);opacity:1}}.privacy-policy,.terms-of-service{flex:1;display:flex;justify-content:center;padding:2rem;max-width:800px;margin:0 auto}.auth-action{flex:1;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;max-width:800px;margin:0 auto;text-align:center}.verify-spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:#9b4056;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}@keyframes spin{to{transform:rotate(360deg)}}.material-symbols-rounded.icon,.material-symbols-outlined.icon{font-size:48px;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 48;color:#9b4056;margin:1.5rem auto}.status{font-size:1.2rem;line-height:1.6;white-space:pre-line;margin-bottom:2rem}.reset-password-form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:320px}.reset-password-form input{padding:.75rem 1rem;border:1px solid #ccc;border-radius:12px;font-size:1rem;width:100%}.reset-error{color:#9b4056;font-size:.8rem}.reset-password-form button{padding:.75rem 2rem;background:#fed98780;color:#5e5e5e;border-radius:12px;font-size:1rem;text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.reset-password-form button:hover{background:#fed987;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.support{flex:1;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;max-width:800px;margin:0 auto}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inconsolata,monospace;background:#fefefe;color:#424242;overflow-x:hidden}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}input,button,textarea,select{font-family:inherit;color:inherit}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600}p{margin:0 0 1rem;line-height:1.6}li{line-height:1.6;margin-bottom:.5rem}body{display:flex;flex-direction:column;min-height:100vh}#root{display:flex;flex-direction:column;flex:1}main{flex:1;display:flex;flex-direction:column}header{display:flex;z-index:10;background:#fefefe;justify-content:center;align-items:center;text-align:center;padding:1.5rem}header .logo{font-size:2rem;margin-bottom:0;color:#9b4056;transition:opacity .2s ease}header .logo:hover{opacity:.8}footer{display:flex;z-index:2;background:#fefefe;flex-direction:row;justify-content:space-evenly;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem;text-align:center;font-size:.8rem;color:#5e5e5e;border-top:1px solid rgba(242,242,242,1)}footer p{margin:0}footer .link{transition:opacity .2s ease}footer .link:hover{opacity:.8}@media (max-width: 768px){header{padding:1rem}footer{flex-direction:column;justify-content:center;text-align:center}}
