.auth-page{background:#f5f6f8;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:#fff;border:1px solid #dee2e6;border-radius:.75rem;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 24px #0000000f}.auth-card .auth-brand{color:#212529;text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.auth-card .auth-tabs{border-bottom:1px solid #dee2e6;margin-bottom:1.5rem;display:flex}.auth-card .auth-tabs button{color:#6c757d;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.5rem;font-size:.9rem;transition:color .15s,border-color .15s}.auth-card .auth-tabs button.active{color:#0d6efd;border-bottom-color:#0d6efd;font-weight:600}.auth-card .auth-tabs button:hover:not(.active){color:#343a40}.auth-card .auth-divider{color:#adb5bd;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.78rem;display:flex}.auth-card .auth-divider:before,.auth-card .auth-divider:after{content:"";background:#dee2e6;flex:1;height:1px}.auth-card .btn-google{color:#343a40;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:.375rem;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.5rem 1rem;font-size:.88rem;transition:background .15s,border-color .15s;display:flex}.auth-card .btn-google:hover{background:#f8f9fa;border-color:#adb5bd}.auth-card .btn-google svg{flex-shrink:0;width:18px;height:18px}.auth-card .auth-note{color:#6c757d;text-align:center;margin-top:1.25rem;font-size:.75rem}
