.auth-page-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem}.auth-page-content{max-width:42rem;width:100%;display:flex;flex-direction:column;gap:2rem;margin-top:auto;margin-bottom:auto}.auth-page-header{display:flex;flex-direction:column;align-items:center}.auth-page-nav-container{display:flex;justify-content:start;width:100%}.auth-page-logo{width:50px;height:auto;margin-bottom:2rem}.auth-page-title{text-align:center;font-size:1.875rem;font-weight:800}.auth-page-subtitle{margin-top:.5rem;text-align:center}.auth-page-separator{display:flex;align-items:center;text-align:center;color:var(--color-text-secondary);margin:2rem 0}.auth-page-separator:after,.auth-page-separator:before{content:"";flex:1;border-bottom:1px solid #333}.auth-page-separator:not(:empty):before{margin-right:.5rem}.auth-page-separator:not(:empty):after{margin-left:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in-1{animation:fadeIn .7s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.15s;opacity:0}.fade-in-2{animation:fadeIn .7s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.25s;opacity:0}.fade-in-3{animation:fadeIn .7s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.35s;opacity:0}.fade-in-4{animation:fadeIn .7s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.45s;opacity:0}.fade-in-5{animation:fadeIn .7s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.55s;opacity:0}.google-signin-container{width:100%;display:flex;justify-content:center;margin:0;padding:0}.google-signin-button{width:100%;height:48px;border:1px solid var(--separator-color);border-radius:var(--radius);background:white;cursor:pointer;transition:all .3s ease;box-shadow:var(--dropshadow);font-family:inherit;font-size:14px;font-weight:500;color:var(--text-color);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.google-signin-button:hover{border-color:var(--primary-gradient-from);box-shadow:0 0 10px rgba(68,74,254,.2);transform:translateY(-1px)}.google-signin-button:active{transform:translateY(0);box-shadow:var(--dropshadow)}.google-signin-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.google-signin-button:disabled:hover{transform:none;box-shadow:var(--dropshadow);border-color:var(--separator-color)}.google-signin-button__content{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:100%}.google-signin-button__icon{flex-shrink:0;width:18px;height:18px}.google-signin-button__text{font-size:14px;font-weight:500;color:var(--text-color);white-space:nowrap}.google-signin-button:disabled .google-signin-button__text{position:relative}.google-signin-button:disabled .google-signin-button__text:after{content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-top:2px solid var(--separator-color);border:2px solid var(--separator-color);border-top-color:var(--primary-gradient-from);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}@media (prefers-color-scheme:dark){.google-signin-button{background:#1a1a1a;border-color:#333;color:white}.google-signin-button:hover{border-color:var(--primary-gradient-from);background:#2a2a2a}.google-signin-button__text{color:white}}@media (max-width:768px){.google-signin-button{height:44px;font-size:13px}.google-signin-button__icon{width:16px;height:16px}.google-signin-button__content{gap:10px}.google-signin-button__text{font-size:13px}}.google-signin-button:focus{outline:2px solid var(--primary-gradient-from);outline-offset:2px}.google-signin-button:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){.google-signin-button{border-width:2px}.google-signin-button:hover{border-width:3px}}