@keyframes shake-grow{0%{transform:scale(1) translate(1px,1px) rotate(0)}10%{transform:scale(1.1) translate(-1px,-2px) rotate(-1deg)}20%{transform:scale(1) translate(-3px) rotate(1deg)}30%{transform:scale(1.1) translate(3px,2px) rotate(0)}40%{transform:scale(1) translate(1px,-1px) rotate(1deg)}50%{transform:scale(1.1) translate(-1px,2px) rotate(-1deg)}60%{transform:scale(1) translate(-3px,1px) rotate(0)}70%{transform:scale(1.1) translate(3px,1px) rotate(-1deg)}80%{transform:scale(1) translate(-1px,-1px) rotate(1deg)}90%{transform:scale(1.1) translate(1px,2px) rotate(0)}to{transform:scale(1) translate(1px,-2px) rotate(-1deg)}}@keyframes scrollUp{0%{top:100%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:0;opacity:0}}@keyframes scrollDown{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}@keyframes TextfadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes DivComeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes TextLiftIn{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-page{display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;width:min(1180px,100% - 3rem);min-height:calc(100vh - 9rem);margin:0 auto;padding:1rem;border-radius:32px;background:linear-gradient(180deg,#bacdfd52,#2f62e014)}.auth-card{display:flex;flex-direction:column;justify-content:center;align-items:stretch;box-sizing:border-box;width:min(100%,560px);padding:1.5rem 3rem 1.75rem;border:1px solid rgba(47,98,224,.14);border-radius:24px;background:#fffffffa;box-shadow:0 20px 55px #0e4eb524}.auth-card-wide{width:min(100%,700px)}.auth-header{text-align:center}.auth-title{margin:0;color:#0e4eb5;font-family:Poppins,Roboto,sans-serif;font-size:1.85rem;font-weight:600;letter-spacing:-.03em;line-height:1.2}.auth-subtitle{max-width:460px;margin:.6rem auto 0;color:#828488;font-family:Google Sans,Roboto,Noto Sans Myanmar UI,arial,sans-serif;font-size:.98rem;line-height:1.55}.auth-benefit{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:center;gap:.45rem;width:fit-content;margin-top:1rem;padding:.55rem .85rem;color:#0e4eb5;border:1px solid rgba(47,98,224,.12);border-radius:50px;background:#bacdfd47;font-size:.85rem;font-weight:600}.auth-benefit svg{color:#34d399;font-size:1.15rem}.auth-oauth{margin-top:.75rem}.auth-card .google-oauth-btn{box-sizing:border-box;width:100%;min-height:50px;border-color:#2f62e033;border-radius:14px;color:#202124;background:#fff;box-shadow:0 8px 22px #0e4eb512;font-size:.94rem}.auth-card .google-oauth-btn-icon{flex:0 0 auto;margin:0 .65rem 0 0}.auth-card .google-oauth-btn:hover{border-color:#2f62e061;box-shadow:0 12px 26px #0e4eb51f;transform:translateY(-1px)}.auth-divider{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;width:100%;margin:.7rem 0;color:#828488;font-size:.74rem}.auth-divider span{white-space:nowrap}.auth-divider:before,.auth-divider:after{flex:1;min-width:1.75rem;height:1px;content:"";background:#8284884d}.auth-form{display:flex;flex-direction:column;gap:.7rem;width:100%}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.45rem;min-width:0}.auth-field-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.auth-field-heading label,.auth-field-heading .auth-text-button{white-space:nowrap}.auth-field label,.auth-field-label{color:#202124;font-size:.84rem;font-weight:600}.auth-input-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:50px;padding:0 .95rem;border:1px solid rgba(130,132,136,.34);border-radius:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.auth-input-wrap:focus-within{border-color:#2f62e0;box-shadow:0 0 0 3px #2f62e01f}.auth-input-wrap-error{border-color:#bb3e37}.auth-input-wrap-error:focus-within{border-color:#bb3e37;box-shadow:0 0 0 3px #bb3e371a}.auth-input{flex:1;min-width:0;height:48px;padding:0;color:#202124;border:0;outline:0;background:transparent;font-family:Google Sans,Roboto,Noto Sans Myanmar UI,arial,sans-serif;font-size:.98rem}.auth-input::placeholder{color:#828488c7}.auth-password-toggle,.auth-text-button{padding:0;color:#2f62e0;border:0;background:transparent;font:inherit;cursor:pointer}.auth-password-toggle{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:0 0 34px;height:34px;border-radius:50%;font-size:1.2rem}.auth-password-toggle:hover{background:#2f62e014}.auth-password-toggle:focus-visible,.auth-text-button:focus-visible,.auth-link:focus-visible{outline:3px solid rgba(52,211,153,.45);outline-offset:3px}.auth-text-button{font-size:.78rem;font-weight:600}.auth-field-error{margin:0;color:#bb3e37;font-size:.76rem;line-height:1.35}.auth-field-help{color:#828488}.auth-alert{margin:0;padding:.75rem .9rem;color:#bb3e37;border:1px solid rgba(187,62,55,.2);border-radius:12px;background:#bb3e370f;font-size:.82rem;line-height:1.4;text-align:left}.auth-checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.7rem;color:#828488;font-size:.8rem;line-height:1.45;cursor:pointer}.auth-checkbox input{flex:0 0 auto;width:17px;height:17px;margin:.1rem 0 0;accent-color:rgb(47,98,224)}.auth-link{color:#2f62e0;font-weight:600;text-decoration:none}.auth-link:hover,.auth-text-button:hover{color:#0e4eb5;text-decoration:underline}.auth-primary-action{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:.35rem}.auth-primary-action .google-btn{box-sizing:border-box;width:100%;min-height:54px}.auth-footer{margin:1.1rem 0 0;color:#828488;font-size:.84rem;line-height:1.5;text-align:center}.auth-login-oauth{margin-top:2rem}.auth-create-account-oauth{margin-top:2.4rem}.auth-login-divider{margin:1.5rem 0}.auth-create-account-divider{margin:1.75rem 0}.auth-login-footer,.auth-create-account-footer{margin-top:2rem}.auth-back{align-self:center;margin-top:1.25rem}.auth-status{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.auth-status-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;color:#fff;border-radius:50%;background:#34d399;box-shadow:0 12px 26px #34d39947;font-size:2.8rem}.auth-status-icon-error{background:#bb3e37;box-shadow:0 12px 26px #bb3e3733}.auth-status-icon-info{color:#2f62e0;background:#bacdfd6b;box-shadow:none}.auth-status-message{max-width:440px;margin:1rem 0 0;color:#828488;font-size:.98rem;line-height:1.65}.auth-status .auth-primary-action{margin-top:2rem}.auth-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:230px;color:#2f62e0;text-align:center}.auth-loading svg{font-size:3rem}.auth-loading p{margin:0;color:#828488}@media(max-width:700px){.auth-page{width:calc(100% - 2rem);min-height:calc(100vh - 7rem);padding:1rem;border-radius:24px}.auth-card,.auth-card-wide{padding:1.4rem 1.5rem 1.65rem;border-radius:20px;box-shadow:0 14px 36px #0e4eb51f}.auth-title{font-size:1.65rem}.auth-login-oauth{margin-top:1.5rem}.auth-create-account-oauth{margin-top:1.75rem}.auth-login-divider{margin:1.25rem 0}.auth-create-account-divider{margin:1.4rem 0}.auth-login-footer,.auth-create-account-footer{margin-top:1.5rem}.auth-grid{grid-template-columns:minmax(0,1fr)}.auth-status-icon{width:64px;height:64px;font-size:2.4rem}}@media(max-width:420px){.auth-page{width:100%;min-height:calc(100vh - 6rem);padding:1rem;border-radius:0}.auth-card,.auth-card-wide{padding:1.75rem 1.25rem 2rem}.auth-title{font-size:1.55rem}.auth-subtitle,.auth-status-message{font-size:.92rem}}
